mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 09:08:33 +01:00
16 lines
277 B
Plaintext
16 lines
277 B
Plaintext
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 }}"
|
|
}
|
|
}
|