Skip to content

Instantly share code, notes, and snippets.

@stackedsax
Created July 18, 2013 01:44
Show Gist options
  • Save stackedsax/6026095 to your computer and use it in GitHub Desktop.
Save stackedsax/6026095 to your computer and use it in GitHub Desktop.
logstash snippet to remove ConsoleNote stuff in Jenkins logs
filter {
mutate {
gsub => ["@message", "\[8mha.*==\[0m", ""]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment