mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 10:56:48 +00:00
11 lines
178 B
JSON
11 lines
178 B
JSON
|
{
|
||
|
"template": "events-plot-*",
|
||
|
"order" : 1,
|
||
|
"mappings": {
|
||
|
"_default_": {
|
||
|
"properties": {
|
||
|
"plot_str": { "type":"text", "index": false }
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|