-
Per https://github.com/elastic/kibana/pull/148146#issuecomment-1407138749, we should look into adding a performance test for the autocomplete route.
-
When loading the override files from this [folder](https://github.com/elastic/kibana/tree/25ad7a8b56cdba80dfaaea5ef9069df4c429ef43/src/plugins/console/server/lib/spec_definitions/json/overrides), the …
-
The script to generate console definitions uses the types defined in the ES specification repo ([metamodel.ts](https://github.com/elastic/elasticsearch-specification/blob/main/compiler/src/model/metam…
-
We need to make sure the documentation links correctly work on Serverless. I'm not sure about the concrete plans with the documentation links the Docs team has for the ES specification repo but there …
-
We should refactor [use_locator_url](https://github.com/elastic/kibana/blob/master/src/plugins/share/common/url_service/locators/use_locator_url.ts#L42) to define the dependencies more comprehensively…
-
@stefnestor Mentioned to me today that our users don't have clear visibility into when the version they're currently on will reach end-of-life. For reference, here are where we document our support an…
-
This is a running list of the new types which have been added to the ES client, which we're currently lint-ignoring. We should remove the lint-ignore comments and consume these new types.
- [ ] htt…
-
We need to inspect our team's apps and fix functional tests that are currently being skipped on Cloud.
1. For every app, search for `skipCloud` tag in the corresponding functional tests. There are u…
-
Currently, the autocomplete engine only works with 2 url params options: boolean or a list of values (see this [file](https://github.com/elastic/kibana/blob/main/src/plugins/console/public/lib/autocom…
-
This is a follow up issue for work started in https://github.com/elastic/kibana/pull/159241
We need to implement the logic for body parameters in the new script for autocomplete definitions. The ES…