mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
# Backport This will backport the following commits from `main` to `8.12`: - [[DOCS] Warn against using ES|QL query rules on production environments (#174130)](https://github.com/elastic/kibana/pull/174130) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2024-01-03T16:16:43Z","message":"[DOCS] Warn against using ES|QL query rules on production environments (#174130)","sha":"4ff1f5941f163142df29b1827a858996d743a431","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","docs","Feature:Alerting/RuleTypes","backport:prev-minor","v8.12.1","v8.13.0","v8.11.4"],"title":"[DOCS] Warn against using ES|QL query rules on production environments","number":174130,"url":"https://github.com/elastic/kibana/pull/174130","mergeCommit":{"message":"[DOCS] Warn against using ES|QL query rules on production environments (#174130)","sha":"4ff1f5941f163142df29b1827a858996d743a431"}},"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/174130","number":174130,"mergeCommit":{"message":"[DOCS] Warn against using ES|QL query rules on production environments (#174130)","sha":"4ff1f5941f163142df29b1827a858996d743a431"}},{"branch":"8.11","label":"v8.11.4","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Lisa Cawley <lcawley@elastic.co>
This commit is contained in:
parent
5f4947299d
commit
e46c5aa104
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ For example:
|
|||
If you use {kibana-ref}/kuery-query.html[KQL] or {kibana-ref}/lucene-query.html[Lucene], you must specify a data view then define a text-based query.
|
||||
For example, `http.request.referrer: "https://example.com"`.
|
||||
|
||||
preview:[] If you use {ref}/esql.html[ES|QL], you must provide a source command followed by an optional series of processing commands, separated by pipe characters (|).
|
||||
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."] If you use {ref}/esql.html[ES|QL], you must provide a source command followed by an optional series of processing commands, separated by pipe characters (|).
|
||||
For example:
|
||||
|
||||
[source,sh]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue