Commit ab73727
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. #10591 parent 02ba8bc commit ab73727
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
| |||
0 commit comments