clearml-server/server/elastic/mappings/events/events_plot.json
allegroai 7816b402bb Enhance ES7 initialization and migration support
Support older task hyper-parameter migration on pre-population
2020-08-10 08:53:41 +03:00

12 lines
175 B
JSON

{
"index_patterns": "events-plot-*",
"order": 1,
"mappings": {
"properties": {
"plot_str": {
"type": "text",
"index": false
}
}
}
}