ElastAlert2 service goes up and down #591
Replies: 2 comments
-
We will take a look at this -- and get some commands probably tomorrow. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This issue was resolved after identifying the password was manually changed which can break connectivity |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
the elastAlert2 service keeps going up and down. got this error message in the log. using the default config.yaml file.
File "/usr/local/lib/python3.12/site-packages/elasticsearch/connection/http_requests.py", line 199, in perform_request
self._raise_error(response.status_code, raw_data)
File "/usr/local/lib/python3.12/site-packages/elasticsearch/connection/base.py", line 315, in _raise_error
raise HTTP_EXCEPTIONS.get(status_code, TransportError)(
elasticsearch.exceptions.AuthenticationException: AuthenticationException(401, 'security_exception', 'unable to authenticate user [elastic] for REST request [/]')
Beta Was this translation helpful? Give feedback.
All reactions