Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
7 changes: 4 additions & 3 deletions docs/release-notes/changelog-bundles/9.1.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ changelogs:
body: |-
Queries using LIMIT followed by MV_EXPAND before a remote ENRICH can produce incorrect results due to distributed execution semantics.
These queries are now unsupported and produce an error. Example:
[source,yaml]
----------------------------

```yaml
FROM *:events | SORT @timestamp | LIMIT 2 | MV_EXPAND ip | ENRICH _remote:clientip_policy ON ip
----------------------------
```

To avoid this error, reorder your query, for example by moving ENRICH earlier in the pipeline.
pr: 135051
- pr: 135078
Expand Down
10 changes: 10 additions & 0 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ FROM *:events | SORT @timestamp | LIMIT 2 | MV_EXPAND ip | ENRICH _remote:client
To avoid this error, reorder your query, for example by moving ENRICH earlier in the pipeline.
::::

::::{dropdown} Security advisory
The 9.1.5 release contains fixes for potential security vulnerabilities. Please see our [security advisory](https://discuss.elastic.co/c/announcements/security-announcements/31) for more details.
::::

### Features and enhancements [elasticsearch-9.1.5-features-enhancements]

Audit:
Expand Down Expand Up @@ -99,6 +103,12 @@ Transform:
stack: ga 9.0.8
```

### Highlights [elasticsearch-9.0.8-highlights]

::::{dropdown} Security advisory
The 9.0.8 release contains fixes for potential security vulnerabilities. Please see our [security advisory](https://discuss.elastic.co/c/announcements/security-announcements/31) for more details.
::::

### Features and enhancements [elasticsearch-9.0.8-features-enhancements]

Audit:
Expand Down
Loading