Hermain

Results 19 comments of Hermain

+1 I'm trying to parse gelf messages and would like to define \0 as delimiter

Ok. Can't wait to put it in my CV and above the toilet.

I am running a swarm with similar setup as @everett-toews with the difference that I publish port 12001. However I am still not able to forward logs with localhost from...

The solution was to publish ports: - "127.0.0.1:12201:12201/udp" instead of only 12201:12201. My problem is solved. Now I only have the problem that conntrack cashes the connection even after the...

I think I'll just wait until docker supports Gelf logging over TCP and use some other solution until then or accept that I might loose some log messages. Thank you

That would be great. Thank you for considering it. https://blog.docker.com/2017/02/adventures-in-gelf/ This link discribes the kind of issues that you have with the docker gelf driver and there is no good...

@hartfordfive I would gladly try to use this beat with logstash and the gelf plugin.

I added it to my current sprint and will have a look at it after the current ticket I am working on. Am I right that Logstash would require an...

@hartfordfive I tested protologbeat without encryption and it didn't work. Logstash received messages but the output was all scrambled. I don't need encryption because my containers are in an overlay...

I'm using logstash:5.3.1. I would try to have a docker container generate gelf messages as this is how I got the scramled results (which also show in kibana) All you...