mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
54 lines
1.2 KiB
Plaintext
54 lines
1.2 KiB
Plaintext
[script:dashboardframework_dashboard]
|
|
match = /dashboardframework
|
|
scripttype = persist
|
|
driver = dashboard_driver/index.js
|
|
script = dashboard_converter/index.js
|
|
passSession = true
|
|
passSystemAuth = true
|
|
output_modes = json
|
|
requireAuthentication = true
|
|
|
|
[script:stark_dashboards]
|
|
match = /stark/dashboard
|
|
scripttype = persist
|
|
driver = dashboard_driver/index.js
|
|
script = dashboard_endpoint/index.js
|
|
passSession = true
|
|
passSystemAuth = true
|
|
output_modes = json
|
|
requireAuthentication = true
|
|
|
|
# [script:stark_reports]
|
|
# match = /stark/report
|
|
# scripttype = persist
|
|
# driver = dashboard_driver/index.js
|
|
# script = report_endpoint/index.js
|
|
# passSession = true
|
|
# passSystemAuth = true
|
|
# output_modes = json
|
|
# requireAuthentication = true
|
|
|
|
[script:stark_debug]
|
|
match = /stark/debug
|
|
scripttype = persist
|
|
driver = dashboard_driver/index.js
|
|
script = debug_endpoint/index.js
|
|
passSession = true
|
|
passSystemAuth = true
|
|
output_modes = json
|
|
requireAuthentication = true
|
|
|
|
# [script:ipc_test]
|
|
# match = /ipctest
|
|
# scripttype = persist
|
|
# driver = test_driver/index.js
|
|
# script = dashboard_driver/index.js
|
|
# script.arg.0 = a0
|
|
# script.arg.1 = a1
|
|
# script.param = baz
|
|
# # passConf = true
|
|
# passSession = true
|
|
# passSystemAuth = true
|
|
# output_modes = json
|
|
# requireAuthentication = true
|