Jeff Lindsay
Jeff Lindsay
Yeah I'm assuming it's some oversight where I assume some variable is going to be a string. I haven't looked at the code in a while. I'm just, you know,...
Ugh, and it needs to be rebased now too. Maybe neeeext week? :\
No reason adapters can't use each other. If there was a way to refactor this so that syslog could be configured to use it (and all its JSON configuration) in...
The templating you have has access to the entire Docker container structure as far as I know. It should be possible. On Thu, Feb 4, 2016 at 10:36 AM, Oriol...
Any stdout or stderr can only reasonably be parsed with newlines. Until logspout supports a syslog intake, JSON or other structured data that encodes newlines is the only option.
No not yet. Hoping to get a syslog port exposed so containers with more complex logs can use that similar to a system syslog, except it is container aware and...
Like I said it needs a syslog server. If anybody wants to help add this then there would be progress. On Tuesday, October 18, 2016, Carl [email protected] wrote: > So,...
Yeah this seems reasonable. On Fri, Feb 24, 2017 at 11:39 AM, Alexey Aksenov wrote: > Is it possible to implement it like in a firebeat? > https://www.elastic.co/guide/en/beats/filebeat/current/ > multiline-examples.html...
Already working on it