mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 10:56:48 +00:00
23 lines
595 B
JSON
23 lines
595 B
JSON
{
|
|
"template": "worker_stats_*",
|
|
"settings": {
|
|
"number_of_shards": 1
|
|
},
|
|
"mappings": {
|
|
"stat": {
|
|
"_source": {
|
|
"enabled": true
|
|
},
|
|
"properties": {
|
|
"timestamp": { "type": "date" },
|
|
"worker": { "type": "keyword" },
|
|
"category": { "type": "keyword" },
|
|
"metric": { "type": "keyword" },
|
|
"variant": { "type": "keyword" },
|
|
"value": { "type": "float" },
|
|
"unit": { "type": "keyword" },
|
|
"task": { "type": "keyword" }
|
|
}
|
|
}
|
|
}
|
|
} |