Skip to content

Commit 5cd6e8b

Browse files
committed
added log options
1 parent 825e157 commit 5cd6e8b

File tree

1 file changed

+32
-7
lines changed

1 file changed

+32
-7
lines changed

instruqt/graylog_security/configs/olivetin/config.yaml

+32-7
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,48 @@ showFooter: false
77
showNewVersions: false
88
themeName: 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: "&#128269"
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: "&#63"
28+
shell: pwsh -c 'send-logs discovery'
29+
timeout: 1200
30+
31+
- title: Alert Logs
32+
icon: "&#128227"
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: "&#128163"
39+
timeout: 1200
40+
41+
- title: windowsfirewall-sample
42+
shell: pwsh -c 'Send-logs windowsfirewall-sample'
43+
icon: "&#128293"
44+
timeout: 1200
45+
46+
- title: Windows Firewall Logs
47+
shell: pwsh -c 'Send-logs windowsfirewall'
48+
icon: "&#128293"
2449
timeout: 1200
2550

26-
- title: Log Playback Off
27-
shell: systemctl stop gl-log-replay
28-
icon: "⏹&#65039"
51+
- title: Mac Firewall Logs
52+
shell: pwsh -c 'Send-logs macfirewall'
53+
icon: "&#127879"
2954
timeout: 1200

0 commit comments

Comments
 (0)