Temporary fix for dashboards under 7.0#9031
Conversation
20050b7 to
f1cf5cf
Compare
|
@tsg I tested this locally a bit and it seems to fix most dashboard issues. There is still something odd when I go to "System Host View" directly which I think is related to |
|
This PR initially broke our tests. The reasons is that |
As some of libbeat fields were renamed in 7.0, currently a few dashboards break that depend on this fields. Adding an alias for the old fields is to temporarly fix this. As soon as the ECS migration is done, fields in the dashboard have to be renamed. Hopefully this can happen in an automated way.
9f42b56 to
d060be2
Compare
|
@tsg I had to rebase again because of a conflict and want to make sure builds still go green. So if I don't get to merge it today, could you merge for me? |
As some of libbeat fields were renamed in 7.0, currently a few dashboards break that depend on this fields. Adding an alias for the old fields is to temporarly fix this. As soon as the ECS migration is done, fields in the dashboard have to be renamed. Hopefully this can happen in an automated way.
As some of libbeat fields were renamed in 7.0, currently a few dashboards break that depend on this fields. Adding an alias for the old fields is to temporarly fix this. As soon as the ECS migration is done, fields in the dashboard have to be renamed. Hopefully this can happen in an automated way.