Configure Filebeat Nginx module with Beats CRD
The Problem Hello, I’m trying to setup the nginx module of Filbeats to parse the logs of an nginx pods in my Kubernetes cluster. Context I’m using the Beats CRD with the following config: apiVersion: beat.k8s.elastic.co/v1beta1 kind: Beat metadata: name: filebeat namespace: elastic-system spec: type: filebeat version: 8.12.0 secureSettings: – secretName: beats-secret config: filebeat: autodiscover: […]