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 44The ` CHANGE_POINT ` command requires a [ platinum license] ( https://www.elastic.co/subscriptions ) .
55:::
66
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+ ` ` `
1311
1412` CHANGE_POINT` detects spikes, dips, and change points in a metric.
1513
Original file line number Diff line number Diff line change 11## ` LOOKUP JOIN ` [ esql-lookup-join]
22
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+ ` ` `
96
107` LOOKUP JOIN` enables you to add data from another index, AKA a 'lookup'
118index, to your {{esql}} query results, simplifying data enrichment
Original file line number Diff line number Diff line change 11## ` SAMPLE ` [ esql-sample]
22
33``` yaml {applies_to}
4- stack : preview 9.1
4+ serverless : preview
5+ stack : preview 9.1.0
56` ` `
67
78The ` SAMPLE` command samples a fraction of the table rows.
Original file line number Diff line number Diff line change 66* [ ` GROK ` ] ( ../../commands/processing-commands.md#esql-grok )
77* [ ` KEEP ` ] ( ../../commands/processing-commands.md#esql-keep )
88* [ ` 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 )
1010* [ preview] [ ` MV_EXPAND ` ] ( ../../commands/processing-commands.md#esql-mv_expand )
1111* [ ` RENAME ` ] ( ../../commands/processing-commands.md#esql-rename )
1212* [ preview] [ ` SAMPLE ` ] ( ../../commands/processing-commands.md#esql-sample )
You can’t perform that action at this time.
0 commit comments