Skip to content

Commit

Permalink
Upgrade logzio-fluentd to v0.30.1 (#488)
Browse files Browse the repository at this point in the history
- Handle empty etcd `log` key, populated based on `message` key.
  • Loading branch information
ralongit authored May 20, 2024
1 parent 0e4d744 commit 803129e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/fluentd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for shipping Kubernetes logs via Fluentd.
keywords:
- logging
- fluentd
version: 0.30.0
version: 0.30.1
appVersion: 1.5.3
maintainers:
- name: Yotam loewenbach
Expand Down
2 changes: 2 additions & 0 deletions charts/fluentd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ If needed, the fluentd image can be changed to support windows server 2022 with


## Change log
- **0.30.1**:
- Handle empty etcd `log` key, populated based on `message` key.
- **0.30.0**:
- Upgrade fluentd version to `1.16.5`
- Fix bug of `env-id.conf`
Expand Down
8 changes: 8 additions & 0 deletions charts/fluentd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,14 @@ configmap:
@type none
</parse>
</source>
# This changes message key to log for etcd logs
<filter logzio.etcd>
@type record_modifier
<record>
log ${record["message"]}
</record>
</filter>
<source>
@type tail
Expand Down

0 comments on commit 803129e

Please sign in to comment.