mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 05:48:33 +01:00
add: logstash
This commit is contained in:
15
roles/docker-deployments/templates/logstash.conf
Normal file
15
roles/docker-deployments/templates/logstash.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
input {
|
||||
beats {
|
||||
port => 5044
|
||||
}
|
||||
}
|
||||
|
||||
output {
|
||||
opensearch {
|
||||
hosts => ["https://atlantishq.de:9200"]
|
||||
index => "filebeat-dev-%{+YYYY.MM.dd}"
|
||||
ssl_certificate_verification => false
|
||||
user => "logstash"
|
||||
password => "{{ opensearch_logstash_password }}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user