logstash shipper conf
| input | |
| { | |
| udp | |
| { | |
| port => 5000 | |
| type => syslog | |
| } | |
| } | |
| output | |
| { | |
| #ship to Redis@192.168.1.94 | |
| redis { host => "192.168.1.94" data_type => "list" key => "logstash" } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment