Fix rabbitmq tag not match in fluentd
infra.rabbitmq tag does not match in fluentd Closes-Bug: #1718874 Change-Id: I92733a4f275baa93b0c3a6ddbdc6801aec534867
This commit is contained in:
parent
d6200ab131
commit
ebd8d765f9
@ -3,7 +3,7 @@
|
|||||||
@type tail
|
@type tail
|
||||||
path /var/log/kolla/rabbitmq/rabbit.log
|
path /var/log/kolla/rabbitmq/rabbit.log
|
||||||
pos_file /var/run/{{ fluentd_dir }}/rabbit.pos
|
pos_file /var/run/{{ fluentd_dir }}/rabbit.pos
|
||||||
tag infra.rabbitmq
|
tag infra.rabbit
|
||||||
format multiline
|
format multiline
|
||||||
format_firstline /^\s*$/
|
format_firstline /^\s*$/
|
||||||
format1 /^=(?<log_level>\w+) REPORT==== (?<Times>[^ ]+) ===\n/
|
format1 /^=(?<log_level>\w+) REPORT==== (?<Times>[^ ]+) ===\n/
|
||||||
|
Loading…
Reference in New Issue
Block a user