Skip to content

Commit 950b522

Browse files
committed
chore(charts): remove redundant rbac configurations
1 parent 9fe2fce commit 950b522

3 files changed

Lines changed: 7 additions & 26 deletions

File tree

charts/fluentbit/templates/fluentbit-clusterrole.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

charts/fluentbit/templates/fluentbit-clusterrolebinding.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

charts/fluentbit/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ config:
6363
Keep_Log Off
6464
Merge_Log On
6565
Buffer_Size 0
66+
Regex_Parser kubernetes
6667
Use_Tag_For_Meta true
6768
6869
## https://docs.fluentbit.io/manual/pipeline/outputs
@@ -93,6 +94,12 @@ config:
9394
Time_Key time
9495
Time_Format %Y-%m-%dT%H:%M:%S.%L%z
9596
Time_Keep On
97+
98+
[PARSER]
99+
Name kubernetes
100+
Format regex
101+
Regex (?<tag>[^.]+)?\.?(?<pod_name>[a-z0-9](?:[-a-z0-9]*[a-z0-9])?(?:\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*)_(?<namespace_name>[^_]+)_(?<container_name>.+)-(?<docker_id>[a-z0-9]{64})\.log$
102+
96103
## https://docs.fluentbit.io/manual/development/golang-output-plugins
97104
plugins: |
98105
[PLUGINS]

0 commit comments

Comments
 (0)