Skip to content

Commit

Permalink
Multiplex (#101)
Browse files Browse the repository at this point in the history
* More flexibility in the multiplexer configuration

* add missing method in dnssniffer

* fix test unit

* Update README.md
  • Loading branch information
dmachard authored Jul 30, 2022
1 parent befada6 commit 87203e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ For more informations about **dnstap**, please to read the following page [Dnsta
- [x] [Use case 4: Capture dns traffic (dnstap) and follow dns logs with Loki + Grafana](https://dmachard.github.io/posts/0044-dnscollector-grafana-loki/)
- [x] [Use case 5: Forward unix dnstap socket traffic to TLS dnstap stream](example-config/use-case-5.yml)
- [x] [Use case 6: Capture dns traffic with user privacy options enabled](example-config/use-case-6.yml)
- [x] [Use case 7: Running multiple dnstap collectors in parallel](example-config/use-case-7.yml)
- [x] [Use case 7: Running multiple dnstap collectors in parallel and aggregate logs in the same file](example-config/use-case-7.yml)
- [x] [Use case 8: Multiple PowerDNS collectors in parallel with prometheus metrics](example-config/use-case-8.yml)

## End to end testing

Expand Down
1 change: 0 additions & 1 deletion example-config/use-case-6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ multiplexer:

routes:
- from: [tap_in]
transforms: [privacy]
to: [console]

0 comments on commit 87203e2

Please sign in to comment.