Skip to content
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
29 changes: 29 additions & 0 deletions installer/conf/td-agent-bit-rs.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[SERVICE]
Flush 30
Log_Level info
Parsers_File /etc/td-agent-bit/parsers.conf
Log_File /var/opt/microsoft/docker-cimprov/log/fluent-bit.log

[INPUT]
Name tail
Tag oms.container.log.telegraf.err.*
Path /var/opt/microsoft/docker-cimprov/log/telegraf.log
DB /var/opt/microsoft/docker-cimprov/state/telegraf-log-state.db
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are u also adding the change to do the Exclude_Path for kube-system as part of this PR?

Mem_Buf_Limit 2m
Path_Key filepath
Skip_Long_Lines On
Ignore_Older 5m

[INPUT]
Name tcp
Tag oms.container.perf.telegraf.*
Listen 0.0.0.0
Port 25226
Chunk_Size 32
Buffer_Size 64

[OUTPUT]
Name oms
EnableTelemetry true
TelemetryPushIntervalSeconds 300
Match oms.container.*
5 changes: 0 additions & 5 deletions installer/conf/td-agent-bit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@
Chunk_Size 32
Buffer_Size 64

[FILTER]
Name grep
Match oms.container.log.telegraf.err.*
#Regex log /^(?:(?!\[azure_monitor\]: failed to write batch: \[403\] 403 Forbidden).)*$/

[OUTPUT]
Name oms
EnableTelemetry true
Expand Down
Loading