Upgrading to Elasticsearch 5.6

2018-10-02 Thread Farrukh Naveed Anjum
I upgraded Elasticsearch to 5.6, I also made upgrade in templates. But My Elasticsearch logs keeps sayings. java.lang.IllegalStateException: Received message from unsupported version: [2.0.0] minimal compatible version is: [5.0.0] and Storm Indexing Topology Says NoNodeAvailableException[None

Re: Upgrading to ElasticSearch 6 (GEOPoints)

2018-10-02 Thread Michael Miklavcic
It should be available via the load template option in Ambari. e.g. http://node1:8080/#/main/services/METRON/summary -> Service Actions -> Elasticsearch Template Install Mind you, if you've modified the default templates then you'll probably need to migrate them to the new ES model manually. We o

Re: Upgrading to ElasticSearch 6 (GEOPoints)

2018-10-02 Thread Farrukh Naveed Anjum
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 < michael.miklav...@gmail.com> wrote: > I'm not sure I completely follow. We also have

Re: Upgrading to ElasticSearch 6 (GEOPoints)

2018-10-02 Thread Michael Miklavcic
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"

Upgrading to ElasticSearch 6 (GEOPoints)

2018-10-02 Thread Farrukh Naveed Anjum
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":