clearml-server/server/elastic/mappings/events_training_debug_image.json
2019-06-11 00:24:35 +03:00

12 lines
225 B
JSON

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