module FluentD
Defined in:
tasks/utils/fluentd.crClass Method Summary
-
.app_tailed_by_fluentd?(pod_name, match = nil)
todo check fluentd log to see if container of application is being tailed
-
.installed?
todo check if td agent (log forwarder) exists todo check if td agent (log aggregrator) exists todo pick a popular fluentd service discovery method and check its configuration files to see if they are configured
- .match
Class Method Detail
def self.app_tailed_by_fluentd?(pod_name, match = nil)
#
todo check fluentd log to see if container of application is being tailed
def self.installed?
#
todo check if td agent (log forwarder) exists todo check if td agent (log aggregrator) exists todo pick a popular fluentd service discovery method and check its configuration files to see if they are configured
todo check if fluentd installed (if not, skip)