log-pipeline: source: http: ssl: false processor: - grok: match: log: [ "%{COMMONAPACHELOG}" ] sink: - opensearch: hosts: [ "https://opensearch:9200" ] insecure: true username: admin password: admin index: apache_logs