From 2313f238e6c650a21f73faa96fde701c46698614 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 4 Apr 2025 07:52:35 +0200 Subject: [PATCH] Revert "Update bots.md": Keep jq command The jq command *does* work. This reverts commit aadc8870d95f3d690ae60982b2ea01600daf2a54. --- docs/user/bots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/bots.md b/docs/user/bots.md index 4a7b28c53..d99072984 100644 --- a/docs/user/bots.md +++ b/docs/user/bots.md @@ -2143,7 +2143,7 @@ correct mapping of the columns: (optional, string) Name of the Shadowserver report. The value for each report type can be found in the schema `feed_name` field. -For example using `curl -s https://interchange.shadowserver.org/intelmq/v1/schema | jq . | grep feed_name | awk '// { print $2; }' | sed -E 's/[",]//g'`. +For example using `curl -s https://interchange.shadowserver.org/intelmq/v1/schema | jq .[].feed_name`. **`overwrite`**