How to consume TCP Listener data with Quix
The TCP Listener Telegraf plugin listens for metrics on a TCP socket, accepting performance data over TCP connections from remote systems and applications
Quix is the Python stream processor, and it serves the following purposes:
- Ingest messages from TCP Listener
- Process received messages
- Send transformed data to destination systems (via Quix integrations) so it can be operationalized
- Use data received from TCP Listener to power real-time capabilities
Integration with TCP Listener is achieved via Telegraf using the Quix Telegraf output plugin. This plugin allows Telegraf to collect data from TCP Listener and forward it to Quix for real-time processing, analysis, and integration with downstream systems.
