K8s metricbeat data volume

I am following link: https://www.elastic.co/guide/en/beats/metricbeat/6.8/running-on-kubernetes.html

I find in the metricbeat-kubernetes.yaml, I am wondering whether I shall mount external volume in? or the data folder is rather transient?

 - name: data
    hostPath:
      path: /var/lib/metricbeat-data
      type: DirectoryOrCreate

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.