Skip to content

Conversation

parkertimmins
Copy link
Contributor

Backport

This will backport the following commits from main to 8.18:

Questions ?

Please refer to the Backport tool documentation

…ect mismatch (elastic#129600)

There is an issue where for Flattened fields with synthetic source, if there is a key with a scalar value, and a duplicate key with an object value, one of the values will be left out of the produced synthetic source. This fixes the issue by replacing the object with paths to each of its keys. These paths consist of the concatenation of all keys going down to a given scalar, joined by a period. For example, they are of the form foo.bar.baz. This applies recursively, so that every value within the object, no matter how nested, will be accessible through a full specified path.

(cherry picked from commit 245dc07)
Copy link
Contributor

Documentation preview:

@parkertimmins parkertimmins added the auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) label Jun 20, 2025
@elasticsearchmachine elasticsearchmachine merged commit 617ca83 into elastic:8.18 Jun 20, 2025
16 checks passed
@parkertimmins parkertimmins deleted the backport/8.18/pr-129600 branch June 20, 2025 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport v8.18.4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants