File tree 1 file changed +32
-7
lines changed
instruqt/graylog_security/configs/olivetin
1 file changed +32
-7
lines changed Original file line number Diff line number Diff line change @@ -7,23 +7,48 @@ showFooter: false
7
7
showNewVersions : false
8
8
themeName : graylog-theme
9
9
10
- actions :
10
+ actions :
11
11
- title : Demo Log
12
12
shell : pwsh -c 'send-logs demo'
13
13
icon : backup
14
14
timeout : 900
15
15
16
+ - title : Search Logs
17
+ shell : pwsh -c 'Send-logs search'
18
+ icon : ping
19
+ timeout : 1200
20
+
16
21
- title : Dashboard Logs
17
22
icon : " 🔍"
18
23
shell : pwsh -c 'send-logs Dashboards'
19
24
timeout : 1200
20
25
21
- - title : Log Playback On
22
- shell : systemctl start gl-log-replay
23
- icon : " ▶️"
26
+ - title : Discovery Logs
27
+ icon : " ?"
28
+ shell : pwsh -c 'send-logs discovery'
29
+ timeout : 1200
30
+
31
+ - title : Alert Logs
32
+ icon : " 📣"
33
+ shell : pwsh -c 'send-logs Alerts'
34
+ timeout : 1200
35
+
36
+ - title : pipeline-intro Logs
37
+ shell : pwsh -c 'Send-logs pipeline-intro'
38
+ icon : " 💣"
39
+ timeout : 1200
40
+
41
+ - title : windowsfirewall-sample
42
+ shell : pwsh -c 'Send-logs windowsfirewall-sample'
43
+ icon : " 🔥"
44
+ timeout : 1200
45
+
46
+ - title : Windows Firewall Logs
47
+ shell : pwsh -c 'Send-logs windowsfirewall'
48
+ icon : " 🔥"
24
49
timeout : 1200
25
50
26
- - title : Log Playback Off
27
- shell : systemctl stop gl-log-replay
28
- icon : " ⏹️ "
51
+ - title : Mac Firewall Logs
52
+ shell : pwsh -c 'Send-logs macfirewall'
53
+ icon : " 🎇 "
29
54
timeout : 1200
You can’t perform that action at this time.
0 commit comments