Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 621 Bytes

File metadata and controls

24 lines (15 loc) · 621 Bytes

DNS-collector with Prometheus

  • Download the docker-compose file

  • Create the data folder.

    mkdir -p ./data
  • Configure targets on prometheus.yml with IP of your DNScollector and start the docker stack:

    sudo docker compose up -d
  • Finally, run DNScollector from source and generate some DNS logs from your DNS server with DNStap protocol.

    go run . -config docs/_integration/prometheus/config.yml
  • Import build-in dashboards