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}}"
|
||||
elasticsearch:
|
||||
host: "https://hestia.lan:9200"
|
||||
verify_certs: false
|
||||
api_key: "{{.api_key}}"
|
||||
{{end}}
|
||||
EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue