enable ssl logstash

This commit is contained in:
Mike Reeves
2020-08-04 22:40:59 -04:00
parent a765790d6c
commit 58872c9b48
2 changed files with 2 additions and 2 deletions

View File

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

View File

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