Skip to content

Instantly share code, notes, and snippets.

@mdfranz
Created October 16, 2022 20:56
Show Gist options
  • Save mdfranz/b07619ed9b9e0c6d58c5edb6004688b3 to your computer and use it in GitHub Desktop.
Save mdfranz/b07619ed9b9e0c6d58c5edb6004688b3 to your computer and use it in GitHub Desktop.
sinks:
opensearch:
type: elasticsearch
endpoint: https://127.0.0.1:9200
mode: bulk
compression: none
suppress_type_name: true
healthcheck:
enabled: true
bulk:
index: vector-%Y-%m-%d
inputs:
- nginx-per-host
auth:
strategy: basic
user: admin
password: admin
encoding:
codec: json
tls:
verify_certificate: false
verify_hostname: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment