Sébastien Pujadas

Results 18 comments of Sébastien Pujadas

Thanks for raising this, will take care of it next week, for both versions 7 and 8.

The updated images have been published – enjoy!

Thanks for sharing your experience. I for one don’t have a machine with an M1-chip (nor an ARM64 chip for that matter), so can’t really help with this one: adding...

Some early thoughts. Logstash's PID is located in `/var/run/logstash.pid`, so `kill -HUP $(cat /var/run/logstash.pid)` (e.g. in a `postrotate` section of the logrotate configuration file) reloads Logstash (used for instance to...

Not familiar with TrueNAS, but Docker enables you to map/publish the ports exposed by the image to any port you want at runtime. Looking at the TrueNAS (https://www.truenas.com/docs/scale/scaleuireference/apps/docker/) it seems...

Many thanks for the contribution, I’ll add a reference to your sample configuration file when I next update the documentation, for other traefik users!

Interesting, had never seen this env var before. Due to the way Linux services run, env vars passed to the container won’t be seen by said services as is. I...

Hi Ian, nothing’s changed in the image other than bumping up the version of lighttpd. You were right to add the `-t` flag (#8 #10), but it’s strange that it...

Good idea! I quickly hacked a development mode (set `DEVELOPMENT_MODE` to `1` to check it out in `sebp/elk:latest`; build in progress at the time of writing), let me know how...

General guidance on certificates for this image is provided here: https://elk-docker.readthedocs.io/#certificates Information on changing the configuration of the image can be found here: https://elk-docker.readthedocs.io/#tweaking-the-image Non-image-specific instructions on setting up certificates...