Add missing hostnames to fluentd log messages
- Sets the hostname on rabbitmq and mariadb log messages according to the local host. - Sets the hostname on syslog log messages by extracting it from the syslog message. In many cases this will be the same as the local host, but it may also be a remote host. Closes-Bug: #1726596 Change-Id: If7c53916d5a355b3aac33d6a62d89d02474e8b53
This commit is contained in:
parent
8bb44c4310
commit
fc9f84ea8c
@ -10,6 +10,7 @@
|
|||||||
<filter infra.*>
|
<filter infra.*>
|
||||||
@type record_transformer
|
@type record_transformer
|
||||||
<record>
|
<record>
|
||||||
|
Hostname ${hostname}
|
||||||
programname ${tag_parts[1]}
|
programname ${tag_parts[1]}
|
||||||
</record>
|
</record>
|
||||||
</filter>
|
</filter>
|
||||||
|
@ -4,5 +4,6 @@
|
|||||||
bind {{ api_interface_address }}
|
bind {{ api_interface_address }}
|
||||||
tag syslog
|
tag syslog
|
||||||
priority_key log_level
|
priority_key log_level
|
||||||
|
source_hostname_key Hostname
|
||||||
format /^(?<Payload>.*)$/
|
format /^(?<Payload>.*)$/
|
||||||
</source>
|
</source>
|
||||||
|
Loading…
Reference in New Issue
Block a user