[8.x] [ES|QL] Removes the feedback from the advanced setting (#195770) (#195852)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[ES|QL] Removes the feedback from the advanced setting
(#195770)](https://github.com/elastic/kibana/pull/195770)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Stratoula
Kalafateli","email":"efstratia.kalafateli@elastic.co"},"sourceCommit":{"committedDate":"2024-10-11T07:37:30Z","message":"[ES|QL]
Removes the feedback from the advanced setting (#195770)\n\n##
Summary\r\n\r\nRemoves the feedback link from the advanced setting per
request.\r\n\r\n<img width=\"1088\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/cff87a44-c93c-4ae6-bf01-ed4c7fa3ba2d\">","sha":"09110a38ac76c24f2b7139904c754fb7655e066a","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","Feature:ES|QL","Team:ESQL","v8.16.0"],"title":"[ES|QL]
Removes the feedback from the advanced
setting","number":195770,"url":"https://github.com/elastic/kibana/pull/195770","mergeCommit":{"message":"[ES|QL]
Removes the feedback from the advanced setting (#195770)\n\n##
Summary\r\n\r\nRemoves the feedback link from the advanced setting per
request.\r\n\r\n<img width=\"1088\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/cff87a44-c93c-4ae6-bf01-ed4c7fa3ba2d\">","sha":"09110a38ac76c24f2b7139904c754fb7655e066a"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195770","number":195770,"mergeCommit":{"message":"[ES|QL]
Removes the feedback from the advanced setting (#195770)\n\n##
Summary\r\n\r\nRemoves the feedback link from the advanced setting per
request.\r\n\r\n<img width=\"1088\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/cff87a44-c93c-4ae6-bf01-ed4c7fa3ba2d\">","sha":"09110a38ac76c24f2b7139904c754fb7655e066a"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>
This commit is contained in:
Kibana Machine 2024-10-11 20:20:00 +11:00 committed by GitHub
parent 58dc313abb
commit bf886a5d55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(),