Skip to content

Commit

Permalink
fix(metricbeat): limit of total fields exceeded
Browse files Browse the repository at this point in the history
The current configuration requires a number of fields which exceeds the
default limit of 10000 fields.

Ref. #1020
  • Loading branch information
antoineco committed Oct 1, 2024
1 parent 5b1c37a commit 035a0e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extensions/metricbeat/config/metricbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ metricbeat.autodiscover:
- type: docker
hints.enabled: true

# With all the modules below enabled, we exceed the default limit of 10000 fields.
setup.template.settings.index.mapping.total_fields.limit: 10200

metricbeat.modules:
- module: elasticsearch
hosts: [ http://elasticsearch:9200 ]
Expand Down

0 comments on commit 035a0e7

Please sign in to comment.