diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-26 11:51:35 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-26 11:51:35 -0700 |
commit | fb36ee6e0f5582695a385b0c106b9c48486eb233 (patch) | |
tree | 33abbc42da3730b30e5fb49347c7fc58d372465e /kafka | |
parent | f9a263a1c0155fc59386fc36f7f4ce25dfc7b23c (diff) | |
download | sandcrawler-fb36ee6e0f5582695a385b0c106b9c48486eb233.tar.gz sandcrawler-fb36ee6e0f5582695a385b0c106b9c48486eb233.zip |
kafka monitoring commands
Diffstat (limited to 'kafka')
-rw-r--r-- | kafka/monitoring_commands.md | 4 |
1 files changed, 4 insertions, 0 deletions
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 |