Prepare for v0.17.0 #3347
yanivagman
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🚨 Breaking changes 🔨
Tracee policies were changed to be compatible with kubernetes CRDs. The new format will allow users to have the same policy as a file, and later as a Kubernetes' resource.
eg:
defaultActionsfield is no longer mandatory, and it now only supports the actionprint.Tracee's policies used to allow a policy to have actions like
log,webhookandfluentd. But this was creating a very complex configuration, for a feature not used. Now policies still supportdefaultActions, but the only action it supports isprint, where to print is configured as you start tracee on the command line, or the configuration file.Eg, to send the events on the sample policy above to an webhook, we can start tracee with:
🚀 What's new? 🚀
📩 Filter flag removal and split 🔔
In this release, we've made significant enhancements to event filtering CLI.
New Flags for Enhanced Filtering
--scopeto precisely capture events within specified scopes, such as 'comm', 'binary', 'pid', 'uid', 'mntns', 'pidns', 'uts', 'tree', 'follow', and 'container'.--eventsto define specific events and apply userland filters like 'args', 'retval', and 'context' to tailor filtering according to your needs.Simplified Event Sets
setoption has been also removed. Instead, use--eventsto define sets of events to be captured. For example, use--events fsto capture filesystem-related events.🦄 Misc 💐
🔨 Fixes 👷
Beta Was this translation helpful? Give feedback.
All reactions