Created
June 9, 2016 19:50
-
-
Save theist/133ff5a46ae6e720b0dd99a277dd8235 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
output { | |
if [date_error] in [tags] { | |
stdout { codec => plain } | |
} else { | |
stdout { codec => dots } | |
elasticsearch { | |
hosts => ["elasticsearch:9200"] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment