Open renatofritola opened 4 years ago
Isn't this the same as https://github.com/bitsensor/elastalert/issues/131?
solution there:
https://github.com/bitsensor/elastalert/blob/2.0.1/src/common/websocket.js#L27 For me increasing of this timeout helped: command: [ "/bin/sh", "-c", "sed -i 's|10000|60000|' src/common/websocket.js && npm start"]
I believe this parameter has to be exposed to the application config instead of hardcoding.
Hey there,
Any chance to get this as env var to pass at startup or to get the timeout changed entirely?
When trying to start the elastalert server container the following error occurs:
`> @bitsensor/elastalert@2.0.1 start /opt/elastalert-server
I already reviewed the settings and all are correct.
Could you help me please?