Skip to content

Instantly share code, notes, and snippets.

@agapoff
agapoff / fluentd-configmap-elasticsearch.yaml
Last active June 20, 2023 07:08
Daemonset and optimized ConfigMap for fluentd in K8S with stripped apiserver messages and some useless fields
---
apiVersion: v1
kind: ConfigMap
metadata:
name: fluentd-config
namespace: kube-system
data:
kubernetes.conf: |-
<match fluent.**>
@type null