From bc09a89a0112ed3ce90bad20c92208c05f938139 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Sat, 8 Aug 2020 20:36:28 -0400 Subject: [PATCH] output plugin to normal port --- salt/logstash/pipelines/config/so/9999_output_redis.conf.jinja | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/salt/logstash/pipelines/config/so/9999_output_redis.conf.jinja b/salt/logstash/pipelines/config/so/9999_output_redis.conf.jinja index 5505ca636..626ed62c3 100644 --- a/salt/logstash/pipelines/config/so/9999_output_redis.conf.jinja +++ b/salt/logstash/pipelines/config/so/9999_output_redis.conf.jinja @@ -3,13 +3,12 @@ output { redis { host => '{{ MANAGER }}' - port => 9696 + port => 6379 data_type => 'list' key => 'logstash:unparsed' congestion_interval => 1 congestion_threshold => 50000000 batch => true batch_events => {{ BATCH }} - ssl => true } }