mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
51 lines
No EOL
824 B
JSON
51 lines
No EOL
824 B
JSON
{
|
|
"index_patterns": "ntopng-*",
|
|
"settings": {
|
|
"index.refresh_interval": "5s"
|
|
},
|
|
"mappings": {
|
|
"date_detection": false,
|
|
"properties": {
|
|
"@timestamp": {
|
|
"type": "date"
|
|
}
|
|
},
|
|
"_doc": {
|
|
"dynamic_templates": [
|
|
{
|
|
"geo_fields": {
|
|
"match": "*_IP_LOCATION",
|
|
"mapping": {
|
|
"type": "geo_point"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"ip_fields": {
|
|
"match": "*IPV4*",
|
|
"match_mapping_type": "string",
|
|
"mapping": {
|
|
"type": "ip"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"strings_as_keywords": {
|
|
"match_mapping_type": "string",
|
|
"unmatch": "*IPV4*",
|
|
"mapping": {
|
|
"type": "text",
|
|
"norms": false,
|
|
"fields": {
|
|
"keyword": {
|
|
"type": "keyword",
|
|
"ignore_above": 256
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |