Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Add ability for kubernetes pods to exclude themselves and suggest parser #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

BrianKopp
Copy link

@BrianKopp BrianKopp commented Jan 16, 2020

The fluentbit kubernetes [FILTER] block has two options which we will find useful - presumably other clients will as well. The first is K8S-Logging.Exclude. It allows developers to exclude certain pods from logging by applying a pod annotation fluentbit.io/exclude: "true". This gives the ability to exclude apps that have overly-chatty or sensitive logs they don't wish to send to New Relic (currently a soft blocker for us).

The next option, K8S-Logging.Parser, allows developers to designate a fluentbit parser for their specific app.

Source:
https://github.com/fluent/fluent-bit-docs/blob/master/filter/kubernetes.md

@CLAassistant
Copy link

CLA assistant check
All committers have signed the CLA.

alvin-kudos added a commit to KudosInc/kubernetes-logging that referenced this pull request Mar 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants