parse docker header
This commit is contained in:
parent
1f1abb240a
commit
5b7f2f811c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue