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 }}" } }