I setup EFK Stack Using Helm Chart and versions of Elasticsearch Kibana and filebeat are 7.17.3
Helm Chart Link:
Used default values.yaml file across all three components
Installation is successful
Filebeat indexes also created in es
but after some time filebeat unable to send logs to es, in filebeat logs following errors are present
remote server returned an error: (413) Request Entity Too Large.
after searching google came across same issues mentioned in stackoverflow and in elastic channel and resolution is to update value of following field http.max_content_length (from default value of 100mb to required value)
But in helm elasticsearch values file the above field is absent Could you please tell me how can I solve the problem