File tree Expand file tree Collapse file tree 4 files changed +10
-14
lines changed
docs/reference/query-languages/esql/_snippets Expand file tree Collapse file tree 4 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 4
4
The ` CHANGE_POINT ` command requires a [ platinum license] ( https://www.elastic.co/subscriptions ) .
5
5
:::
6
6
7
- ::::{warning}
8
- This functionality is in technical preview and may be
9
- changed or removed in a future release. Elastic will work to fix any
10
- issues, but features in technical preview are not subject to the support
11
- SLA of official GA features.
12
- ::::
7
+ ``` yaml {applies_to}
8
+ serverless : preview
9
+ stack : preview 9.1.0
10
+ ` ` `
13
11
14
12
` CHANGE_POINT` detects spikes, dips, and change points in a metric.
15
13
Original file line number Diff line number Diff line change 1
1
## ` LOOKUP JOIN ` [ esql-lookup-join]
2
2
3
- ::::{warning}
4
- This functionality is in technical preview and may be
5
- changed or removed in a future release. Elastic will work to fix any
6
- issues, but features in technical preview are not subject to the support
7
- SLA of official GA features.
8
- ::::
3
+ ``` yaml {applies_to}
4
+ stack : preview 9.0.0, ga 9.1.0
5
+ ` ` `
9
6
10
7
` LOOKUP JOIN` enables you to add data from another index, AKA a 'lookup'
11
8
index, to your {{esql}} query results, simplifying data enrichment
Original file line number Diff line number Diff line change 1
1
## ` SAMPLE ` [ esql-sample]
2
2
3
3
``` yaml {applies_to}
4
- stack : preview 9.1
4
+ serverless : preview
5
+ stack : preview 9.1.0
5
6
` ` `
6
7
7
8
The ` SAMPLE` command samples a fraction of the table rows.
Original file line number Diff line number Diff line change 6
6
* [ ` GROK ` ] ( ../../commands/processing-commands.md#esql-grok )
7
7
* [ ` KEEP ` ] ( ../../commands/processing-commands.md#esql-keep )
8
8
* [ ` LIMIT ` ] ( ../../commands/processing-commands.md#esql-limit )
9
- * [ preview ] [ ` LOOKUP JOIN ` ] ( ../../commands/processing-commands.md#esql-lookup-join )
9
+ * [ ` LOOKUP JOIN ` ] ( ../../commands/processing-commands.md#esql-lookup-join )
10
10
* [ preview] [ ` MV_EXPAND ` ] ( ../../commands/processing-commands.md#esql-mv_expand )
11
11
* [ ` RENAME ` ] ( ../../commands/processing-commands.md#esql-rename )
12
12
* [ preview] [ ` SAMPLE ` ] ( ../../commands/processing-commands.md#esql-sample )
You can’t perform that action at this time.
0 commit comments