Skip to content

Elastic data exporter limit of field #2205

@edouardouvrard

Description

@edouardouvrard

After hitting 1000 default limit, the list continue growing with this error :

{
    "index" : {
      "_index" : "otoroshi-events-2025-06-27",
      "_type" : "_doc",
      "_id" : "4Ow5sJcB7Wz_QcyPKzsc",
      "status" : 400,
      "error" : {
        "type" : "mapper_parsing_exception",
        "reason" : "failed to parse",
        "caused_by" : {
          "type" : "illegal_argument_exception",
          "reason" : "Limit of total fields [2000] has been exceeded while adding new fields [171]"
        }
      }
    }
  }

Metadata

Metadata

Type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions