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.14] [ES|QL] Rename the setting to a more generic one and move to the general section (#182074) #182252

Merged
merged 2 commits into from
May 1, 2024

Conversation

stratoula
Copy link
Contributor

Backport

This will backport the following commits from main to 8.14:

Questions ?

Please refer to the Backport tool documentation

…ral section (elastic#182074)

## Summary

Renames the setting from discover:enableESQL to enableESQL and moves it
to the General Section

<img width="985" alt="image"
src="https://github.com/elastic/kibana/assets/17003240/ebafe7cd-4695-413c-a0e3-90e3574139e5">

We checked the telemetry and a very small percentage of users have
switched off this setting. It was also on tech preview so we decided in
favor of this change as more and more applications are using this
setting to hide ESQL from their applications.

<img width="850" alt="image"
src="https://github.com/elastic/kibana/assets/17003240/404f2494-8a17-4a9d-943a-d9d72b324bc0">

### Release note
We renamed the advanced setting which hides the ES|QL from the UI from
`discover:enableESQL` to `enableESQL`. You have to switch it off again
if you want to disable ES|QL features from your kibana applications.

---------

Co-authored-by: kibanamachine <[email protected]>
(cherry picked from commit f3d18fa)

# Conflicts:
#	config/serverless.yml
#	packages/kbn-management/settings/setting_ids/index.ts
#	x-pack/plugins/data_visualizer/tsconfig.json
#	x-pack/plugins/lens/public/trigger_actions/open_lens_config/in_app_embeddable_edit/in_app_embeddable_edit_action_helpers.tsx
#	x-pack/plugins/ml/tsconfig.json
Copy link

github-actions bot commented May 1, 2024

A documentation preview will be available soon.

Request a new doc build by commenting
  • Rebuild this PR: run docs-build
  • Rebuild this PR and all Elastic docs: run docs-build rebuild

run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.

If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here.

@stratoula
Copy link
Contributor Author

/ci

@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
dataVisualizer 661 647 -14
ml 2017 2002 -15
total -29

Public APIs missing comments

Total count of every public API that lacks a comment. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats comments for more detailed information.

id before after diff
@kbn/discover-utils 41 40 -1
@kbn/esql-utils 22 23 +1
total -0

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
dataVisualizer 656.7KB 656.8KB +133.0B
discover 638.0KB 638.0KB +24.0B
lens 1.4MB 1.4MB +106.0B
logsExplorer 1.1MB 1.1MB -8.0B
ml 4.1MB 4.1MB +4.0B
stackAlerts 82.3KB 82.3KB -9.0B
total +250.0B

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
discover 34.9KB 35.0KB +84.0B
ml 77.1KB 77.1KB +40.0B
total +124.0B
Unknown metric groups

API count

id before after diff
@kbn/discover-utils 63 62 -1
@kbn/esql-utils 24 25 +1
total -0

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@stratoula stratoula merged commit 63e53a3 into elastic:8.14 May 1, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants