Examples of how to collect and analyze Kubernetes logs in ClickHouse.
Currently, this consists of example configuration for different agent configurations. Agents can assume the role of either an aggregator or agent. These agents can be combined in different combinations e.g. FluentBit agent, Vector aggregator. We provide working examples for the following combinations. We use the naming convention <agent> to <aggregator>.
- Fluent Bit to Fluent Bit
- Vector to Vector
- OTEL Collector to OTEL Collector
- Fluent Bit to Vector
- OTEL Collector to Vector
Note: these examples can be adapted for agent only examples. This is appropriate in smaller architectures of test scenarios.
Further detail can be found in this blog post.