fix(elk): disable certificate verification for Elasticsearch connection
This commit is contained in:
parent
9ea461cac5
commit
67925c60cb
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ job "elk" {
|
||||||
api_key: "{{.api_key}}"
|
api_key: "{{.api_key}}"
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
host: "https://hestia.lan:9200"
|
host: "https://hestia.lan:9200"
|
||||||
|
verify_certs: false
|
||||||
api_key: "{{.api_key}}"
|
api_key: "{{.api_key}}"
|
||||||
{{end}}
|
{{end}}
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue