You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
714 B
34 lines
714 B
{
|
|
"settings": {
|
|
"number_of_shards": 5,
|
|
"index.refresh_interval": "5s"
|
|
},
|
|
"mappings": {
|
|
"properties": {
|
|
"access_time": {
|
|
"type": "keyword"
|
|
},
|
|
"code": {
|
|
"type": "keyword"
|
|
},
|
|
"host": {
|
|
"type": "keyword"
|
|
},
|
|
"level": {
|
|
"type": "keyword"
|
|
},
|
|
"msg": {
|
|
"type": "keyword"
|
|
},
|
|
"time": {
|
|
"type": "date"
|
|
},
|
|
"topic": {
|
|
"type": "keyword"
|
|
},
|
|
"type": {
|
|
"type": "keyword"
|
|
}
|
|
}
|
|
}
|
|
} |