-
Bug
-
Resolution: Done
-
Minor
-
None
-
False
-
False
-
NEW
-
VERIFIED
-
-
-
Logging (Core) - Sprint 216, Logging (Core) - Sprint 218, Logging (Core) - Sprint 219
Summary
As an admin of OpenShift Logging
I want the fluentd config to be well formed when viewing it in the configmap
so that it is easier to read and edit
Acceptance Criteria
- Verify the fluentd.conf is properly indented a newline delimited when editing the configmap
Sample:<system> log_level "#{ENV['LOG_LEVEL'] || 'warn'}" </system> # Prometheus Monitoring <label @ES_1> #remove structured field if present <filter **> @type record_modifier remove_keys structured </filter> #flatten labels to prevent field explosion in ES <filter **> @type record_transformer enable_ruby true <record> foo bar </record> </filter> </label>
- clones
-
LOG-2276 Fluent config format is hard to read via configmap
- Closed
- links to
- mentioned on
(4 mentioned on)