mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 19:06:55 +00:00
27 lines
650 B
JSON
27 lines
650 B
JSON
|
{
|
||
|
"template": "events-*",
|
||
|
"settings": {
|
||
|
"number_of_shards": 5
|
||
|
},
|
||
|
"mappings": {
|
||
|
"_default_": {
|
||
|
"_source": {
|
||
|
"enabled": true
|
||
|
},
|
||
|
"_routing": {
|
||
|
"required": true
|
||
|
},
|
||
|
"properties": {
|
||
|
"@timestamp": { "type": "date" },
|
||
|
"task": { "type": "keyword" },
|
||
|
"type": { "type": "keyword" },
|
||
|
"worker": { "type": "keyword" },
|
||
|
"timestamp": { "type": "date" },
|
||
|
"iter": { "type": "long" },
|
||
|
"metric": { "type": "keyword" },
|
||
|
"variant": { "type": "keyword" },
|
||
|
"value": { "type": "float" }
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|