kibana/src
Davis McPhee b207ff4534
[Unified Search] Hide ES|QL ad hoc data views from the data view picker (#177109)
## Summary

This PR uses the new `esql` data view `type` to hide ES|QL ad hoc data
views from the Unified Search data view picker since they are an
implementation detail and should not be visible to users.

Resolves #170098.
Resolves #166911.
Partially addresses #176873.

### Checklist

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [ ] Any UI touched in this PR is usable by keyboard only (learn more
about [keyboard accessibility](https://webaim.org/techniques/keyboard/))
- [ ] Any UI touched in this PR does not create any new axe failures
(run axe in browser:
[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),
[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [ ] This renders correctly on smaller devices using a responsive
layout. (You can test this [in your
browser](https://www.browserstack.com/guide/responsive-testing-on-local-server))
- [ ] This was checked for [cross-browser
compatibility](https://www.elastic.co/support/matrix#matrix_browsers)

### For maintainers

- [ ] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2024-02-22 20:40:23 -04:00
..
cli Enable Mock IdP plugin only in Serverless. (#176390) 2024-02-07 15:36:31 +01:00
cli_encryption_keys Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
cli_health_gateway Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
cli_keystore Bump jest@29.6.1 (#161630) 2023-07-15 17:42:30 +02:00
cli_plugin [Ops] Make unit-test agent agnostic (#174441) 2024-01-09 10:59:30 +01:00
cli_setup [Elasticsearch] Log queued requests (#152571) 2023-03-06 14:25:44 +01:00
cli_verification_code Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
core Prevent so type registration if schema declared directly (#177246) 2024-02-22 09:21:00 -07:00
dev [Moving] Move Profiling folder into /x-pack/observability_solution (#177453) 2024-02-22 11:25:09 +01:00
plugins [Unified Search] Hide ES|QL ad hoc data views from the data view picker (#177109) 2024-02-22 20:40:23 -04:00
setup_node_env Harden console functions (#171367) 2024-02-09 09:13:52 -05:00