Skip to content

Commit

Permalink
[upgrade] Update Fluent Bit to 2.2.2 (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
cumcke authored Mar 18, 2024
1 parent 0f96bce commit 9eeb191
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and Promethues in [Azure Deployment sample](samples/azure-deployment). (Fixes #6
* [FIX] Corrected comments referencing OpenSearch connection information in `samples/generic-base/logging/user-values-es-exporter.yaml`
and `logging/user-values-es-exporter.yaml`.
* [FIX] Corrected typo in `logging/bin/deploy_fluentbit_azmonitor.sh` that prevented the script from executing properly.
* [UPGRADE] Fluent Bit has been upgraded from version 2.1.10 to 2.2.2

* **Tracing**

Expand Down
4 changes: 2 additions & 2 deletions component_versions.env
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ ES_EXPORTER_FULL_IMAGE="quay.io/prometheuscommunity/elasticsearch-exporter:v1.6.
#Fluent Bit
FLUENTBIT_HELM_CHART_REPO=fluent
FLUENTBIT_HELM_CHART_NAME=fluent-bit
FLUENTBIT_HELM_CHART_VERSION=0.40.0
FB_FULL_IMAGE="cr.fluentbit.io/fluent/fluent-bit:2.1.10"
FLUENTBIT_HELM_CHART_VERSION=0.43.0
FB_FULL_IMAGE="cr.fluentbit.io/fluent/fluent-bit:2.2.2"

#OpenSearch
OPENSEARCH_HELM_CHART_REPO=opensearch
Expand Down
5 changes: 1 addition & 4 deletions logging/fb/viya-parsers.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 1.9.9
# Version 1.9.10
[PARSER]
Name consul
Format regex
Expand Down Expand Up @@ -143,9 +143,6 @@
regex (?<timestamp>\d{4}(-\d{2}){2} \d{2}(:\d{2}){2})\s+-\s+\[(?<level>[A-Z]*)\]\s+-\s+(?<message>.*)
Time_Key timestamp
Time_format %Y-%m-%d %H:%M:%S
[PARSER]
Name logfmt
Format logfmt
[PARSER]
Name crunchy_stderr3
Format regex
Expand Down

0 comments on commit 9eeb191

Please sign in to comment.