Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinsmidsrod/61e583f806845bedd4f16980f69f5658 to your computer and use it in GitHub Desktop.
Save robinsmidsrod/61e583f806845bedd4f16980f69f5658 to your computer and use it in GitHub Desktop.
if "file" in [type] {
if [program] =~ /^beats_input_codec_.*_applied$/ {
mutate {
replace => [ "program", "%{[program][0]}" ]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment