Skip to content

Commit

Permalink
Fix fluent-bit K8s enrichment
Browse files Browse the repository at this point in the history
  • Loading branch information
lemaitre-aneo committed Dec 18, 2024
1 parent 354a8bf commit beddd53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions armonik/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ locals {
# Fluent-bit volumes
# Please don't change below read-only permissions
fluent_bit_volumes = {
fluentbitstate = {
mount_path = "/var/fluent-bit/state"
read_only = false
type = "host_path"
}
varlog = {
mount_path = "/var/log"
read_only = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
Labels On
K8S-Logging.Parser On
K8S-Logging.Exclude Off
Use_Kubelet On
Kubelet_Port 10250
Buffer_Size 0

[FILTER]
Expand Down

0 comments on commit beddd53

Please sign in to comment.