Skip to content

Conversation

@daskanu
Copy link

@daskanu daskanu commented May 21, 2019

I am using ElastalertServer in an OpenShift environment and therefore I had to do the following modification in order to get ElastalertServer connected with ElasticSearch.

@nsano-rururu
Copy link

After merging into johnsusek / elastalert-server, there is a bug and the following fixes.

src/common/elasticsearch_client.js

before

ssl_body.rejectUnauthorized = true;

after

ssl_body.rejectUnauthorized = false;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants