mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 13:33:42 +00:00
18 lines
304 B
JSON
18 lines
304 B
JSON
{
|
|
"index_patterns": "events-log-*",
|
|
"template": {
|
|
"mappings": {
|
|
"properties": {
|
|
"msg": {
|
|
"type": "text",
|
|
"index": false
|
|
},
|
|
"level": {
|
|
"type": "keyword"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"priority": 500,
|
|
"composed_of": ["events_common"]
|
|
} |