Created
July 7, 2014 15:35
-
-
Save clay584/dac6753007f45ad7e9f4 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 { | |
stdin { } | |
} | |
filter { | |
#all of your fixed grok filters | |
} | |
output { | |
elasticsearch { | |
protocol => http | |
index => "logstash-%{+YYYY.MM.dd}" | |
host => "host.domain.com" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment