Is it possible to consume all topics of a kafka cluster through filebeat input?
ex:
- type: kafka
hosts:
- ${KAFKA_BROKERCONNECT}
topics: ["*"]. --------> It doesn't work, I've tried several regex =/
group_id: "kafka-consumer-filebeat"
ssl.enabled: yes
username:
password: