Greg

Results 33 comments of Greg

We got bit by this when installing the Sidecar on a shared system that was still running the Collector Sidecar. The latter was installed to `C:\Program Files\graylog\collector-sidecar`, while the newer...

We're currently running 2 environments on the `4.3.4` images (1 OSS, 1 Enterprise) and haven't ran into this yet. `mkdir: cannot create directory ‘/data’` almost makes it seem like `${GRAYLOG_HOME}`...

Since you're on Docker 20.10.5 (released 2021-03-02) and 20.10.8 (released 2021-08-03), I'd suggest trying to get that upgraded to at least 20.10.10 (released 2021-10-25; latest is 20.10.17 released 2022-06-06). Doing...

FYI-- we've had a couple teams get bitten by the following: * Including a `java-cfenv` dependency * Assuming activation of the `cloud` profile will "just happen" * SAR not getting...

@patrickmann Would that approach rely on everything being functional enough to write those events to an index in ES/OS? Just wondering if certain types of severe situations (e.g. blocked indices...

See #217. I'm guessing you have an older Docker version.

> Server: Docker Engine - Community > Engine: > Version: 20.10.7 You'll want to get that to at least 20.10.10.

With `8` and `11` dropped there could be some minor cleanup in `docker-entrypoint.sh`. `UseParNewGC` was removed in `10` and `UseConcMarkSweepGC` was removed in `14`. https://github.com/Graylog2/graylog-docker/blob/6945b169506d786e3ddddfb610462e1b8220668e/docker-entrypoint.sh#L11-L22

Mentioned on the case, but being able to `debug($message)` (or equivalent; giving a point-in-time view of the `Message`) would've helped greatly in figuring out what was going on.

@mpfz0r Nice; that'll be useful 👍 Not a big deal from our perspective, but some might look for being able to pass `debug()` a `message` parameter like certain other functions...