From df52617bde02ca83423eed04e5c2d3031e0d8703 Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Fri, 28 Oct 2022 17:47:43 +0100 Subject: [PATCH] promtail config targets --- promtail/promtail-config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/promtail/promtail-config.yml b/promtail/promtail-config.yml index a23fc23..3caffbc 100755 --- a/promtail/promtail-config.yml +++ b/promtail/promtail-config.yml @@ -22,9 +22,9 @@ scrape_configs: target_label: 'routerboard' - source_labels: ['__syslog_connection_hostname'] target_label: 'syslog_host' - - source_labels: ['__syslog_connection_ip_address'] - target_label: 'syslog_host_ip' +# - source_labels: ['__syslog_connection_ip_address'] +# target_label: 'syslog_host_ip' # - source_labels: ['__syslog_message_severity'] # target_label: 'severity' # - source_labels: ['__syslog_message_facility']