Releases: falcosecurity/falcosidekick
Releases · falcosecurity/falcosidekick
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)