Filebeat: Lowered fingerprint length

This commit is contained in:
florian 2025-10-23 19:56:26 +02:00
parent 8da13b3b5a
commit cdaa7b1038

View File

@ -5,23 +5,23 @@ metadata:
namespace: app-notifications namespace: app-notifications
data: data:
filebeat.yml: | filebeat.yml: |
filebeat.autodiscover: filebeat.inputs:
providers: - type: filestream
- type: kubernetes id: kubernetes-containers
node: ${NODE_NAME} paths:
hints.enabled: true - /var/log/containers/*_app-notifications_*.log
templates: prospector:
- condition: scanner:
equals: fingerprint.enabled: true
kubernetes.namespace: "app-notifications" fingerprint.offset: 0
config: fingerprint.length: 512
- type: container parsers:
paths: - container: ~
- /var/log/containers/*_app-notifications_*.log
processors: processors:
- add_kubernetes_metadata: - add_kubernetes_metadata:
in_cluster: true in_cluster: true
host: ${NODE_NAME}
- drop_event: - drop_event:
when: when:
not: not: