diff --git a/promtail/promtail-config.yml b/promtail/promtail-config.yml index 9a6c5e9..5e6fc53 100755 --- a/promtail/promtail-config.yml +++ b/promtail/promtail-config.yml @@ -22,5 +22,7 @@ scrape_configs: target_label: 'host' - source_labels: ['__syslog_connection_ip_address'] target_label: 'host_ip' - - + - source_labels: ['__syslog_message_severity'] + target_label: 'severity' + - source_labels: ['__syslog_message_facility'] + target_label: 'facility'