jruby ssl fun

This commit is contained in:
Mike Reeves
2020-08-07 23:28:58 -04:00
parent 62a6f29c96
commit 5525e235d1
5 changed files with 2019 additions and 176 deletions

View File

@@ -3,11 +3,13 @@
output {
redis {
host => '{{ MANAGER }}'
port => 6380
data_type => 'list'
key => 'logstash:unparsed'
congestion_interval => 1
congestion_threshold => 50000000
batch => true
batch_events => {{ BATCH }}
ssl => true
}
}