fix(elk): disable certificate verification for Elasticsearch connection

This commit is contained in:
Ben Martin 2024-12-15 15:00:58 +00:00
parent 9ea461cac5
commit 67925c60cb
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -203,6 +203,7 @@ job "elk" {
api_key: "{{.api_key}}"
elasticsearch:
host: "https://hestia.lan:9200"
verify_certs: false
api_key: "{{.api_key}}"
{{end}}
EOF