FSys77

Results 2 issues of FSys77

With ElasticSearch I used this line in my `docker-compose.yml` file to connect to the ES cluster: `GRAYLOG_ELASTICSEARCH_HOSTS: "http://graylog-es-green-0:9200,http://graylog-es-green-1:9200,http://graylog-es-green-2:9200"` This was working fine. After migrating from Elasticsearch to Opensearch, Graylog is...

triaged
needs-input

Versions up to 4.3.3 worked fine for me. After upgrading to 4.3.4, 4.3.5 or 4.3.6 I got core dumps. I stripped down my docker-compose.yml to the bare minimum, and even...

triaged