Filebeat: Lowered fingerprint length
This commit is contained in:
parent
8da13b3b5a
commit
cdaa7b1038
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user