mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[DOCS] Warn against using ES|QL query rules on production environments (#174130)
This commit is contained in:
parent
c706de0078
commit
4ff1f5941f
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