Skip to content
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

increase index.max_docvalue_fields_search index setting to 500 #372

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

markdboyd
Copy link
Contributor

Changes proposed in this pull request:

Necessary to fix observed errors in Logsearch:

Trying to retrieve too many docvalue_fields. Must be less than or equal to: [400] but was [445]. This limit can be set by changing the [index.max_docvalue_fields_search] index level setting

We did previously have to increase this value in #371

This behavior seems symptomatic of a bug in Kibana which is apparently resolved in version 7.11, but we can't update to that version due to the license changes.

security considerations

Should be no security impact, just increase limit to address error

@markdboyd markdboyd requested a review from a team as a code owner July 31, 2024 17:27
Copy link
Contributor

@JasonTheMain JasonTheMain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bump looks good

@markdboyd markdboyd merged commit 4a9e496 into main Jul 31, 2024
1 check passed
@markdboyd markdboyd deleted the increase-docvalue-limit branch July 31, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants