Alex Simenduev

Results 56 comments of Alex Simenduev

> Does anyone know if there are any hacks we can take in the meantime to ensure chunks are flushed to S3? I set the batch timeout to lower than...

Will this be implemented/merged? I see some statsd client libraries are using explicity this format. Like `kamon-statsd`.

@sleepybishop , maybe we should have compile time option, like `--with-ragel-parser`. So we can decide which parser to use and everybody will stay happy :)

Happens to me as well Barman 3.9

As a workaround, I'm using [resource collector](https://puppet.com/docs/puppet/7/lang_collectors.html) to accomplish this globally, like: ```puppet # this will ensure that docker containers doesn't log to "syslog" or "journald", # use a resource...

Are there any plans to implement this?

I'd like this feature as well. Currently using https://github.com/alexei-led/spotinfo

`/etc/environment`, doesn't work for me, this is what solved in my case ```puppet include ::elasticsearch augeas { "add ${::elasticsearch::configdir} to defaults": incl => "${::elasticsearch::defaults_location}/elasticsearch", lens => 'Shellvars.lns', changes => "set...