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

12 lines
225 B
JSON
Raw Normal View History

2019-06-10 21:24:35 +00:00
{
"template": "events-training_debug_image-*",
"order" : 1,
"mappings": {
"_default_": {
"properties": {
"key": { "type": "keyword" },
"url": { "type": "keyword" }
}
}
}
}