Skip to content

Commit ab73727

Browse files
committed
fix(metricbeat): limit of total fields exceeded
The current configuration requires a number of fields which exceeds the current limit. From the Metricbeat event logs: Limit of total fields [10200] has been exceeded while adding new fields [7] We raised this limit from its default of 10000 to 10200 in the commit 035a0e7, but it was since raised to 1250 upstream in v8.16.2 (elastic/beats#41640), making that configuration unnecessary. Ref. #1059
1 parent 02ba8bc commit ab73727

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

extensions/metricbeat/config/metricbeat.yml

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ metricbeat.autodiscover:
1515
- type: docker
1616
hints.enabled: true
1717

18-
# With all the modules below enabled, we exceed the default limit of 10000 fields.
19-
setup.template.settings.index.mapping.total_fields.limit: 10200
20-
2118
metricbeat.modules:
2219
- module: elasticsearch
2320
hosts: [ http://elasticsearch:9200 ]

0 commit comments

Comments
 (0)