Donald Morton

Results 20 comments of Donald Morton

I'm not clear what your `curl` command is doing. Is it setting an environment variable for a Graylog property? I think you would want to set the env vars before...

Okay. I see. I think you need to daemonize Graylog itself for what you're doing to work. In the first example, the script will stop executing commands until Graylog exits....

The problem is, if you were to daemonize Graylog, then the container would just exit. Docker is supposed to just run one command, and the container stops when that command...

I see that the health check for the `graylog` image is using the REST API for the Docker health check: https://github.com/Graylog2/graylog-docker/blob/4.0/health_check.sh#L96 But I don't think the forwarder is listening on...

I think normally for production, you'd want a cluster with separate instances for Elasticsearch and Graylog. Like described here under "Bigger Production Setup". https://docs.graylog.org/docs The idea with this is you...

> @mariussturm @malcyon Why is it hardlocked to v11 at all? We should be able to use OpenJDK 17, which is the recommended version by Graylog. I haven't been employed...

Hello, @x-mass. Yeah, I don't maintain this repo anymore. I think you want either @bernd or @kroepke.

You might want to hit up @bernd. I am not employed at Graylog anymore.

@bernd @kroepke This looks like a good change and you should merge it.

There's a similar issue with Terraform here: https://github.com/hashicorp/terraform/issues/23033 We'd have to go through Apple's notarization process to fix it: https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution