[Help] You cannot pass CA certificates when verify SSL is off #1587
Replies: 1 comment 5 replies
-
Why are you giving it a |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I configured the config.yaml file and then ran elastalert-create-index, but the following error occurred.

My config.yaml is as follows:
...
rules_folder: /home/elk/elastaert2/rules
'# How often ElastAlert will query Elasticsearch
'# The unit can be anything from weeks to seconds
run_every:
minutes: 1
'# ElastAlert will buffer results from the most recent
'# period of time, in case some log sources are not in real time
buffer_time:
#minutes: 15
minutes: 1
'# The Elasticsearch hostname for metadata writeback
'# Note that every rule can have its own Elasticsearch host
es_host: localhost
'# The Elasticsearch port
es_port: 9200
alert_time_limit:
days: 2
es_username: elastic
es_password: -
ca_certs: /home/home/ssl_cert/http.pem
use_ssl: True
verify_certs: False
Beta Was this translation helpful? Give feedback.
All reactions