Add variant and metrics to events_plot mapping

This commit is contained in:
Frederic Haase
2023-12-08 12:01:18 +01:00
committed by GitHub
parent 4684fd5b74
commit 35b3115430

View File

@@ -9,7 +9,13 @@
},
"plot_data": {
"type": "binary"
},
"variant": {
"type": "keyword"
},
"metric": {
"type": "keyword"
}
}
}
}
}