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

add generic fluentd pipeline to catch all logs #403

Merged
merged 5 commits into from Feb 10, 2020

Conversation

vsinghal13
Copy link
Contributor

@vsinghal13 vsinghal13 commented Feb 7, 2020

Description

Currently we only collect the container logs in the fluentd pipeline. This PR adds a generic fluentd pipeline to catch all logs. User would need to configure a new Input in the Fluent-bit config to send it to fluentd.

Testing performed
  • ci/build.sh
  • Redeploy fluentd and fluentd-events pods
  • Confirm events, logs, and metrics are coming in

@@ -233,6 +233,16 @@ data:
</buffer>
</match>
</label>
logs.source.generic.conf: |-
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In order for this pipeline to take effect you'd have to add logs.source.generic.conf to logs.conf

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, missed that. Thanks

@vsinghal13 vsinghal13 merged commit 60dbbe8 into master Feb 10, 2020
@vsinghal13 vsinghal13 deleted the vsinghal-add-generic-fluentd-pipeline branch February 10, 2020 23:48
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

Successfully merging this pull request may close these issues.

None yet

3 participants