-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Filebeat] Discover won't load: Trying to retrieve too many docvalue_fields #20215
Comments
Pinging @elastic/siem (Team:SIEM) |
This works as a work-around:
|
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Jul 23, 2020
The number of docvalue fields in Filebeat went beyond 100 and Discover was not loading. I added settings.index.max_docvalue_fields_search=200 to the default index template. In Filebeat there are about 117 fields now. Fixes elastic#20215
6 tasks
andrewkroh
added a commit
that referenced
this issue
Jul 23, 2020
The number of docvalue fields in Filebeat went beyond 100 and Discover was not loading. I added settings.index.max_docvalue_fields_search=200 to the default index template. In Filebeat there are about 117 fields now. Fixes #20215
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Jul 23, 2020
The number of docvalue fields in Filebeat went beyond 100 and Discover was not loading. I added settings.index.max_docvalue_fields_search=200 to the default index template. In Filebeat there are about 117 fields now. Fixes elastic#20215 (cherry picked from commit e95a905)
6 tasks
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
Jul 23, 2020
The number of docvalue fields in Filebeat went beyond 100 and Discover was not loading. I added settings.index.max_docvalue_fields_search=200 to the default index template. In Filebeat there are about 117 fields now. Fixes elastic#20215 (cherry picked from commit e95a905)
6 tasks
andrewkroh
added a commit
that referenced
this issue
Aug 4, 2020
…to 200 (#20222) * Increase index.max_docvalue_fields_search to 200 (#20218) The number of docvalue fields in Filebeat went beyond 100 and Discover was not loading. I added settings.index.max_docvalue_fields_search=200 to the default index template. In Filebeat there are about 117 fields now. Fixes #20215 (cherry picked from commit e95a905)
melchiormoulin
pushed a commit
to melchiormoulin/beats
that referenced
this issue
Oct 14, 2020
The number of docvalue fields in Filebeat went beyond 100 and Discover was not loading. I added settings.index.max_docvalue_fields_search=200 to the default index template. In Filebeat there are about 117 fields now. Fixes elastic#20215
That workaround doesn't seem to work if I want to set the value to 400. This is my
But the filebeat index is still created with 200. Looking at the PRs linked above, it seems the value 200 is hardcoded in |
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
…stic#20221) The number of docvalue fields in Filebeat went beyond 100 and Discover was not loading. I added settings.index.max_docvalue_fields_search=200 to the default index template. In Filebeat there are about 117 fields now. Fixes elastic#20215 (cherry picked from commit 4fca2fd)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kibana fails while loading Discover. This is the error observed in the network tab of firefox:
For confirmed bugs, please report:
Request from Kibana: request.txt
The text was updated successfully, but these errors were encountered: