aws / aws/eks-charts

Add ability to specify Tag_Regex

Open
#619 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Mustache
Stars
1.3k
Forks
1.1k
Avg merge
22m
Merged PRs (30d)
5

Description

**Is your feature request related to a problem?**
It would be nice to be able to specify a custom `Tag_Regex` for the `tail` input of the `aws-for-fluent-bit` helm chart.

**Is your feature request related to a specific Helm chart, if yes mention name of the chart?**
This is for the `aws-for-fluent-bit` chart.

**Describe the solution you'd like**
Add a variable to be able to specify the `Tag_Regex` param of the `fluent-bit` `tail` plugin: https://github.com/aws/eks-charts/blob/master/stable/aws-for-fluent-bit/templates/configmap.yaml

```
[INPUT]
Name tail
Tag {{ .Values.input.tag }}
---> Tag_Regex {{ .Values.input.tagRegex }}
Path {{ .Values.input.path }}
DB {{ .Values.input.db }}
Parser {{ .Values.input.parser }}
Docker_Mode {{ .Values.input.dockerMode }}
Mem_Buf_Limit {{ .Values.input.memBufLimit }}
Skip_Long_Lines {{ .Values.input.skipLongLines }}
Refresh_Interval {{ .Values.input.refreshInterval }}
```

Contributor guide

Open the contributing guide

Research direction

Start with stable/aws-for-fluent-bit/templates/configmap.yaml and the chart's existing input values for the tail plugin. Add the configurable Tag_Regex value and verify that the rendered ConfigMap includes it for the aws-for-fluent-bit chart.

Written by the indexing model from the issue text.

Assessment

Tech stack
helm
Domain
devops
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.