Run a timed capture window falco

Run Falco for 60s then exit; great for ad-hoc triage on a suspect node

falco -M 60 -o json_output=true 2>/dev/null | jq -c '{rule,output_fields}'
more falco all 6 commands →