Hey all,
We’re looking into piping all of our build logs into elastic search + kibana. Is there a non-hacky way for us to collect all of the logs produced by every build? The docs suggest piping into tee
but this won’t really scale (in terms of the number of places I’d need to add that pipe).
What I think I want is something like log-destinations: ['/var/log/my-log-file.log']
inside the agent configuration. From there they can be picked up by something like the CloudWatch agent.