This question is similar to this question
But I am using (version Graylog 4.2.3) helm chart on my Kubernetes EKS cluster for Graylog cluster installation kongz like this: kubectl create namespace graylog helm install --namespace "graylog" graylog kongz/graylog
so I can’t modify the memory or anything. I have tried to check the files in graylog and elasticsearch pod but didn’t find them there.
/etc/elasticsearch/jvm.options
/var/log/elasticsearch/hs_err_pid495.log
/etc/default/graylog-server
Well… that sucks. Only suggestion I can think of reducing the amount of resource you Graylog server needs.
As for the screen shot you provided with the error.Elasticsearch circuit breaking exeception Dtat to large, data for http_request . I did a quick search.
I couldn’t find the file /etc/elasticsearch/jvm.options in Graylog or Elasticsearch cluster. I am using helm chart for Graylog cluster installation, I tried to set -Xmx4g -Xms4g like this: helm install --namespace "graylog" graylog kongz/graylog \ --set graylog.heapSize="-Xms4g -Xmx4g"
Now I am getting crashloopbackoff and errors on graylog pod.
What I tried to show you was increase memory for Elasticsearch/Graylog. Try to increase GL Heap and see if you get the same results.
Not sure how your going to do it in helm