Created
October 25, 2013 22:04
-
-
Save kevinw/7162528 to your computer and use it in GitHub Desktop.
This file contains 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
input { | |
udp { | |
port => 5959 | |
codec => "json" | |
} | |
generator { | |
count => 0 | |
debug => true | |
lines => [ "line 1", "line 2", "line 3" ] | |
} | |
} | |
output { | |
elasticsearch { host => "XXX" cluster => "logstash" } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment