How to get docker applications to send logs to openshift's built in log aggregator?

205 Views Asked by At

I am setting up an Openshift cluster and am trying to aggregate the logs using the built in EFK stack that Openshift builds when I start the cluster with:

oc cluster up --logging=true

However, as I add other projects and docker images to nodes, I am not quite sure how to funnel the application logs to the created logging project. How do I get the logs to report to the created EFK cluster?

0

There are 0 best solutions below