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 } }