EA and ES Cluster #523
Replies: 1 comment 1 reply
-
ready to make a pull request |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
The EA code is hardcoded to connect to only one ES node
elastalert/init.py [19]:
host=conf['es_host']
config:
"es_host": "es_standalone_host.corp"
We need to be able to connect to the ES cluster with the following config:
For compatibility in the operation of both methods, it is enough to change 2 lines in the file elastalert/init.py:
246aa14
Beta Was this translation helpful? Give feedback.
All reactions