So i have the following Openshift/Origin architecture installed following the official Openshift/Origin documentation We also want to use the Aggregated logging setup that comes out of the box, that's why was set by using strictly the Openshift aggregated logging documentation.
So far the feedback has been excellent but i have another challenge for which i will need some help. Developers want to specify by their own the log level that will be forwarded to the Elasticsearch. Current log level is set only thru FluentD.
Is there a way to set the log level by Deployment variable and make it pass Fluentd unchanged to Elasticsearch ?
The goal is to provide people a way to set by their own the log level that will be forwarded to Elasticsearch.