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

Fix match fluent.** deprecation warning #1498

Merged
merged 1 commit into from
Mar 17, 2021

Conversation

pmalek-sumo
Copy link
Contributor

@pmalek-sumo pmalek-sumo commented Mar 17, 2021

Fixes #1185

It also catches fluentd.pod.healthchecks which are sent in kubernetes as liveness and readiness probes

livenessProbe:
httpGet:
path: /fluentd.pod.healthcheck?json=%7B%22log%22%3A+%22health+check%22%7D
port: 9880
initialDelaySeconds: 300
periodSeconds: 30
timeoutSeconds: 3
readinessProbe:
httpGet:
path: /fluentd.pod.healthcheck?json=%7B%22log%22%3A+%22health+check%22%7D
port: 9880
initialDelaySeconds: 30
periodSeconds: 5

Reference in FluentD docs: https://docs.fluentd.org/deployment/logging#capture-fluentd-logs

@perk-sumo perk-sumo added this to the v2.1 milestone Mar 17, 2021
Copy link
Contributor

@sumo-drosiek sumo-drosiek left a comment

Choose a reason for hiding this comment

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

Thanks

@pmalek-sumo pmalek-sumo merged commit 460b3a6 into main Mar 17, 2021
@pmalek-sumo pmalek-sumo deleted the issue-1185-fix-match-fluent-deprecation branch March 17, 2021 13:02
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.

Fix the FluentD "define <match fluent.**>" depracation warn
5 participants