diff --git a/eks-anywhere-common/Testers/Sysdig/sysdig-test-configmap.yaml b/eks-anywhere-common/Testers/Sysdig/sysdig-test-configmap.yaml index d1004f8d..0a4f6e6c 100644 --- a/eks-anywhere-common/Testers/Sysdig/sysdig-test-configmap.yaml +++ b/eks-anywhere-common/Testers/Sysdig/sysdig-test-configmap.yaml @@ -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