mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 10:56:48 +00:00
18 lines
313 B
JSON
18 lines
313 B
JSON
{
|
|
"index_patterns": "events-plot-*",
|
|
"template": {
|
|
"mappings": {
|
|
"properties": {
|
|
"plot_str": {
|
|
"type": "text",
|
|
"index": false
|
|
},
|
|
"plot_data": {
|
|
"type": "binary"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"priority": 500,
|
|
"composed_of": ["events_common"]
|
|
} |