mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 13:33:42 +00:00
17 lines
296 B
JSON
17 lines
296 B
JSON
{
|
|
"index_patterns": "events-training_debug_image-*",
|
|
"template": {
|
|
"mappings": {
|
|
"properties": {
|
|
"key": {
|
|
"type": "keyword"
|
|
},
|
|
"url": {
|
|
"type": "keyword"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"priority": 500,
|
|
"composed_of": ["events_common"]
|
|
} |