Hi Guys
I setup a fresh new server with Graylog v5.1.4, Mongodb v6.0.9 and Opensearch 2.5 (no Elasticsearch installed). Now when I start all services, Graylog will not start and in the logs gives me this message:
2023-08-23T19:28:04.112Z INFO [CmdLineTool] Loaded plugin: Elasticsearch 7 Support 5.1.4+6fa2de3 [org.graylog.storage.elasticsearch7.Elasticsearch7Plugin]
The only way I make it work is by adding this line in the opensearch.yml config file:
plugins.security.disabled: true
Is there a raison why Graylogs sees it a plugin that is none existent and not mentionned in the server.conf file? Is there a way fix it? I saw somewhere saying to change the following line network.host: 0.0.0.0 to network.host: 127.0.01 but still not working,
Thanks in advance
Badaboom