-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to start the elastalert server for praeco #165
Comments
Hi, @shettypriy
Could you install with docker? |
I tried installing using docker, but it is giving the error 'elasticsearch.exceptions.ConnectionTimeout: ConnectionTimeout caused by - ConnectTimeout(HTTPConnectionPool(host='1.2.3.4', port=9200): Max retries exceeded with url: / (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7fe9af8afe48>, 'Connection to 1.2.3.4 timed out. (connect timeout=20)')))' I am using elasticsearch version 7.5.1 |
@shettypriy It seems to be connectivity issue. Can you connect to ES with |
@daichi703n when trying to connect to the container using the command 'docker attach continerid', it hangs and I am unable to login to attach to the container |
< HTTP/1.1 200 OK |
Please test with |
Followed the manual installation at https://github.com/ServerCentral/praeco/ , but when running 'npm run start' it gives the following error and hangs
13:13:13.395Z INFO elastalert-server: ProcessController: Index create exited with code 0
13:13:13.395Z INFO elastalert-server: ProcessController: Starting elastalert with arguments [none]
13:13:13.400Z INFO elastalert-server: ProcessController: Started Elastalert (PID: 179714)
13:13:13.402Z INFO elastalert-server: Server: Server listening on port 3030
13:13:13.402Z INFO elastalert-server: Server: Websocket listening on port 3333
13:13:13.403Z INFO elastalert-server: Server: Server started
13:13:13.614Z ERROR elastalert-server:
ProcessController: Traceback (most recent call last):
File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/mnt/praeco/elastalert/elastalert/elastalert.py", line 30, in
from .alerts import DebugAlerter
File "/mnt/praeco/elastalert/elastalert/alerts.py", line 26, in
from jira.client import JIRA
File "/usr/local/lib/python3.7/dist-packages/jira/init.py", line 10, in
from jira.client import Comment # noqa: E402
File "/usr/local/lib/python3.7/dist-packages/jira/client.py", line 225
validate=False, get_server_info=True, async=False, logging=True, max_retries=3, proxies=None,
^
SyntaxError: invalid syntax
13:13:13.636Z ERROR elastalert-server: ProcessController: ElastAlert exited with code 1
The text was updated successfully, but these errors were encountered: