Skip to content

[Filebeat] Discover won't load: Trying to retrieve too many docvalue_fields #20215

@andrewkroh

Description

@andrewkroh

Kibana fails while loading Discover. This is the error observed in the network tab of firefox:

{
  "statusCode": 400,
  "error": "Bad Request",
  "message": "[status_exception] error while executing search",
  "attributes": {
    "error": {
      "type": "status_exception",
      "reason": "error while executing search",
      "caused_by": {
        "type": "search_phase_execution_exception",
        "reason": "all shards failed",
        "phase": "query",
        "grouped": true,
        "failed_shards": [
          {
            "shard": 0,
            "index": "filebeat-8.0.0-2020.07.23-000001",
            "node": "1CD091fmR8q1g3oPQaND0A",
            "reason": {
              "type": "illegal_argument_exception",
              "reason": "Trying to retrieve too many docvalue_fields. Must be less than or equal to: [100] but was [118]. This limit can be set by changing the [index.max_docvalue_fields_search] index level setting."
            }
          }
        ],
        "caused_by": {
          "type": "illegal_argument_exception",
          "reason": "Trying to retrieve too many docvalue_fields. Must be less than or equal to: [100] but was [118]. This limit can be set by changing the [index.max_docvalue_fields_search] index level setting.",
          "caused_by": {
            "type": "illegal_argument_exception",
            "reason": "Trying to retrieve too many docvalue_fields. Must be less than or equal to: [100] but was [118]. This limit can be set by changing the [index.max_docvalue_fields_search] index level setting."
          }
        }
      }
    }
  }
}

For confirmed bugs, please report:

  • Version: filebeat version 8.0.0 (amd64), libbeat 8.0.0 [e25d6c8 built 2020-07-23 17:06:47 +0000 UTC]
  • Operating System: Mac OS
  • Discuss Forum URL: N/A
  • Steps to Reproduce:
    • Run filebeat setup
    • Index Some Data
    • Open Discover

Request from Kibana: request.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions