pauronda-visma
pauronda-visma
Hi there. I followed your steps: - set heapSize - used last bitnami mongodb (version 6.0.3) chart - used opensearch 2.3.0 deployed with official helm chart - Graylog image: graylog/graylog:5.0.2...
Hi again, sorry for bothering you. It worked after modifying entrypoint.sh I hardcoded the Java VM options from graylog 5 docker repository and worked. `-Dlog4j2.formatMsgNoLookups=true -Djdk.tls.acknowledgeCloseNotify=true -XX:+UnlockExperimentalVMOptions -XX:-OmitStackTraceInFastThrow -XX:+UseG1GC -server`...
Same was for me, but after removing the value graylog.elasticsearch.version on values.yaml it worked for me. https://github.com/KongZ/charts/blob/main/charts/graylog/values.yaml#L403 More info: https://github.com/KongZ/charts/issues/133 https://github.com/Graylog2/graylog2-server/issues/14236