mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[maps][docs] add trouble shooting for index not listed (#73066)
* [maps][docs] add troubeshooting for index not listed * Update docs/maps/trouble-shooting.asciidoc Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> * Update docs/maps/trouble-shooting.asciidoc Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> * Update docs/maps/trouble-shooting.asciidoc Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> * Update docs/maps/trouble-shooting.asciidoc Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> * Update docs/maps/trouble-shooting.asciidoc Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
This commit is contained in:
parent
e359c9ae38
commit
849bbfdcd5
1 changed files with 14 additions and 0 deletions
|
@ -20,6 +20,20 @@ image::maps/images/inspector.png[]
|
|||
[float]
|
||||
=== Solutions to common problems
|
||||
|
||||
[float]
|
||||
==== Index not listed when adding layer
|
||||
|
||||
* Verify your geospatial data is correctly mapped as {ref}/geo-point.html[geo_point] or {ref}/geo-shape.html[geo_shape].
|
||||
** Run `GET myIndexPatternTitle/_field_caps?fields=myGeoFieldName` in <<console-kibana, Console>>, replacing `myIndexPatternTitle` and `myGeoFieldName` with your index pattern title and geospatial field name.
|
||||
** Ensure response specifies `type` as `geo_point` or `geo_shape`.
|
||||
* Verify your geospatial data is correctly mapped in your <<managing-fields, Kibana index pattern>>.
|
||||
** Open your index pattern in <<management, Stack Management>>.
|
||||
** Ensure your geospatial field type is `geo_point` or `geo_shape`.
|
||||
** Ensure your geospatial field is searchable and aggregatable.
|
||||
** If your geospatial field type does not match your Elasticsearch mapping, click the *Refresh* button to refresh the field list from Elasticsearch.
|
||||
* Index patterns with thousands of fields can exceed the default maximum payload size.
|
||||
Increase <<settings, `server.maxPayloadBytes`>> for large index patterns.
|
||||
|
||||
[float]
|
||||
==== Features are not displayed
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue