Created
September 24, 2015 12:30
-
-
Save Alino/e2eb1a522d67d614df8e 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 { | |
tcp { port => 9292 type=>"sample" } | |
} | |
filter { | |
json { | |
source => "message" | |
} | |
} | |
output { | |
elasticsearch { | |
host => "192.168.59.103" | |
port => "9200" | |
protocol => "http" | |
} | |
stdout {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment