mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +01:00
enable ssl logstash
This commit is contained in:
@@ -10,7 +10,7 @@ input {
|
||||
s3 {
|
||||
access_key_id => "{{ access_key }}"
|
||||
secret_access_key => "{{ access_secret }}"
|
||||
endpoint => "http://{{ MANAGER }}:9595"
|
||||
endpoint => "https://{{ MANAGER }}:9595"
|
||||
bucket => "logstash"
|
||||
delete => true
|
||||
interval => 10
|
||||
|
||||
@@ -5,7 +5,7 @@ output {
|
||||
s3 {
|
||||
access_key_id => "{{ access_key }}"
|
||||
secret_access_key => "{{ access_secret}}"
|
||||
endpoint => "http://{{ MANAGER }}:9595"
|
||||
endpoint => "https://{{ MANAGER }}:9595"
|
||||
bucket => "logstash"
|
||||
size_file => 2048
|
||||
time_file => 1
|
||||
|
||||
Reference in New Issue
Block a user