Jeff Lindsay
Jeff Lindsay
The race condition _is_ real and we've seen it. Sometimes just losing the first line. Perhaps if we make this configurable, this is the price you pay for not hitting...
The discussion on the Docker issue (https://github.com/docker/docker/pull/12790) made me think that maybe a simple Logspout friendly logging driver would be a driver that can detect when the streaming logs endpoint...
The problem is I don't think the PR to Docker would just be a log driver, it would involve cooperation with (ie changes to) the logs API for this to...
So based on the previous PR on this, it seems like there is demand. But it would be good to do it in a way that is most common. Can...
This is a great opportunity to try the module system in master that will let you build logspout against a custom redis adapter package living in a separate repository.
Actually, now that I've seen that Redis is basically the most popular way to make logstash HA, I'd take this as a first-class adapter.
We're about to merge the `adapter` branch into master which has a new API for creating what were previously called "streamers". If you work against that branch now, the easier...
Adapters now merged into master
Ping me in IRC if anybody needs help working with what's in master. It should be straightforward looking at other adapters, but definitely want to learn any pain points, etc....
That looks like an easy fix. Also I'm surprised this was never merged. Maybe it would be a good idea to merge this and then talk about fixing that as...