dtap icon indicating copy to clipboard operation
dtap copied to clipboard

dtap is dnstap message router. Supported multi input and multi output.

Results 3 dtap issues
Sort by recently updated
recently updated
newest added

Try config ``` [[InputUnix]] type = "sock" Path="/var/run/dnstap.sock" user = "dnsdist" [[OutputFluent]] type = "tcp" Host = "Fluent_ip" port = 24224 Tag = "dnstap.mydnd" ``` And get error ``` dtap...

- Changed message processing flow to be configurable on a per-plugin basis, and deprecated Global Filter and OutputGroup settings - Changed configuration format from YAML/JSON to HCL