Skip to content

Instantly share code, notes, and snippets.

@sayz
Created December 2, 2016 09:39
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 sayz/64f66281ac71d5ad9a4c2a885306e539 to your computer and use it in GitHub Desktop.
Save sayz/64f66281ac71d5ad9a4c2a885306e539 to your computer and use it in GitHub Desktop.
{% for id, settings in monitor.items()|sort -%}
/opt/splunkforwarder/bin/splunk add monitor {{ settings['monitor'] }} -index {{ settings['index'] }} -auth admin:changeme
{% endfor %}
##TODO
# admin:changeme pillar'ın içine taşınacak
# admin:changeme pillar'dan cmd.script'e geçirilecek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment