Skip to content
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

[8.x] [Console] Update autocomplete definitions for 8.16 (#196284) #196503

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

kibanamachine
Copy link
Contributor

Backport

This will backport the following commits from main to 8.x:

Questions ?

Please refer to the Backport tool documentation

Closes elastic#194601

## Summary

This PR updates the script-generated Console autocomplete definitions
for 8.16.

### Testing
We currently don't have automated tests for all autocomplete definition
endpoints, so we should test the changes manually. We do this by running
Kibana and verifying in Console that the changed endpoints are suggested
correctly. It's important that we also test in serverless and make sure
that the changed endpoints are only available in the specified
offerings, based on the `availability` property. For example, if an
autocompletion definition has the following `availability` property:
```
    "availability": {
      "stack": true,
      "serverless": false
    }
```
this means that the endpoint should be suggested in stateful Kibana, but
not in serverless.

(cherry picked from commit 404e268)
@kibanamachine kibanamachine merged commit 574ec2f into elastic:8.x Oct 16, 2024
24 checks passed
@elasticmachine
Copy link
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #10 / Rules Management - Rule Bulk Action API @ess perform_bulk_action - ESS specific logic edit action should migrate legacy actions on edit

Metrics [docs]

✅ unchanged

cc @ElenaStoeva

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants