We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe7948 commit aadc887Copy full SHA for aadc887
docs/user/bots.md
@@ -2143,7 +2143,7 @@ correct mapping of the columns:
2143
2144
(optional, string) Name of the Shadowserver report. The value for each report type can be found in the schema `feed_name` field.
2145
2146
-For example using `curl -s https://interchange.shadowserver.org/intelmq/v1/schema | jq .[].feed_name`.
+For example using `curl -s https://interchange.shadowserver.org/intelmq/v1/schema | jq . | grep feed_name | awk '// { print $2; }' | sed -E 's/[",]//g'`.
2147
2148
**`overwrite`**
2149
0 commit comments