mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Updated logstash script to drop the original event field as it contained the entire unsplit response from the trimet api (#131853) (#131934)
(cherry picked from commit 9f992c2b12
)
Co-authored-by: James Garside <james@jgarside.co.uk>
This commit is contained in:
parent
f11c3a097b
commit
156bbafa5d
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ filter {
|
|||
"type" => "%{[resultSet][vehicle][type]}"
|
||||
"vehicle_id" => "%{[resultSet][vehicle][vehicleID]}"
|
||||
}
|
||||
remove_field => [ "resultSet", "@version", "@timestamp" ]
|
||||
remove_field => [ "resultSet", "@version", "@timestamp", "[event][original]" ]
|
||||
}
|
||||
|
||||
mutate {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue