I'm not sure I completely follow. We also have a location point in the
template. Can you elaborate a bit more on what you're trying to accomplish?
{
"geo_location_point": {
"match": "enrichments:geo:*:location_point",
"match_mapping_type": "*",
"mapping": {
"type": "geo_point"
}
}
},
On Tue, Oct 2, 2018 at 2:00 AM Farrukh Naveed Anjum <[email protected]>
wrote:
> Hi,
> I am upgrading to Elasticsearch 5.6 with Kibana 5.6. Can you please guide
> me how can I change its mapping to geo point (For BRO Template)
>
> {
> "geo_latitude": {
> "match": "enrichments:geo:*:latitude",
> "match_mapping_type": "*",
> "mapping": {
> "type": "float"
> }
> }
> },
> {
> "geo_longitude": {
> "match": "enrichments:geo:*:longitude",
> "match_mapping_type": "*",
> "mapping": {
> "type": "float"
> }
> }
> },
>
> --
> With Regards
> Farrukh Naveed Anjum
>