In 6.3.0 and 6.3.1 (I tried to upgrade), I am seeing in the log file
2018-07-12T12:10:38.985+0800 | ERROR | schema/schema.go:41 | Error on field 'value': Missing field: value, Error: Error converting param to int: ZlibMemUsage |
---|---|---|---|
2018-07-12T12:10:38.985+0800 | ERROR | schema/schema.go:41 | Error on field 'max': Missing field: max, Error: Error converting param to int: MaxZlibMemUsage |
2018-07-12T12:10:48.985+0800 | ERROR | schema/schema.go:41 | Error on field 'max': Missing field: max, Error: Error converting param to int: MaxZlibMemUsage |
2018-07-12T12:10:48.985+0800 | ERROR | schema/schema.go:41 | Error on field 'value': Missing field: value, Error: Error converting param to int: ZlibMemUsage |
This field ZlibMemUsage is not in the template.
metricbeat template export
Any ideas how to solve? Other than manually modifying the template myself?