File tree Expand file tree Collapse file tree 1 file changed +32
-7
lines changed
instruqt/graylog_security/configs/olivetin Expand file tree Collapse file tree 1 file changed +32
-7
lines changed Original file line number Diff line number Diff line change @@ -7,23 +7,48 @@ showFooter: false
77showNewVersions : false
88themeName : graylog-theme
99
10- actions :
10+ actions :
1111- title : Demo Log
1212 shell : pwsh -c 'send-logs demo'
1313 icon : backup
1414 timeout : 900
1515
16+ - title : Search Logs
17+ shell : pwsh -c 'Send-logs search'
18+ icon : ping
19+ timeout : 1200
20+
1621- title : Dashboard Logs
1722 icon : " 🔍"
1823 shell : pwsh -c 'send-logs Dashboards'
1924 timeout : 1200
2025
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 : " 🔥"
2449 timeout : 1200
2550
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 : " 🎇 "
2954 timeout : 1200
You can’t perform that action at this time.
0 commit comments