[Console] Allow ESQL suggestions in _query/async request#241424
[Console] Allow ESQL suggestions in _query/async request#241424ElenaStoeva merged 2 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/kibana-management (Team:Kibana Management) |
There was a problem hiding this comment.
Thank you @ElenaStoeva! I'm sorry I didn't catch that regression in my review.
ESQL suggestions look good to me in all cases, but I found something that I don't know if it's related to this PR.
For _query request I get suggestions for the body, but not for _query/async
Once I type "query" myself, I get the suggestions as expected:

|
Thanks for reviewing @SoniaSanzV! Yeah, I noticed that too but that's not related to the ESQL suggestions - it happens because we don't have specs for the body param autocompletions for this endpoint, while the |
SoniaSanzV
left a comment
There was a problem hiding this comment.
Thank you for clarification @ElenaStoeva! Approving!
💚 Build Succeeded
Metrics [docs]Async chunks
Page load bundle
cc @ElenaStoeva |
Follow-up to #240264
Summary
This PR fixes a small regression introduced by #240264, where ESQL suggestions are no longer displayed for
_query/asyncendpoints and they should be.With this change, ESQL suggesstions should be displayed for the following endpoints:
_query/_query_query?.../_query?..._query/async/_query/async_query/async?.../_query/async?...