hosts: ["10.42.41.55:19094"]
topic: 'npc-raw-msg'
key: '%{[UUID]}'
codec.format:
string: '%{[message]}'
partition.round_robin:
reachable_only: false
required_acks: 1
compression: gzip
max_message_bytes: 1000000
close_inactive: 10m
We now need to enable SASL authentication (either PLAIN
or SCRAM-SHA-512
) for connecting Filebeat to Kafka.
Please provide guidance or configuration examples to securely set up SASL authentication between Filebeat and Kafka