Skip to content

Commit

Permalink
fix: fluent-bit K8s enrichment (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemaitre-aneo authored Dec 23, 2024
2 parents 354a8bf + beddd53 commit a683581
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 a683581

Please sign in to comment.