Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- filter.conf
- input {
- beats {
- host => "127.0.0.1"
- port => 5044
- }
- #file {path => "/tmp/*"}
- #stdin { }
- }
- #filter {
- # json {
- # source => "message"
- # remove_field => ["message"]
- # }
- #
- # date {
- # #match => [ "EventTime", "yyyy-MM-dd HH:mm:ss" ]
- # match => ["date", "yyyyMMddHHmm"]
- # timezone => "America/New_York"
- # target => "@timestamp"
- # #timezone => "America/New_York"
- # }
- #}
- output {
- elasticsearch {
- hosts => "localhost:9200"
- }
- stdout { codec => rubydebug }
- }
Advertisement
Add Comment
Please, Sign In to add comment