-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: a few fixes/improvements ad STOMP bots and *n6* feed
- Loading branch information
Showing
3 changed files
with
20 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1149,20 +1149,20 @@ providers: | |
public: false | ||
CERT.PL: | ||
N6 Stomp Stream: | ||
description: N6 Collector - CERT.pl's N6 Collector - N6 feed via STOMP interface. | ||
Note that rate_limit does not apply for this bot as it is waiting for messages | ||
description: N6 Collector - CERT.pl's *n6* Stream API feed (via STOMP interface). | ||
Note that 'rate_limit' does not apply to this bot, as it is waiting for messages | ||
on a stream. | ||
additional_information: Contact cert.pl to get access to the feed. | ||
additional_information: Contact CERT.pl to get access to the feed. | ||
bots: | ||
collector: | ||
module: intelmq.bots.collectors.stomp.collector | ||
parameters: | ||
exchange: "{insert your exchange point as given by CERT.pl}" | ||
exchange: "{insert your STOMP *destination* to subscribe to, as given by CERT.pl, e.g. /exchange/my.example.org/*.*.*.*}" | ||
ssl_ca_certificate: "{insert path to CA file for CERT.pl's n6}" | ||
auth_by_ssl_client_certificate: false | ||
username: "{insert n6 user's login}" | ||
password: "{insert n6 user's API key}" | ||
port: '61614' | ||
username: "{insert your *n6* login, e.g. [email protected]}" | ||
password: "{insert your *n6* API key}" | ||
port: 61614 | ||
server: n6stream.cert.pl | ||
name: __FEED__ | ||
provider: __PROVIDER__ | ||
|