You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a index with one polygon of 92000 point. If I click on the polygon the search not work. The error is:
"Kibana is unable to store history items in your session because it is full and there don't seem to be items any items safe to delete.
Elasticsearch support the query with 92000 points. I have try with kibana's dev tools and work correctly. The error I think is on Kibana. The query with polygon with a number minor of points (5000) work correctly on the map.
Is it possible use "quering with indexed shapes" click on map (https://www.elastic.co/guide/en/elasticsearch/guide/current/indexed-geo-shapes.html) ?
Example query with index geo shape:
{ "geo_shape": {
"location_shape": {
"relation": "within",
"indexed_shape": {
"index": "xyl_zone",
"type": "default",
"id": "ZONA_20150303",
"path": "location_area"
} } } }
The text was updated successfully, but these errors were encountered:
I have a index with one polygon of 92000 point. If I click on the polygon the search not work. The error is:
"Kibana is unable to store history items in your session because it is full and there don't seem to be items any items safe to delete.
Elasticsearch support the query with 92000 points. I have try with kibana's dev tools and work correctly. The error I think is on Kibana. The query with polygon with a number minor of points (5000) work correctly on the map.
Is it possible use "quering with indexed shapes" click on map (https://www.elastic.co/guide/en/elasticsearch/guide/current/indexed-geo-shapes.html) ?
Example query with index geo shape:
{ "geo_shape": {
"location_shape": {
"relation": "within",
"indexed_shape": {
"index": "xyl_zone",
"type": "default",
"id": "ZONA_20150303",
"path": "location_area"
} } } }
The text was updated successfully, but these errors were encountered: