-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ECS] Meta-issue to track last minute ECS-related fixes for 7.0 #11534
Comments
Currently doing some scripting to find suspect dashboard fields. Still need to look them over, then I'll post what I find here. |
Okay, so I modified @ruflin's script to look for all pre-ecs fields, not just alias ones. It's a tad janky, but I found a few things we should at least look at. beats/filebeat/module/icinga/_meta/kibana/7/dashboard/Filebeat-icinga-startup-errors.json Line 83 in 3c59cc8
Looks like the ecs-migration script wants to to this into Ditto with the mongo dashboard here beats/filebeat/module/mongodb/_meta/kibana/7/dashboard/Filebeat-Mongodb-overview.json Line 75 in 3c59cc8
and here beats/filebeat/module/mongodb/_meta/kibana/7/dashboard/Filebeat-Mongodb-overview.json Line 109 in 3c59cc8
The packetbeat dashboards also need to be looked at: All show fields that the python script wants to change, mostly of the form The script also seems fairly blunt, for a lot of the sql dashboards it wants to change |
@fearful-symmetry Ah the Packetbeat ones must not be migrated. It parses many kinds of protocols, so while the value of So Pb doesn't need to be adjusted for this |
Yah, thought those seemed suspect. |
Added a task:
|
Ok, with #11527 merged, things aren't as bad for the Filebeat modules. Still a few left, though. Here's the relevant entries from searching with
Some of these fields are correct but some don't look right. I'll open up a PR |
Here's the breakdown on these fields.
|
Yah, I was gonna say, based on your data it looks like a few things were left out of the ecs-migration file. |
Hand curation FTW |
Closing this. I've double-checked the last remaining thing that worried me in what we looked at last week. Seems like the only kibana object using event.duration in a way that needed to be adjusted has been adjusted in #10604 |
@webmat @fearful-symmetry Thanks for making this happen 🎉 |
With more eyes on 7.0, we're finding a bunch of small things that still need adjusting. This is to keep track of them all.
Please add your items right in this list, and ping via a comment to notify of any additions
event.type
changes. Must not be used in 7.0 (Mat)The text was updated successfully, but these errors were encountered: