You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
include_recipe "splunkstorm"
splunkstorm_monitor "rsyslog" do
path "/srv/rsyslog/"
action :add
end
Splunkstorm Forwarder automatically removes tailing slashes when adding monitoring to a directory. The collision detection in the cookbook does not take this into consideration and fails to recognize an already existing monitor.
A somewhat trivial bug but caused me a bit of heartache this afternoon ;)
Consider the following:
Splunkstorm Forwarder automatically removes tailing slashes when adding monitoring to a directory. The collision detection in the cookbook does not take this into consideration and fails to recognize an already existing monitor.
A somewhat trivial bug but caused me a bit of heartache this afternoon ;)