Skip to content

Extending DNS-collector

DNS-collector is designed to be easily extensible. You can extend its capabilities in two main ways:


Architecture Overview

flowchart TD
    Engine["<b>Core Engine</b><br/>(Pipeline & Routing)"]
    Engine --> C["<b>Collector</b><br/>(e.g. Dnstap, PCAP)"]
    Engine --> T["<b>Transformer</b><br/>(e.g. GeoIP, Normalize)"]
    Engine --> S["<b>Sink / Logger</b><br/>(e.g. Kafka, ClickHouse)"]
    C ==>|DNS Batch| T
    T ==>|DNS Batch| S

Explore the detailed step-by-step guides below: