Releases: falcosecurity/falcosidekick
Releases · falcosecurity/falcosidekick
2.0.0
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
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
1.0.6
1.0.6 - 2019-05-09
New
- Add
SLACK_HIDE_FIELDS
env var, to enable concise output in Slack (fields are not displayed) (issue #15)
Enhancement
- Remove
/checkPayload
endpoint, not usefull anymore - Change of how enabled/disabled outputs are printed in log (more concise view)
- Falco's payload is printed in log if
DEBUG=true
1.0.5
1.0.5 - 2019-04-09
New
- Add a
/test
endpoint which sends a fake event to all enabled outputs - Add a
DEBUG
env var, if enabled, payload for enabled outputs will be printed in stdout
Enhancement
- Reformate some logs outputs to be nicer
- Add a check on payload's body from falco to avoid to send empty's ones to outputs
1.0.4
1.0.3
1.0.2
1.0.1
1.0.1 - 2018-10-10
New
- new Slack Options :
SLACK_FOOTER
,SLACK_ICON
Enhancements
- new Slack Options :
SLACK_FOOTER
,SLACK_ICON
- add output status in log to get those which are enabled
- check of
LISTEN_PORT
ininit()
: port must be an integer between 1 and 65535 - long string in slack field values are not splitten anymore
Fix
- some log level tags were missing
- fix cert errors in alpine (PR#1 thanks to @palmerabollo)