From fb36ee6e0f5582695a385b0c106b9c48486eb233 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 26 Oct 2021 11:51:35 -0700 Subject: kafka monitoring commands --- kafka/monitoring_commands.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 kafka/monitoring_commands.md (limited to 'kafka') diff --git a/kafka/monitoring_commands.md b/kafka/monitoring_commands.md new file mode 100644 index 0000000..c0c330f --- /dev/null +++ b/kafka/monitoring_commands.md @@ -0,0 +1,4 @@ + + kafkacat -C -b wbgrp-svc284.us.archive.org:9092 -t sandcrawler-prod.ingest-file-results -o end | jq '[.status, .base_url]' -c + + kafkacat -C -b wbgrp-svc284.us.archive.org:9092 -t sandcrawler-prod.ingest-file-results -o end | jq '[.request.ingest_request_source, .status, .request.base_url, .terminal.terminal_url]' -c -- cgit v1.2.3