Concepts
Cluster
Node
Index
"inv_logs": {
"aliases": {},
"mappings": {
"_default_": {
"_all": {
"enabled": true
},
"properties": {
"@version": {
"type": "keyword"
},
"geoip": {
"dynamic": "true",
"properties": {
"continent_code": {
"type": "keyword"
},
"country_name": {
"type": "keyword"
},
"ip": {
"type": "ip"
},
"location": {
"type": "geo_point"
}
}
}
...
"verb": {
"type": "text",
"norms": false,
"fields": {
"raw": {
"type": "keyword",
"ignore_above": 256
}
}
}
}
}
},
"settings": {
"index": {
"refresh_interval": "5s",
"number_of_shards": "5",
"provided_name": "inv_logs",
"creation_date": "1488616444658",
"number_of_replicas": "1",
"uuid": "2VLaSZpXQUeHftnAvqu8eQ",
"version": {
"created": "5000099"
}
}
}
}
Type
Document
Last updated