Robert Paschedag
Robert Paschedag
Any news here? I would love to see this merged but I also have to test it myself.
@andsel , @djboris9 Sorry....but could you please tell, what is the exact environment variable name that needs to be set within logstash to get this working? I am currently using...
Just some output trying to use `env2yaml` ``` logstash@c4f9de3d0918:~$ env | grep -i cluster XPACK_MONITORING_CLUSTER_UUID=NBSVsVarQIqUJ-hGivIHlw MONITORING_CLUSTER_UUID="NBSVsVarQIqUJ-hGivIHlw" logstash@c4f9de3d0918:~$ cat config/logstash.yml http.host: 0.0.0.0 node.name: logstash pipeline.ecs_compatibility: disabled xpack.monitoring.elasticsearch.hosts: - http://elasticsearch:9200 xpack.monitoring.enabled: false...
@djboris9 Thanks. I just confirmed it myself. I compiled `env2yaml` locally and it works as expected. But I also saw, that the code also did not make it into the...
Hi @andsel , sad to hear. Especially, as this seems - to me - to be a very simple "external" tool that should be very easy to backport. But thanks.
@andsel thank you for backporting. Really appreciate it.
Thank you @davidelang for your feedback. We are currently doing further tests. Maybe you can explain, where the `maxqsize` within the `impstats` is generated? We are right now testing using...
> maxqsize is the maximum number of items that were in the queue. note that disk queues are very slow. years ago I did a test with a PCI SSD...
Just changed again to in-memory. We want to store 1000000 messages (we also see a warning when starting up rsyslog, if this is intended) ``` ruleset( name="syslogoctobuselastic" parser="rsyslog.rfc3164" # disk...
@piotrp Thank you for these hints. I just wanted to file an ES case, because I also just found out, that some of my pipelines are not showing up anymore...