File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ produced_event_types:
34
34
- match : instruments.rmgr.suricata_ruleset_sent
35
35
type : exact
36
36
title : New Suricata ruleset was sent
37
+ - match : instruments.rmgr.download_processing_status
38
+ type : exact
39
+ title : Ruleset or IOC processing status update
37
40
relations :
38
41
- description :
39
42
Rule Manager needs at least one Suricata IDS instrument to function. It
@@ -51,3 +54,11 @@ relations:
51
54
- find
52
55
- direct_message
53
56
required : false
57
+ - description :
58
+ A Downloader instrument must be present for external rulesources and ioc
59
+ feeds to be updated. A health warning will be raised if downloads are
60
+ scheduled but no Downloader is available.
61
+ instrument_name : Downloader
62
+ instrument_type : downloader
63
+ permissions :
64
+ - find
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ <h2 id="properties">Properties</h2>
65
65
</ tr >
66
66
< tr class ="even ">
67
67
< td > Related Instruments</ td >
68
- < td > Zeek</ td >
68
+ < td > Zeek, Downloader </ td >
69
69
</ tr >
70
70
< tr class ="odd ">
71
71
< td > Data retention</ td >
You can’t perform that action at this time.
0 commit comments