vinu89
(vinothine)
February 13, 2020, 7:06am
1
How to Use the Maps for the index created by us.I checked with the below link
https://www.elastic.co/guide/en/kibana/current/maps-getting-started.html
but in the above link they have provided on how to work on default index.
What is the procedure to use MAPS for the index created by user
myasonik
(Michail Yasonik)
February 13, 2020, 7:41pm
2
If you create a new index pattern first, then in step 3 of creating your map layers select your index instead of sample index mentioned.
What problems are you seeing? Does your index pattern have the geospatial field mapped as geo_point or geo_shape
vinu89
(vinothine)
February 14, 2020, 6:34am
4
yea my index pattern has geolocation so i want to put that in MAPS
vinu89
(vinothine)
February 14, 2020, 6:39am
5
in this if i select addlayer-> change data source all the index are not getting listed
Can you provide your index mapping and a sample document? Do you see your index listed in the index selection?
vinu89
(vinothine)
February 17, 2020, 6:50am
7
I have almost 12+ index but ony 3 are listed out
The index pattern list filters out Kibana index patterns without geo_point
or geo_shape
fields.
If you do not see your index pattern in the select, ensure that:
The Elasticsearch index contains a field mapped as geo_point
or geo_shape
A Kibana index-pattern has been created for the Elasticsearch index.
The Kibana index-pattern fields lists the same geo_point
or geo_shape
field. Some times, fields are added after the Kibana index-pattern has been created and you must refresh the field list to pick up new fields, https://www.elastic.co/guide/en/kibana/current/managing-fields.html#_manage_your_index_pattern
vinu89
(vinothine)
February 18, 2020, 5:37am
9
ok will check it out .... Thanks
system
(system)
Closed
March 17, 2020, 5:38am
10
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.