Created
October 21, 2025 11:00
-
-
Save artem-hatchenko/fbc61f17b8346114e0b76c94b821d729 to your computer and use it in GitHub Desktop.
eks_fluent_bit_filter_kubernetes.tf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [FILTER] | |
| Name kubernetes | |
| Match ${var.opensearch_filter}.* | |
| Kube_URL https://kubernetes.default.svc.cluster.local:443 | |
| Merge_Log On | |
| # For rewrite_tag filter, Keep_log must be On | |
| Keep_log On | |
| K8S-Logging.Parser On | |
| K8S-Logging.Exclude On | |
| Kube_Tag_Prefix ${var.opensearch_filter}.var.log.containers. | |
| Labels Off | |
| Annotations Off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment