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

[upgrade] Update Fluent Bit to 2.2.2 #619

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,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
Loading