mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.12`: - [[DOCS] Update tech preview to warn against using ES|QL in production (#174109)](https://github.com/elastic/kibana/pull/174109) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"amyjtechwriter","email":"61687663+amyjtechwriter@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-01-03T14:19:18Z","message":"[DOCS] Update tech preview to warn against using ES|QL in production (#174109)\n\n## Summary\r\nAdds the sentence \"Do not use ES|QL on production environments.\" to the\r\nES|QL tech preview banner on pages:\r\n\r\nhttps://www.elastic.co/guide/en/kibana/current/esql.html\r\nhttps://www.elastic.co/guide/en/kibana/current/try-esql.html\r\n\r\nRelates to:\r\n[#103797](https://github.com/elastic/elasticsearch/pull/103797)","sha":"e352943ee864df6bd551e4fffb1d5ffb7a7a19ae","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","v8.12.1","v8.13.0","v8.11.4"],"title":"[DOCS] Update tech preview to warn against using ES|QL in production","number":174109,"url":"https://github.com/elastic/kibana/pull/174109","mergeCommit":{"message":"[DOCS] Update tech preview to warn against using ES|QL in production (#174109)\n\n## Summary\r\nAdds the sentence \"Do not use ES|QL on production environments.\" to the\r\nES|QL tech preview banner on pages:\r\n\r\nhttps://www.elastic.co/guide/en/kibana/current/esql.html\r\nhttps://www.elastic.co/guide/en/kibana/current/try-esql.html\r\n\r\nRelates to:\r\n[#103797](https://github.com/elastic/elasticsearch/pull/103797)","sha":"e352943ee864df6bd551e4fffb1d5ffb7a7a19ae"}},"sourceBranch":"main","suggestedTargetBranches":["8.12","8.11"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","branchLabelMappingKey":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/174109","number":174109,"mergeCommit":{"message":"[DOCS] Update tech preview to warn against using ES|QL in production (#174109)\n\n## Summary\r\nAdds the sentence \"Do not use ES|QL on production environments.\" to the\r\nES|QL tech preview banner on pages:\r\n\r\nhttps://www.elastic.co/guide/en/kibana/current/esql.html\r\nhttps://www.elastic.co/guide/en/kibana/current/try-esql.html\r\n\r\nRelates to:\r\n[#103797](https://github.com/elastic/elasticsearch/pull/103797)","sha":"e352943ee864df6bd551e4fffb1d5ffb7a7a19ae"}},{"branch":"8.11","label":"v8.11.4","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: amyjtechwriter <61687663+amyjtechwriter@users.noreply.github.com>
This commit is contained in:
parent
5d50eba822
commit
4c93ac6d7a
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
[[esql]]
|
||||
=== {esql}
|
||||
|
||||
preview::[]
|
||||
preview::["Do not use {esql} on production environments. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features."]
|
||||
|
||||
The Elasticsearch Query Language, {esql}, has been created to make exploring your data faster and easier using the **Discover** application. From version 8.11 you can try this new feature, which is enabled by default.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[[try-esql]]
|
||||
== Try {esql}
|
||||
|
||||
preview::[]
|
||||
preview::["Do not use {esql} on production environments. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features."]
|
||||
|
||||
The Elasticsearch Query Language, {esql}, makes it easier to explore your data without leaving Discover.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue