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

feat: update fluentd to 1.14.6-sumo-5 #2454

Merged
merged 3 commits into from
Jul 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ sumologic:
fluentd:
image:
repository: public.ecr.aws/sumologic/kubernetes-fluentd
tag: 1.14.6-sumo-3
tag: 1.14.6-sumo-4
sumo-drosiek marked this conversation as resolved.
Show resolved Hide resolved
pullPolicy: IfNotPresent

## Specifies whether a PodSecurityPolicy should be created
Expand Down Expand Up @@ -583,11 +583,11 @@ fluentd:
## Defines whether container-level pod annotations are enabled.
## Setting this to `true` might slightly affect Fluentd performance.
## See below link for full reference:
## https://github.com/SumoLogic/sumologic-kubernetes-fluentd/tree/v1.14.6-sumo-3/fluent-plugin-kubernetes-sumologic#container-level-pod-annotations
## https://github.com/SumoLogic/sumologic-kubernetes-fluentd/tree/v1.14.6-sumo-4/fluent-plugin-kubernetes-sumologic#container-level-pod-annotations
sumo-drosiek marked this conversation as resolved.
Show resolved Hide resolved
perContainerAnnotationsEnabled: false
## Defines the list of prefixes of container-level pod annotations.
## See below link for full reference:
## https://github.com/SumoLogic/sumologic-kubernetes-fluentd/tree/v1.14.6-sumo-3/fluent-plugin-kubernetes-sumologic#container-level-pod-annotations
## https://github.com/SumoLogic/sumologic-kubernetes-fluentd/tree/v1.14.6-sumo-4/fluent-plugin-kubernetes-sumologic#container-level-pod-annotations
sumo-drosiek marked this conversation as resolved.
Show resolved Hide resolved
perContainerAnnotationPrefixes: []

## ref: https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter#configuration
Expand All @@ -606,8 +606,8 @@ fluentd:
bearerTokenFile: ""
## Regex to match containers tag to `pod_name`, `namespace`, `container_name` and `docker_id`. All of them are obligatory
## See below links for reference:
## https://github.com/SumoLogic/sumologic-kubernetes-fluentd/blob/v1.14.6-sumo-3/fluent-plugin-kubernetes-metadata-filter/lib/fluent/plugin/filter_kubernetes_metadata.rb#L322-L325
## https://github.com/SumoLogic/sumologic-kubernetes-fluentd/tree/v1.14.6-sumo-3/fluent-plugin-kubernetes-metadata-filter#configuration
## https://github.com/SumoLogic/sumologic-kubernetes-fluentd/blob/v1.14.6-sumo-4/fluent-plugin-kubernetes-metadata-filter/lib/fluent/plugin/filter_kubernetes_metadata.rb#L322-L325
## https://github.com/SumoLogic/sumologic-kubernetes-fluentd/tree/v1.14.6-sumo-4/fluent-plugin-kubernetes-metadata-filter#configuration
sumo-drosiek marked this conversation as resolved.
Show resolved Hide resolved
tagToMetadataRegexp: '.+?\.containers\.(?<pod_name>[^_]+)_(?<namespace>[^_]+)_(?<container_name>.+)-(?<docker_id>[a-z0-9]{64})\.log$'

## To use additional filter plugins
Expand Down