Kafka¶
Robusta can send playbook results to a Kafka topic.
Configuring the Kafka sink¶
Add this to your generated_values.yaml
sinksConfig:
- kafka_sink:
name: kafka_sink
kafka_url: "localhost:9092"
topic: "robusta-playbooks"
Save the file and run
helm upgrade robusta robusta/robusta --values=generated_values.yaml
Example Output: