I am trying to plot it to Kibana 5.6 (Older Bro Template is using ES 2.4
and Kibana 4.5).

Can you help ? I am not sure geo_point exists in BRO Templeate do it ?

On Tue, Oct 2, 2018 at 6:56 PM Michael Miklavcic <
[email protected]> wrote:

> 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
>>
>

-- 
With Regards
Farrukh Naveed Anjum

Reply via email to