clearml-server/server/elastic/mappings/events/events_training_debug_image.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

14 lines
215 B
JSON

{
"index_patterns": "events-training_debug_image-*",
"order": 1,
"mappings": {
"properties": {
"key": {
"type": "keyword"
},
"url": {
"type": "keyword"
}
}
}
}