Skip to content

Instantly share code, notes, and snippets.

@theist
Created June 9, 2016 19:50
Show Gist options
  • Save theist/133ff5a46ae6e720b0dd99a277dd8235 to your computer and use it in GitHub Desktop.
Save theist/133ff5a46ae6e720b0dd99a277dd8235 to your computer and use it in GitHub Desktop.
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