This repository was archived by the owner on Feb 5, 2020. It is now read-only.
Documentation/files/logging: Update Fluentd configmap for 1.8x#138
Open
hhoover wants to merge 1 commit intocoreos:masterfrom
hhoover:DOCS-286
Open
Documentation/files/logging: Update Fluentd configmap for 1.8x#138hhoover wants to merge 1 commit intocoreos:masterfrom hhoover:DOCS-286
hhoover wants to merge 1 commit intocoreos:masterfrom
hhoover:DOCS-286
Conversation
zbwright
reviewed
Feb 8, 2018
| <match kubernetes.var.log.containers.fluentd**> | ||
| type null | ||
| </match> | ||
|
|
Contributor
There was a problem hiding this comment.
Prevent fluentd from handling records containing fluentd logs. Allowing this access can lead to an infinite loop, in which an error in sending one message generates another message which also fails to be sent, and so on.
zbwright
reviewed
Feb 8, 2018
| # 2017-02-09T00:15:57.992775796Z AUDIT: id="90c73c7c-97d6-4b65-9461-f94606ff825f" ip="104.132.1.72" method="GET" user="kubecfg" as="<self>" asgroups="<lookup>" namespace="default" uri="/api/v1/namespaces/default/pods" | ||
| # 2017-02-09T00:15:57.993528822Z AUDIT: id="90c73c7c-97d6-4b65-9461-f94606ff825f" response="200" | ||
| # Audit logging must be enabled, otherwise this is skipped as the file is | ||
| # not present. This file will only be present on master nodes. |
Contributor
There was a problem hiding this comment.
... This file will be present only on master nodes.
Changes audit log parsing for fluentd as audit logging has changed in v1.8 of Kubernetes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes audit log parsing for fluentd as audit logging has changed
in v1.8 of Kubernetes.