Skip to content

Commit

Permalink
[ES|QL] Removes the feedback from the advanced setting (#195770)
Browse files Browse the repository at this point in the history
## Summary

Removes the feedback link from the advanced setting per request.

<img width="1088" alt="image"
src="https://github.com/user-attachments/assets/cff87a44-c93c-4ae6-bf01-ed4c7fa3ba2d">
  • Loading branch information
stratoula authored Oct 11, 2024
1 parent 5b69749 commit 09110a3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/plugins/esql/server/ui_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,7 @@ export const getUiSettings: () => Record<string, UiSettingsParams> = () => ({
value: true,
description: i18n.translate('esql.advancedSettings.enableESQLDescription', {
defaultMessage:
'This setting enables ES|QL in Kibana. By switching it off you will hide the ES|QL user interface from various applications. However, users will be able to access existing ES|QL saved searches, visualizations, etc. If you have feedback on this experience please reach out to us on {link}',
values: {
link:
`<a href="https://ela.st/esql-feedback" target="_blank" rel="noopener">` +
i18n.translate('esql.advancedSettings.enableESQL.discussLinkText', {
defaultMessage: 'https://ela.st/esql-feedback',
}) +
'</a>',
},
'This setting enables ES|QL in Kibana. By switching it off you will hide the ES|QL user interface from various applications. However, users will be able to access existing ES|QL saved searches, visualizations, etc.',
}),
requiresPageReload: true,
schema: schema.boolean(),
Expand Down

0 comments on commit 09110a3

Please sign in to comment.