From 195b4df02c6ded3ac794e6b9ce154495992dfeab Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Thu, 20 Oct 2022 17:35:40 +0100 Subject: [PATCH] Initial Commit --- promtail/promtail-config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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'