mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 10:56:48 +00:00
15 lines
221 B
JSON
15 lines
221 B
JSON
{
|
|
"index_patterns": "events-log-*",
|
|
"order": 1,
|
|
"mappings": {
|
|
"properties": {
|
|
"msg": {
|
|
"type": "text",
|
|
"index": false
|
|
},
|
|
"level": {
|
|
"type": "keyword"
|
|
}
|
|
}
|
|
}
|
|
} |