diff --git a/apiserver/elastic/mappings/events/events_plot.json b/apiserver/elastic/mappings/events/events_plot.json index 8e65c71..165ee37 100644 --- a/apiserver/elastic/mappings/events/events_plot.json +++ b/apiserver/elastic/mappings/events/events_plot.json @@ -9,7 +9,13 @@ }, "plot_data": { "type": "binary" + }, + "variant": { + "type": "keyword" + }, + "metric": { + "type": "keyword" } } } -} \ No newline at end of file +}