{ "numeric_detection": true, "dynamic": true, "date_detection": false, "properties": { "remote_addr": { "ignore_malformed": true, "type": "ip" }, "upstream_status": { "ignore_malformed": true, "fields": { "keyword": { "type": "keyword" } }, "type": "short" }, "source_location": { "ignore_malformed": true, "ignore_z_value": true, "type": "geo_point" }, "destination_location": { "ignore_malformed": true, "ignore_z_value": true, "type": "geo_point" }, "upstream_ip": { "ignore_malformed": true, "type": "ip" }, "status": { "ignore_malformed": true, "fields": { "keyword": { "type": "keyword" } }, "type": "short" } } }