Skip to content

Installation / running directly on host #1313

Discussion options

You must be logged in to vote

Yes, this is definitely possible.
You can download prebuilt tracee executables (for x86-64) from https://github.com/aquasecurity/tracee/releases in the assets section, and just run them on your host.
The requirements are the same as described here: https://aquasecurity.github.io/tracee/v0.6.5/install/prerequisites/

You can either run tracee-ebpf as a standalone executable to collect events data, or if you want to run it combined with tracee-rules:
EVENTS=$(./tracee-rules --list-events)
./tracee-ebpf --output=format:gob --output=option:parse-arguments --trace event=$EVENTS | ./tracee-rules --input-tracee=file:stdin --input-tracee=format:gob

You can add/change specific arguments to either t…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by itaysk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1289 on December 28, 2021 13:35.