Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save skamithi/560b4ae81179f892ad1f to your computer and use it in GitHub Desktop.
Save skamithi/560b4ae81179f892ad1f to your computer and use it in GitHub Desktop.
Logstash Input for sFlowtool
input {
pipe {
type => "sflow"
command => "/usr/local/bin/sflowtool_wrapper.sh -l -p 6343"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment