clearml-server/apiserver/elastic/index_templates/events/events_log.json

18 lines
304 B
JSON
Raw Normal View History

2024-03-18 13:37:44 +00:00
{
"index_patterns": "events-log-*",
"template": {
"mappings": {
"properties": {
"msg": {
"type": "text",
"index": false
},
"level": {
"type": "keyword"
}
}
}
},
"priority": 500,
"composed_of": ["events_common"]
}