Add meta field to all ES filters

Prerequisite to !4391 (merged) for gitlab-com/gl-infra/scalability#1478

Apparently, the visualize app in Kibana requires a meta attribute to present. If it isn't, the query won't load on the first try, but need a refresh to load correctly.

This adds a meta component into the rison that we build for all the filters used in Kibana links.

Example dashboards:

Notice that in these, the links to grafana visualisations (📈) load in one click. Added bonus, because of the metadata tailored to the filter we build, the filters now display nicer in Kibana:

Before After
image image
Edited by Bob Van Landuyt

Merge request reports

Loading