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']