dmachard / go-dnscollector

Ingesting, pipelining, and enhancing your DNS logs with usage indicators, security analysis, and additional metadata.
MIT License
192 stars 44 forks source link

read dnstap stream from files not more working #602

Closed dmachard closed 2 months ago

dmachard commented 7 months ago

Describe the bug read dnstap stream from files not more working

To Reproduce go run . -config docs/_examples/use-case-14.yml

romainw commented 6 months ago

For the record we do exactly this with 0.41.0 and reading/processing the dnstap files works for us out of the box.

INFO: 2024/03/08 05:33:35.595222 collector - [dnstap-dns-server-1] fileingestor - processing of [dnstap-2024-03-07-20:56:53.fstrm] terminated
INFO: 2024/03/08 05:33:35.595416 collector - [dnstap-dns-server-1] fileingestor - delete file [dnstap-2024-03-07-20:56:53.fstrm]
IN
dmachard commented 6 months ago

It's good to hear thanks, so it's just something wrong with my example.