cf-charmers team mailing list archive
-
cf-charmers team
-
Mailing list archive
-
Message #00531
Re: Update for using log aggregators charms with CF charm.
Yes, you are right.
You can create user provided service that will retrieve application's logs.
Here is an example:
$ cf cups rsyslogs-logs -l syslog://rsyslogs.altoros.com:8080
$ cf bind-service a1 rsyslogs-logs
$ cf push a1
In this case rsyslogs.altoros.com will have logs only for a1 application.
In the same time you can get application logs setting up configs for log
traffic controller to drain logs through syslog protocol to external
aggregators. The last one is a goal I want to achieve.
Thank you,
Alex L.
References