aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--addon-logs/test/logs-aggregated.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/addon-logs/test/logs-aggregated.yml b/addon-logs/test/logs-aggregated.yml
index 170a2f9..31edd07 100644
--- a/addon-logs/test/logs-aggregated.yml
+++ b/addon-logs/test/logs-aggregated.yml
@@ -13,8 +13,8 @@ data:
continue.sh: |-
- echo "--- $(date -u --iso-8601='ns') ---" >> /tmp/testlog
- kafkacat -b $BOOTSTRAP -C -t $TOPIC -f '%t [%p] %o: %k = %s\n' -o -10 -e >> /tmp/testlog
+ echo "{\"#---\":\"$(date -u --iso-8601='ns')\"}" >> /tmp/testlog
+ kafkacat -b $BOOTSTRAP -C -t $TOPIC -f '{"#topic":"%t","#partition":%p,"#offset":%o,"#key":"%k","=":%s}\n' -o -10 -e >> /tmp/testlog
exit 0