Skip to content

Instantly share code, notes, and snippets.

@dblessing
Created April 26, 2013 13:25
Show Gist options
  • Save dblessing/5467369 to your computer and use it in GitHub Desktop.
Save dblessing/5467369 to your computer and use it in GitHub Desktop.
filter {
grep {
add_tag => ['failed']
drop => false
match => ['@message', 'fail']
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment