Edge Delta Kafka Input
2 minute read
Overview
This input type allows Edge Delta agent will collect events from a Kafka topic.
Example
Parameters
labels
Required
Enter a descriptive name for this input. When you create a workflow, you will use this label to enter your input into the workflow.
endpoint
Required
Enter your Kafka broker address.
topic
Required
Enter your Kafka topic name.
group_id
Required
Enter a consumer group within the specified topic name.
filters
Optional
Enter an existing filter to add to this input. To learn more, see Filters.
sasl: username
Optional
Enter your Kafka SASL username.
sasl: password
Optional
Enter your Kafka SASL password.
sasl: mechanism
Optional
Enter a Kafka SASL mechanism type to implement a secure authentication. You can enter:
- PLAIN
- SCRAM-SHA-256
- SCRAM-SHA-512
tls: disable_verify
Optional
To disable a TLS verification of a certificate, enter disable_verify: true. To enable a TLS verification of the certificate, you can enter disable_verify: false or you can remove this line entirely.
tls: ca_path
Optional
Enter the absolute file path to the CA certificate file.
tls: ca_file
Optional
Enter the absolute path to scan the CA certificate file.
tls: crt_path
Optional
Enter the absolute path to the certificate file.
tls: key_file
Optional
Enter the absolute path to the private key file.
tls: key_password
Optional
Enter the password for the key file.
tls: client_auth_type
Optional
Enter a client authorization type.
You can enter:
noclientcert requestclientcert requireanyclientcert verifyclientcertifgiven requireandverifyclientcert
tls: min_version
Optional
Enter the minimum version of TLS to accept.
tls: max_version
Optional
Enter the maximum version of TLS to accept.