Skip to content

Releases: bitsensor/elastalert

3.0.0-beta.0

14 May 09:28
Compare
Choose a tag to compare
3.0.0-beta.0 Pre-release
Pre-release

Breaking Changes

  • Run ElastAlert server as node user. Thank you @jbdelpech (#81).

Changes

  • Updated ElastAlert to v0.2.0b2 for ElasticSearch 7.0.0 support.
  • Fix error when starting ElastAlert (#67).

Note

This is a beta pre-release with ElasticSearch 7 support. As such there will be bugs, testing rules for example is currently broken in ElastAlert v0.2.0b2 (Yelp/elastalert#2204 (comment)).

Installation

You can use this release by using bitsensor/elastalert:3.0.0-beta.0 in you Docker command.

2.0.1

02 Apr 13:22
Compare
Choose a tag to compare

Changes

  • Added a default port (3333) to the configuration for websocket connections.

2.0.0

02 Apr 11:27
Compare
Choose a tag to compare

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

1.0.0

08 Jan 13:35
Compare
Choose a tag to compare

Breaking Changes

  • A different config file (elastalert-test.yaml) is used now when you test a rule using the API. Since the API will fail when this config is not available this is a breaking change. Documentation has been updated to reflect this change.

Changes

  • Improved the documentation.

0.0.15

08 Jan 10:04
Compare
Choose a tag to compare

Changes

  • Updates ElastAlert to v0.1.38

0.0.14

25 Sep 10:09
Compare
Choose a tag to compare

Breaking Changes

  • es_host, es_port and writeback_index must now be configured in both elastalert.yaml and config.json. This configuration will be simplified in a future release.

Changes

  • Improved the documentation.

0.0.13

24 Sep 09:26
Compare
Choose a tag to compare

Changes

  • Updates ElastAlert to v0.1.36 (#45)
  • Fixes the timezone container setting (#33)
  • Adds support for structured JSON test output (#41)
  • Adds support for CORS (#43)
  • Adds new endpoint /metadata to return ElastAlert's metadata from the writeback index (#44)