mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 19:06:55 +00:00
12 lines
215 B
JSON
12 lines
215 B
JSON
|
{
|
||
|
"template": "events-log-*",
|
||
|
"order" : 1,
|
||
|
"mappings": {
|
||
|
"_default_": {
|
||
|
"properties": {
|
||
|
"msg": { "type":"text", "index": false },
|
||
|
"level": { "type":"keyword" }
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|