summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/templates/fluentd.j2
Commit message (Collapse)AuthorAgeFilesLines
* use docker_log_driver and /etc/docker/daemon.json to determine log driverRich Megginson2017-05-091-0/+6
| | | | | | | | | | | | | | | We check the following variables, if they are defined, in the order listed below, to see if the journald log driver is set: * openshift_hosted_logging_use_journal * docker_log_driver * openshift.docker.log_driver * openshift.docker.options (look for '--log-driver=journald') If none of these are set, we leave openshift_logging_fluentd_use_journal undefined, and mount both /etc/sysconfig/docker and /etc/docker (for daemon.json) so that fluentd can determine which log driver is being used.
* cast openshift_logging_use_mux_client to boolRich Megginson2017-04-191-2/+2
|
* mux does not require privileged, only hostmount-anyuidRich Megginson2017-04-191-0/+12
|
* Adding some more logging defaultsewolinetz2017-03-031-1/+1
|
* Reverting commit 3257 and renaming master_url to openshift_logging_master_urlewolinetz2017-02-071-1/+1
|
* addressing commentsewolinetz2017-01-121-1/+1
|
* Creating openshift_logging role for deploying Aggregated Logging without a ↵ewolinetz2016-12-141-0/+149
deployer image