Dynamix Pipelines take 2

This commit is contained in:
Mike Reeves
2021-06-10 09:19:15 -04:00
parent 7fba904f75
commit 12d4d4a4f7
3 changed files with 12 additions and 7 deletions

View File

@@ -6,6 +6,6 @@ input {
}
filter {
mutate {
rename => {@metadata => metadata}
rename => {"@metadata" => "metadata"}
}
}