Skip to content

Commit

Permalink
Bump version numbers for Fluent Bit files; sync AZMONITOR configMap w…
Browse files Browse the repository at this point in the history
…/ODFE configMap (#55)
  • Loading branch information
gsmith-sas authored Jan 13, 2021
1 parent 5aae992 commit c269a4e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion logging/fb/fluent-bit_config.configmap_azmonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
[FILTER]
Name modify
Match *
Set fb_configMap_version 0.2.6
Set fb_configMap_version 0.2.7
#Set clusterID NOT_SET
# initialized to N to force level standardization
Set __temp_level_fixed N
Expand Down Expand Up @@ -289,6 +289,7 @@ data:
Key_name consul_message
Parser consul
Parser consul_telemetry
Parser misc8
Reserve_Data On
[FILTER]
#
Expand Down Expand Up @@ -669,8 +670,10 @@ data:
Parser misc5
Parser misc6
Parser misc7
Parser misc8
Parser collectapiT
Parser collectapi
Parser truncatedjson
Parser gopanic
Reserve_Data On
[FILTER]
Expand All @@ -679,6 +682,7 @@ data:
Match kube.*
Condition Key_value_equals flagged4parsing misc
Rename caller PROPS__caller
Hard_rename source logsource
[FILTER]
#
# Use unparsed_msg if need be
Expand Down
2 changes: 1 addition & 1 deletion logging/fb/fluent-bit_config.configmap_open.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
[FILTER]
Name modify
Match *
Set fb_configMap_version 0.2.7.J
Set fb_configMap_version 0.2.7
#Set clusterID NOT_SET
# initialized to N to force level standardization
Set __temp_level_fixed N
Expand Down
4 changes: 2 additions & 2 deletions logging/fb/viya-parsers.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 1.9.2.I
# Version 1.9.2
[PARSER]
Name consul
Format regex
Expand Down Expand Up @@ -210,4 +210,4 @@
Format regex
regex (?<datetime>(?<dow>\w{3})\s*(?<month>\w{3})\s*(?<day>\d{1,2})\s?(?<time>\d{2}:\d{2}:\d{2}\s?UTC)\s?(?<year>\d{4}))\s*-\s*(?<level>\[\w*\])?(\s*-\s*)?(?<message>.*)
Time_Key timestamp
Time_format %a %b %e %T %Z %Y
Time_format %a %b %e %T %Z %Y

0 comments on commit c269a4e

Please sign in to comment.