Merge "Fluentd: reduce CPU and I/O consumption"

This commit is contained in:
Jenkins 2017-09-25 13:15:49 +00:00 committed by Gerrit Code Review
commit 6ef31cf973
5 changed files with 5 additions and 0 deletions

View File

@ -51,4 +51,5 @@
time_key Timestamp
time_format %F %T.%L
ignore_repeated_permission_error true
enable_watch_timer false
</source>

View File

@ -8,4 +8,5 @@
format_firstline /^\d{6}/
format1 /^(?<time>\d{6} \d{1,2}:\d{1,2}:\d{1,2}) \[(?<severity_label>\S+)\] (?<Payload>.*)/
time_format %y%m%d %k:%M:%S
enable_watch_timer false
</source>

View File

@ -8,4 +8,5 @@
format_firstline /^\s*$/
format1 /^=(?<log_level>\w+) REPORT==== (?<Times>[^ ]+) ===\n/
format2 /^(?<Payload>.*)/
enable_watch_timer false
</source>

View File

@ -6,4 +6,5 @@
pos_file /var/run/{{ fluentd_dir }}/kolla-openstack-wsgi.pos
tag kolla.*
format /^(?<message>.*)$/
enable_watch_timer false
</source>

View File

@ -7,4 +7,5 @@
format /^(?<Timestamp>\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}.\d{3}\+\d{4}): (?<Pid>\d+): (?<log_level>\S+) : (?<Payload>.*)?$/
time_key Timestamp
time_format %F %T.%L%z
enable_watch_timer false
</source>