mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-17 22:42:51 +01:00
Rename @metadata to metadata to ensure it's not lost between Logstash pipelines
This commit is contained in:
@@ -10,3 +10,8 @@ input {
|
||||
ecs_compatibility => v8
|
||||
}
|
||||
}
|
||||
filter {
|
||||
mutate {
|
||||
rename => {"@metadata" => "metadata"}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user