clearml-server/server/elastic/mappings/events_plot.json

11 lines
178 B
JSON
Raw Normal View History

2019-06-10 21:24:35 +00:00
{
"template": "events-plot-*",
"order" : 1,
"mappings": {
"_default_": {
"properties": {
"plot_str": { "type":"text", "index": false }
}
}
}
}