Skip to content

Releases: falcosecurity/falcosidekick

2.7.0

27 Aug 15:08
Compare
Choose a tag to compare

2.7.0 - 2019-08-27

New

  • New output : Loki

2.6.0

26 Aug 08:31
Compare
Choose a tag to compare

2.6.0 - 2019-08-26

New

  • New output : SMTP (email)

2.5.0

12 Aug 10:41
9d32b56
Compare
Choose a tag to compare

2.5.0 - 2019-08-12

New

Enhancement

  • Slack tests are now consistant (order of fields in JSON output wasn't always the same, tests failed sometimes for that)
  • README : clean up of several typos

2.4.0

26 Jun 15:17
Compare
Choose a tag to compare

2.4.0 - 2019-06-26

Enhancement

2.3.0

17 Jun 19:12
Compare
Choose a tag to compare

2.3.0 - 2019-06-17

New

2.2.0

13 Jun 20:03
Compare
Choose a tag to compare

2.2.0 - 2019-06-13

New

  • A minimum priority for each output can be set
  • New output : Influxdb (issue #4)

Fix

  • Panic happened when trying to add customfields but falco event hadn't

2.1.0

12 Jun 21:01
Compare
Choose a tag to compare

2.1.0 - 2019-06-12

New

  • Custom fields can be added to falco events (see README) (PR#26 thanks to @zetaab)

Fix

2.0.0

23 May 14:56
b0e23a8
Compare
Choose a tag to compare

2.0.0 - 2019-05-23

New

  • New output : Elasticsearch (issue #14)
  • New configuration method : we can now use a config file in YAML and/or env vars (see README) (issue #17)
  • New endpoint : /debug/vars gives access to Golang + Custom metrics (see README) (issue #17)

Enhancement

  • Add a lot of unit tests for code coverage (issue #17)
  • Some log outputs have been reformated
  • 💥 Some env variables have been renamed again to match fields in YAML config files (see README)

Fix

  • Panic are now catched to avoid crashes

1.1.0

10 May 14:20
e265222
Compare
Choose a tag to compare

1.1.0 - 2019-05-10

Enhancement

  • all outputs use new generic methods (NewClient() + Post()), new output integration will be easier
  • 💥 some variables have been renamed to be relevant with their real names in API docs of Outputs
    • DATADOG_TOKEN -> DATADOG_API_KEY
    • SLACK_TOKEN -> SLACK_WEBHOOK_URL

Fix

  • /test sends an event with a timestamp set at now

1.0.7

09 May 15:39
92ec43b
Compare
Choose a tag to compare

1.0.7 - 2019-05-09

Enhancement

  • Change SLACK_HIDE_FIELDS for SLACK_OUTPUT_FORMAT, you can now choose how events are displayed in Slack