Created
April 4, 2018 10:40
-
-
Save Maddosaurus/5b499aa9344f671c710df02be8ba23e2 to your computer and use it in GitHub Desktop.
Splunk Streamfwd Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # $SPLUNK_HOME/etc/apps/Splunk_TA_stream/local/streamfwd.conf | |
| [streamfwd] | |
| port = 8889 | |
| ipAddr = 10.0.x.x | |
| netflowReceiver.0.ip = 10.0.x.x | |
| netflowReceiver.0.port = 3000 | |
| netflowReceiver.0.protocol = udp | |
| netflowReceiver.0.decoder = netflow | |
| # remember to enable the netflow stream in Splunk Stream App -> Config -> Config Streams |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment