While filtering through logs we getting error: where it mentions content length is bigger. Where is maximum allowed string (536870888) is set- any suggestions to fix this error.
Sounds like https://github.com/nodejs/node/issues/33960 its a change at nodejs / v8 - any recommendation on how to stay withing limits of new size 536870888
I have the same issue, have you fixed it ?
We end up truncating large log message to reasonable value so we dont get this error. have used this filter- Truncate filter plugin | Logstash Reference [6.8] | Elastic
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.