Not getting kubernetes metadata in my logs

Here is how I have filebeat helm chart configured. What am I missing?

      processors:
       - add_cloud_metadata:
       - add_kubernetes_metadata:
            host: ${NODE_NAME}
            matchers:
            - logs_path:
                logs_path: /var/log/containers/*.log
        - add_host_metadata:

Are there any resources available in /var/log/containers/?

Yes that is where all the logs are

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