Pushed by: admin License: 1CFBBDCA-31F (Starter) Timestamp: 2026-02-01T22:09:06.619964masterdev
parent
89424bd286
commit
94216a1e8c
@ -0,0 +1,19 @@
|
|||||||
|
# Version 10.0.2
|
||||||
|
#
|
||||||
|
# Splunk app configuration file
|
||||||
|
#
|
||||||
|
|
||||||
|
[install]
|
||||||
|
is_configured = true
|
||||||
|
state = enabled
|
||||||
|
allows_disable = false
|
||||||
|
|
||||||
|
[ui]
|
||||||
|
is_visible = false
|
||||||
|
label = Apps Browser
|
||||||
|
show_in_nav = false
|
||||||
|
|
||||||
|
[launcher]
|
||||||
|
author=Splunk
|
||||||
|
description=Browse apps available to install.
|
||||||
|
version=10.0.2
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
<endpoint name="unused">
|
||||||
|
<capabilities>
|
||||||
|
<read>nobody</read>
|
||||||
|
</capabilities>
|
||||||
|
</endpoint>
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
<endpoint name="appsremote" template="pages/system.html" showOnSearchHeadCluster="1">
|
||||||
|
<capabilities>
|
||||||
|
<read>rest_apps_view</read>
|
||||||
|
</capabilities>
|
||||||
|
</endpoint>
|
||||||
@ -0,0 +1,11 @@
|
|||||||
|
|
||||||
|
# Application-level permissions
|
||||||
|
|
||||||
|
[]
|
||||||
|
access = read : [ * ], write : [ admin, power ]
|
||||||
|
|
||||||
|
### MANAGER
|
||||||
|
|
||||||
|
[manager]
|
||||||
|
access = read : [ * ], write : [ admin ]
|
||||||
|
export = system
|
||||||
Loading…
Reference in new issue