From f0662eed4841261d275574f7c7a8798fef2edbd3 Mon Sep 17 00:00:00 2001 From: Wes Lambert Date: Sat, 16 May 2020 14:59:41 +0000 Subject: [PATCH] remark Beat tag for now --- salt/logstash/pipelines/config/so/0010_input_hhbeats.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/logstash/pipelines/config/so/0010_input_hhbeats.conf b/salt/logstash/pipelines/config/so/0010_input_hhbeats.conf index 6b7667f5c..050d01d73 100644 --- a/salt/logstash/pipelines/config/so/0010_input_hhbeats.conf +++ b/salt/logstash/pipelines/config/so/0010_input_hhbeats.conf @@ -5,7 +5,7 @@ input { ssl_certificate_authorities => ["/usr/share/filebeat/ca.crt"] ssl_certificate => "/usr/share/logstash/filebeat.crt" ssl_key => "/usr/share/logstash/filebeat.key" - tags => [ "beat" ] + #tags => [ "beat" ] } } filter {