I’m installing kubernetes along with graylog using conjure-up kubernetes on Ubuntu 18.04, bare metal server.
The installation gets to the last step which looks like this:
But as you can see graylog won’t complete its installation. It set up its own mongodb instance and everything, but the config file is not present. I assume it should be automatically generated since I don’t know anything about the mongodb instance it spun up for itself.
what compose file did you use? Graylog itself would just start with the default values - but if you have a configuration that is waiting for the configuration to be present the above might happen.