Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoff committed Apr 7, 2020
1 parent 53a0bf0 commit 8cd3fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wifi-fun/latest_timestamp_local_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

echo "Kafka:"

kafkacat -b localhost:9092 \
docker exec kafkacat kafkacat -b kafka-1:39092 \
-C -c1 -o -1 -t pcap -u |jq '.timestamp'|sed -e 's/"//g' | sed 's/[0-9][0-9][0-9]$//g' | xargs -Ifoo date -d @foo

echo "Elasticsearch:"
Expand Down

0 comments on commit 8cd3fee

Please sign in to comment.