Skip to content

Instantly share code, notes, and snippets.

@imranrazakhan
Last active January 1, 2020 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imranrazakhan/bfe6d62e25e1f59f6d0986aec065e152 to your computer and use it in GitHub Desktop.
Save imranrazakhan/bfe6d62e25e1f59f6d0986aec065e152 to your computer and use it in GitHub Desktop.
apiVersion: v1
data:
fluent.conf: |
....
<label @OUTPUT>
## matches
@include configs.d/openshift/output-pre-*.conf
@include configs.d/user/output-operations.conf
@include configs.d/openshift/output-applications.conf
# no post - applications.conf matches everything left
##
</label>
output-operations.conf: |
<match output_ops_tag journal.** system.var.log** mux.ops audit.log** %OCP_FLUENTD_TAGS%>
@type null
</match>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment