← Back to team overview

cf-charmers team mailing list archive

Getting application logs through ELK bundle.

 

Hi, all.

This time I made ELK bundle to gather application logs. I used "user
provided services" for it [1]. This option can create CF service that will
forward all logs to some drain syslog url.

Logstash-indexer charm doesn't have possibility to enable syslog logstash
input.

That's why I needed to create custom config for it. You can find full
script to add app logs to ELK here:
https://gist.github.com/allomov/904f0538b9101ecc0d63


[1] http://docs.pivotal.io/pivotalcf/devguide/services/user-provided.html