How to consume Kapacitor data with Quix
The Kapacitor Telegraf plugin collects metrics from Kapacitor instances, monitoring the performance and status of this real-time streaming data processing engine used for alerting and anomaly detection
Quix is the Python stream processor, and it serves the following purposes:
- Ingest messages from Kapacitor
- Process received messages
- Send transformed data to destination systems (via Quix integrations) so it can be operationalized
- Use data received from Kapacitor to power real-time capabilities
Integration with Kapacitor is achieved via Telegraf using the Quix Telegraf output plugin. This plugin allows Telegraf to collect data from Kapacitor and forward it to Quix for real-time processing, analysis, and integration with downstream systems.
