clearml-server/apiserver/elastic/index_templates/events/events_log.json
2024-03-18 15:37:44 +02:00

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"]
}