clearml-server/apiserver/elastic/index_templates/events/events_plot.json

18 lines
313 B
JSON
Raw Normal View History

2024-03-18 13:37:44 +00:00
{
"index_patterns": "events-plot-*",
"template": {
"mappings": {
"properties": {
"plot_str": {
"type": "text",
"index": false
},
"plot_data": {
"type": "binary"
}
}
}
},
"priority": 500,
"composed_of": ["events_common"]
}