helm repo add elastic https://helm.elastic.co helm repo update helm install filebeat elastic/filebeat -f values.yaml

zhaowenyu@zhaowenyudeMacBook-Pro filebeat % cat values.yaml daemonset: enabled: true filebeatConfig: filebeat.yml: | filebeat.inputs: - type: container paths: - /var/log/containers/*.log processors: - add_kubernetes_metadata: host: ceph-mon matchers: - logs_path: logs_path: “/var/log/containers/” output.elasticsearch: hosts: [‘147.224.246.164:9200}’] image: “registry.cncfstack.com/docker.elastic.co/beats/filebeat”