← Back to team overview

cf-charmers team mailing list archive

Logstash and cloudoundry charms integration status

 

Hello all.

Recently, I've been working for a while on integrating logstash with
cloudfoundry charms. I dig into loggregator source code, and the only way
that I find out how to obtain all application logs, was to listen to
"firehose" websocket endpoint. The problem here is that accordingly to this
thread
https://groups.google.com/a/cloudfoundry.org/forum/#!topic/vcap-dev/FE_w5xDG-dg
<https://office1.altoros.com/owa/redir.aspx?C=nB0vMgKoW0iZU6jPfOYbpZKcdTPEy9EI8S7m4QlCwXa_DExoBwSlbRZw4CHo4rx5H3MftNxtjA0.&URL=https%3a%2f%2fgroups.google.com%2fa%2fcloudfoundry.org%2fforum%2f%23%21topic%2fvcap-dev%2fFE_w5xDG-dg>
"firehose" feature would be only added in 192 cf release. So now I don't
know how to continue work on this task, I see the following options:

1. Maybe I miss something in loggregator sources and there are some other
ways how to obtain all application logs. If you know about such ways,
please guide me in the right direction.
2. We can wait until this feature would be released, and then update
cloudfounry charm to use 192 cf release.
3. We can try to update cloudfoundry charm to use develop branch of cf
release.
4. Maybe you will have some other suggestions.

Follow ups