Skip to content

2.0.0

Compare
Choose a tag to compare
@martijnrondeel martijnrondeel released this 02 Apr 11:27
· 12 commits to master since this release

Breaking Changes

  • 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).