Skip to content

Instantly share code, notes, and snippets.

@whiskeyalpharomeo
Last active February 7, 2017 05:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save whiskeyalpharomeo/cea2663c940f3ec78a7f to your computer and use it in GitHub Desktop.
Save whiskeyalpharomeo/cea2663c940f3ec78a7f 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