How to consume Kernel data with Quix
The Kernel Telegraf plugin gathers kernel statistics from /proc filesystem, providing insights into core OS operations, including process scheduling, memory management, and system calls
Quix is the Python stream processor, and it serves the following purposes:
- Ingest messages from Kernel
- Process received messages
- Send transformed data to destination systems (via Quix integrations) so it can be operationalized
- Use data received from Kernel to power real-time capabilities
Integration with Kernel is achieved via Telegraf using the Quix Telegraf output plugin. This plugin allows Telegraf to collect data from Kernel and forward it to Quix for real-time processing, analysis, and integration with downstream systems.
