Skip to content

Instantly share code, notes, and snippets.

@szaydel
Last active November 14, 2021 16:08
Show Gist options
  • Save szaydel/eaa94ce3f091d1e7ff171830382ad1e7 to your computer and use it in GitHub Desktop.
Save szaydel/eaa94ce3f091d1e7ff171830382ad1e7 to your computer and use it in GitHub Desktop.
filebeat.inputs:
- type: kafka
hosts: 'the.kafka.server.com:9092'
topics: 'my_topic'
group_id: 'my_group'
ssl.enabled: yes
username: <API KEY>
password: <API SECRET>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment