diff --git a/theodolite-benchmarks/docker-test/uc1-hazelcastjet/test.sh b/theodolite-benchmarks/docker-test/uc1-hazelcastjet/test.sh
index 4d6c4c3bd940ca87ebb34c51b3eeeb7ea7dc4e3d..b8ab525c37fdb77a6be9406c1214963714349559 100755
--- a/theodolite-benchmarks/docker-test/uc1-hazelcastjet/test.sh
+++ b/theodolite-benchmarks/docker-test/uc1-hazelcastjet/test.sh
@@ -3,8 +3,8 @@
 sleep 55s # to let the benchmark and produce some output
 
 docker-compose logs --tail 100 benchmark |
-    sed -n 's/^.*key":"//p' | # cut the first part before the key
-    sed 's/","value.*//' | # cut the rest after the key
+    sed -n 's/^.*identifier":"//p' | # cut the first part before the key
+    sed 's/","timestamp.*//' | # cut the rest after the key
     sort |
     uniq |
     wc -l |