Skip to content

Commit

Permalink
EOS Fluent Bit housekeeping (sassoftware#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmith-sas authored Apr 16, 2024
1 parent 7a32939 commit 25ff9ef
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
27 changes: 23 additions & 4 deletions logging/fb/fluent-bit_config.configmap_azmonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data:
[FILTER]
Name modify
Match *
Set fb_configMap_version 0.2.25
Set fb_configMap_version 0.2.26
#Set clusterID NOT_SET
# initialized to N to force level standardization
Set __temp_level_fixed N
Expand Down Expand Up @@ -718,6 +718,24 @@ data:
Condition Key_value_matches flagged4parsing s2operator
Rename source PROPS__source
Rename component PROPS__component
[FILTER]
#
# Redis
#
Alias flag_redis_msgs
Name modify
Match kube.*
Condition Key_value_matches temp_k8sapp_name sas-redis-server|sas-airflow-redis
Copy message redis_message
Rename message unparsed_message
Add flagged4parsing redis
[FILTER]
Alias parse_redis_msgs
Name parser
Match kube.*
Key_name redis_message
Parser redis
Reserve_Data On
[FILTER]
#
# Zalando (Postgres)
Expand Down Expand Up @@ -773,6 +791,7 @@ data:
Parser misc6
Parser misc7
Parser misc8
Parser calico
Parser collectapiT
Parser collectapi
Parser haproxy_default
Expand Down Expand Up @@ -832,7 +851,7 @@ data:
Alias fix_level_debug
Name modify
Match *
Condition Key_value_matches level (?i:DEBUG)|(?:\AD\z)|(?i:hint)|(?i:fine)|(?i:DBG)|(?i:DETAIL)
Condition Key_value_matches level (?i:DEBUG)|(?:\AD\z)|(?i:hint)|(?i:fine)|(?i:DBG)|(?i:DETAIL)|(\.)
Set level DEBUG
Set __temp_level_fixed Y
[FILTER]
Expand All @@ -859,7 +878,7 @@ data:
Name modify
Match *
Condition Key_value_does_not_equal __temp_level_fixed Y
Condition Key_value_matches level (?i:inf\w*)|(?i:note\w*)|(?i:log\w*)|(?:\AI\z)|(?i:Normal)|(?i:notice)
Condition Key_value_matches level (?i:inf\w*)|(?i:note\w*)|(?i:log\w*)|(?:\AI\z)|(?i:Normal)|(?i:notice)|(-)|(\*)
Set level INFO
Set __temp_level_fixed Y
[FILTER]
Expand All @@ -886,7 +905,7 @@ data:
Name modify
Match *
Condition Key_value_does_not_equal __temp_level_fixed Y
Condition Key_value_matches level (?i:war\w*)|(?:\AW\z)|(?i:wrn\w*)
Condition Key_value_matches level (?i:war\w*)|(?:\AW\z)|(?i:wrn\w*)|(#)
Set level WARNING
Set __temp_level_fixed Y
[FILTER]
Expand Down
2 changes: 1 addition & 1 deletion logging/fb/fluent-bit_config.configmap_opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data:
[FILTER]
Name modify
Match *
Set fb_configMap_version 0.2.26J
Set fb_configMap_version 0.2.26
#Set clusterID NOT_SET
# initialized to N to force level standardization
Set __temp_level_fixed N
Expand Down
2 changes: 1 addition & 1 deletion logging/fb/viya-parsers.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 1.9.11-snapshot3a
# Version 1.9.11
[PARSER]
Name consul
Format regex
Expand Down

0 comments on commit 25ff9ef

Please sign in to comment.