Skip to content

Commit

Permalink
Changed the detection message for e2e events
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbcd committed Nov 21, 2024
1 parent 783e6d1 commit e79b195
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data:
# Check if the above generated event has been successfully captured
sleep 30
logs=$(kubectl logs -n sysdig $pod --tail -1)
if grep "Taking action via policy: Sysdig Runtime Notable Events" <<< "$logs"
if grep "Sent msgtype=31" <<< "$logs"
then
echo -e "\n # Sysdig Agent successfully captured the event #"
exit 0
Expand Down

0 comments on commit e79b195

Please sign in to comment.