mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 10:56:48 +00:00
baba8b5b73
Add initial support for project ordering Add support for sortable task duration (used by the UI in the experiment's table) Add support for project name in worker's current task info Add support for results and artifacts in pre-populates examples Add demo server features
14 lines
215 B
JSON
14 lines
215 B
JSON
{
|
|
"index_patterns": "events-training_debug_image-*",
|
|
"order": 1,
|
|
"mappings": {
|
|
"properties": {
|
|
"key": {
|
|
"type": "keyword"
|
|
},
|
|
"url": {
|
|
"type": "keyword"
|
|
}
|
|
}
|
|
}
|
|
} |