Fluentd: remove unused configuration section

This removes an unused section of configuration for fluentd, as
well as cleans up the values for filtering fluentd logs

Change-Id: I0c58d3ac236af7723c64c3b9fcba877736b1f606
This commit is contained in:
Steve Wilkerson 2019-01-30 16:03:59 -06:00
parent 33178a529d
commit f01e9d2391

View File

@ -237,23 +237,14 @@ conf:
type: monitor_agent type: monitor_agent
bind: 0.0.0.0 bind: 0.0.0.0
port: 24220 port: 24220
- http_health_checking:
header: source
type: http
bind: 0.0.0.0
port: 9880
- fluentbit_forward: - fluentbit_forward:
header: source header: source
type: forward type: forward
port: "#{ENV['FLUENTD_PORT']}" port: "#{ENV['FLUENTD_PORT']}"
bind: 0.0.0.0 bind: 0.0.0.0
- filter_fluentbit_logs:
header: match
expression: "fluent.**"
type: "null"
- filter_fluentd_logs: - filter_fluentd_logs:
header: match header: match
expression: "fluentd.**" expression: "fluent.**"
type: "null" type: "null"
# NOTE(srwilkers): Look for specific keywords in the log key to determine # NOTE(srwilkers): Look for specific keywords in the log key to determine
# log level of event # log level of event