parse docker header

This commit is contained in:
Kameron Kenny 2024-06-19 17:09:46 -04:00
parent 1f1abb240a
commit 5b7f2f811c
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ destination d_bind_logs {
log {
source(s_network_udp);
filter(f_bind9_primary);
filter(f_bind9);
parser(p_bind_message);
rewrite(r_docker_header);
parser(p_docker_header);