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.

49 lines
1.1 KiB

{
"settings": {
"number_of_shards": 5,
"index.refresh_interval": "5s"
},
"mappings": {
"properties": {
"access_time": {
"type": "date"
},
"client_ip": {
"type": "keyword"
},
"device_id": {
"type": "long"
},
"host": {
"type": "keyword"
},
"identity_id": {
"type": "long"
},
"latency_time": {
"type": "long"
},
"level": {
"type": "keyword"
},
"person_id": {
"type": "long"
},
"req_method": {
"type": "keyword"
},
"req_uri": {
"type": "keyword"
},
"status_code": {
"type": "long"
},
"time": {
"type": "date"
},
"type": {
"type": "keyword"
}
}
}
}