-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Maps] All ES layers break when a query for only one layer is not supported. #63388
Labels
bug
Fixes for quality problems that affect the customer experience
[Deprecated-Use Team:Presentation]Team:Geo
Former Team Label for Geo Team. Now use Team:Presentation
triage_needed
Comments
thomasneirynck
changed the title
[Maps] When one query fails, all query fail
[Maps] All ES layers break when a query for only one layer is not supported.
Apr 13, 2020
thomasneirynck
added
bug
Fixes for quality problems that affect the customer experience
[Deprecated-Use Team:Presentation]Team:Geo
Former Team Label for Geo Team. Now use Team:Presentation
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
labels
Apr 13, 2020
Pinging @elastic/kibana-gis (Team:Geo) |
Pinging @elastic/kibana-app (Team:KibanaApp) |
timroes
added
Team:AppArch
and removed
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
labels
Apr 15, 2020
Pinging @elastic/kibana-app-arch (Team:AppArch) |
@thomasneirynck have you looked into this yet, is this something you can solve on your side or is it something you need our help with ? |
@ppisljar I need to revisit, plz stay tuned thx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Fixes for quality problems that affect the customer experience
[Deprecated-Use Team:Presentation]Team:Geo
Former Team Label for Geo Team. Now use Team:Presentation
triage_needed
Kibana version:
7.x and up
Describe the bug:
When a single SearchSource query fails in Maps, all layers break,.
Steps to reproduce:
geo_point
index-patterns (usekibana_sample_logs
)The map will look something like:
-> Note that both layers fail to fetch data with a vague error message ("Bad Request). This is because one of the sub-requests breaks.
The call to this endpoint
http://localhost:5601/uoh/internal/search/es
breaks. It shouldn't, as the query should still complete for the layers that do have a corresponding field.Expected behavior:
Only the shape-layer breaks (due to not having a
geo.coordinates
field). The point layer should get filtered correctly.The text was updated successfully, but these errors were encountered: