Makovkin Denis

Results 11 comments of Makovkin Denis

Got this issue twice right now. Ajusted LD_PRELOAD to empty, watching out...

> Got this issue twice right now. Ajusted LD_PRELOAD to empty, watching out... No result :( 25 port became unavailable via nginx (but accessible from front conteiner via telnet smtp...

> Still not sure if linked or not, but ~1h before, I got a python error again: Yeap, the same error in my logs and 10 minutes later 25 and...

> Watching closely :) This not help, btw :( After 2hours of works ports are unavailable again

>Do you always have a python error in logs ~1h before? Yes, from several minutes to hour before issue. Interesting fact: first time this error occurs is "Sep,18 15:41" (i...

>I just tried to disable 80+443 public access. I have the same configuration, except nginx instead of HAProxy

By the way - i cheked logs and found, that just before i got this errors i've got connection to 25 port from one and the same ip address. May...

As a temporary solution i run every munite bash-script like this #!/bin/bash set -euxo pipefail CONTAINER_STATUS=`docker ps -f name=front | grep unhealthy` if [ -n "${CONTAINER_STATUS}" ]; then echo `date`...

Hello, i've got the same issue on 4.3.9 One input, two index sets, two streams connected to corresponding index set. Some of messages go to streamA and to streamB. While...

Well, i try to reproduce it on clear installation. Ran graylog5.0.7 in docker with default settings. Created one TCPSyslog input, created two index sets IndexA and IndexB, created two streams...