Skip to content

Commit

Permalink
[8.x] [ES|QL] Removes the feedback from the advanced setting (elastic…
Browse files Browse the repository at this point in the history
…#195770) (elastic#195852)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[ES|QL] Removes the feedback from the advanced setting
(elastic#195770)](elastic#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":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-11T07:37:30Z","message":"[ES|QL]
Removes the feedback from the advanced setting (elastic#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 (elastic#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 (elastic#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 <[email protected]>
  • Loading branch information
kibanamachine and stratoula authored Oct 11, 2024
1 parent 58dc313 commit bf886a5
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 bf886a5

Please sign in to comment.