Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClusterFlow format #7

Open
papanito opened this issue Oct 27, 2023 · 0 comments
Open

ClusterFlow format #7

papanito opened this issue Oct 27, 2023 · 0 comments

Comments

@papanito
Copy link

Bug Report

Description

As I have not much experience in fluentd, I struggle a bit to translate your docu into a working ClusterFlow config. I figured starting with something like thi

apiVersion: logging.banzaicloud.io/v1beta1
kind: ClusterFlow
metadata:
  name: all-logs
  namespace: cattle-logging-system
  filters:
    - parser:
        key_name: log
        parse:
          expression: >-
            ^(?<time>[^ ]+) (?<stream>stdout|stderr) (?<logtag>[^ ]*)
            (?<log>.*)$
          time_format: '%Y-%m-%dT%H:%M:%S.%L%z'
  globalOutputRefs:
    - cluster-output-splunk

But don't know where to go from there...

Expected Behavior

N/A

Reproduce

N/A

Additional Context

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant