If you are using docker then you could use the log driver, with something
like fluentd, to pick up and forward the logs for you, know that some of
the plugins available do offer Kafka support

-Jake

On Mon, May 2, 2016 at 10:23 AM, Erb, Stephan <stephan....@blue-yonder.com>
wrote:

> As of today, this is not possible with the thermos logger. However, I can
> think of a two of potential solutions:
>
> *  you start an additional (ephemeral) process together with you job that
> forwards the content of the stdout & stderr files to Kafka (
> https://github.com/apache/aurora/blob/17ade117b8171d4ef4be62fd4b617a024658551d/docs/reference/configuration.md#ephemeral
> )
> * you adjust the code you start on Aurora to automatically ship your logs
> to Kafka or any other log aggregator you want to use. This tends to have
> the advantage that you can do structured logging.
>
> Kind Regards,
> Stephan
> ________________________________________
> From: thinker0 <think...@gmail.com>
> Sent: Friday, April 29, 2016 16:03
> To: dev@aurora.apache.org
> Subject: Log aggregation to Kafka
>
> hi.
>
> Thermos Logger wish I had the ability to transfer to Kafka.

Reply via email to