Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@
The `CHANGE_POINT` command requires a [platinum license](https://www.elastic.co/subscriptions).
:::

::::{warning}
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.
::::
```yaml {applies_to}
stack: preview 9.1.0
```
`CHANGE_POINT` detects spikes, dips, and change points in a metric.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
## `LOOKUP JOIN` [esql-lookup-join]

::::{warning}
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.
::::
```yaml {applies_to}
stack: preview 9.0.0, ga 9.1.0
```

`LOOKUP JOIN` enables you to add data from another index, AKA a 'lookup'
index, to your {{esql}} query results, simplifying data enrichment
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## `SAMPLE` [esql-sample]

```yaml {applies_to}
stack: preview 9.1
stack: preview 9.1.0
```
The `SAMPLE` command samples a fraction of the table rows.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* [`GROK`](../../commands/processing-commands.md#esql-grok)
* [`KEEP`](../../commands/processing-commands.md#esql-keep)
* [`LIMIT`](../../commands/processing-commands.md#esql-limit)
* [preview] [`LOOKUP JOIN`](../../commands/processing-commands.md#esql-lookup-join)
* [`LOOKUP JOIN`](../../commands/processing-commands.md#esql-lookup-join)
* [preview] [`MV_EXPAND`](../../commands/processing-commands.md#esql-mv_expand)
* [`RENAME`](../../commands/processing-commands.md#esql-rename)
* [preview] [`SAMPLE`](../../commands/processing-commands.md#esql-sample)
Expand Down
Loading