Merge "Collect rabbitmq logs by fluentd"
This commit is contained in:
commit
a9f7ab1f56
@ -1,11 +1,10 @@
|
||||
<source>
|
||||
@type tail
|
||||
path /var/log/kolla/rabbitmq/rabbit.log
|
||||
path /var/log/kolla/rabbitmq/rabbit@{{ ansible_hostname }}.log
|
||||
pos_file /var/run/{{ fluentd_binary }}/rabbit.pos
|
||||
tag infra.rabbit
|
||||
format multiline
|
||||
format_firstline /^\s*$/
|
||||
format1 /^=(?<log_level>\w+) REPORT==== (?<Times>[^ ]+) ===\n/
|
||||
format2 /^(?<Payload>.*)/
|
||||
format_firstline /^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d{3}/
|
||||
format1 /^(?<Timestamp>\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d{3}) \[(?<log_level>\w+)\] (?<Payload>.*)/
|
||||
enable_watch_timer false
|
||||
</source>
|
||||
|
Loading…
Reference in New Issue
Block a user