You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ElastAlert server/container will now exit when it cannot connect to ElasticSearch successfully. Thank you @film42 (#79).
Implemented websocket support to test rules and search route for doing ES searches. Note: This requires a change to your configuration (add "wsport": 3333 to your config.json). Thank you @johnsusek (#50).
Changes
Updated ElastAlert to v0.1.39.
Now uses the configured writeback_index upon index creation. Thank you @alvarolmedo (#74).