-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Console] Autocomplete suggestions for Kibana APIs #130661
Comments
Pinging @elastic/platform-deployment-management (Team:Deployment Management) |
One possibility might be to pull the autocomplete definitions from the open API specifications, which are underway in #137240 |
Some useful Kibana APIs that could benefit from autocomplete support:
|
Pinging @elastic/kibana-management (Team:Kibana Management) |
This would be golden, that way, as an API developer, I don't have to put extra effort into providing the autocompletion. |
After #128562 is merged, Dev Tools Console will support Kibana APIs requests. We need to generate autocomplete definitions for Kibana endpoints.
The text was updated successfully, but these errors were encountered: