Skip to content
Snippets Groups Projects
Commit 47d83d6b authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Add missing hostnames to fluentd log messages"

parents a1cd4a7e fc9f84ea
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
<filter infra.*>
@type record_transformer
<record>
Hostname ${hostname}
programname ${tag_parts[1]}
</record>
</filter>
......
......@@ -4,5 +4,6 @@
bind {{ api_interface_address }}
tag syslog
priority_key log_level
source_hostname_key Hostname
format /^(?<Payload>.*)$/
</source>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment