-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Added known issue entry for synthetic source bug. #113269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,15 @@ To work around this issue, you have a number of options: | |
<<esql-kibana-enable,disable ES|QL queries in {kib}>> | ||
** Change the default data view in Discover to a smaller set of indices and/or one with fewer mapping conflicts. | ||
|
||
* Synthetic source bug. Synthetic source may fail generating the _source at runtime, causing failures in get APIs or | ||
partial failures in the search APIs. The result is that for the affected documents the _source can't be retrieved. | ||
There is no workaround and the only option to is to upgrade to 8.15.2 when released. | ||
+ | ||
If you use synthetic source then you may be affected by this bug if the following it true: | ||
** If you have more fields then the `index.mapping.total_fields.limit` setting allows. | ||
** If you use dynamic mappings and the `index.mapping.total_fields.ignore_dynamic_beyond_limit` setting is enabled. | ||
** If you use `nested` field types in your mappings. | ||
|
||
|
||
[[breaking-8.15.0]] | ||
[float] | ||
=== Breaking changes | ||
|
Uh oh!
There was an error while loading. Please reload this page.