Last active
November 14, 2021 16:08
-
-
Save szaydel/eaa94ce3f091d1e7ff171830382ad1e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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