-
- Downloads
Saved Kibana Objects
Utilizes Geo_Point data from: PUT _template/pf-location-template { "index_patterns": [ "pf-*" ], "mappings": { "properties": { "destination": { "properties": { "geo": { "dynamic": true, "properties": { "ip": { "type": "ip" }, "location": { "type": "geo_point" } } }, "as": { "dynamic": true, "properties": { "ip": { "type": "ip" }, "location": { "type": "geo_point" } } } } }, "source": { "properties": { "geo": { "dynamic": true, "properties": { "ip": { "type": "ip" }, "location": { "type": "geo_point" } } }, "as": { "dynamic": true, "properties": { "ip": { "type": "ip" }, "location": { "type": "geo_point" } } } } } } } }
JSON/KibanaEsport(dark+geo).ndjson
0 → 100644
Please register or sign in to comment