Skip to content

Instantly share code, notes, and snippets.

/inputs.conf.erb Secret

Created September 30, 2014 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6faa9988a95c7b27e900 to your computer and use it in GitHub Desktop.
Save anonymous/6faa9988a95c7b27e900 to your computer and use it in GitHub Desktop.
inputs.conf.erb
[default]
host=<%= clientcert %>
index=corp
<% @monitor_paths.sort.each do |source_type, log_path| -%>
[monitor://<%= log_path %>]
sourcetype=<%= source_type %>
disabled = false
<% end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment