Compare commits
9 Commits
masterdevt
...
master
| Author | SHA1 | Date |
|---|---|---|
|
|
424e76b6b0 | 1 month ago |
|
|
27c263e79d | 1 month ago |
|
|
fa0619d440 | 2 months ago |
|
|
79ddf9d1b5 | 2 months ago |
|
|
560a4bc868 | 2 months ago |
|
|
6674e407ca | 2 months ago |
|
|
121d1a3b22 | 2 months ago |
|
|
7d7558c164 | 2 months ago |
|
|
28f1066433 | 2 months ago |
@ -0,0 +1 @@
|
|||||||
|
This is where you put any scripts you want to add to this app.
|
||||||
@ -0,0 +1,16 @@
|
|||||||
|
#
|
||||||
|
# Splunk app configuration file
|
||||||
|
#
|
||||||
|
|
||||||
|
[install]
|
||||||
|
is_configured = 0
|
||||||
|
|
||||||
|
[ui]
|
||||||
|
is_visible = true
|
||||||
|
label = Application1
|
||||||
|
|
||||||
|
[launcher]
|
||||||
|
author = Jocelyn PAMPHILE
|
||||||
|
description = Test app1
|
||||||
|
version = 1.0.0
|
||||||
|
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
<nav search_view="search">
|
||||||
|
<view name="search" default='true' />
|
||||||
|
<view name="analytics_workspace" />
|
||||||
|
<view name="datasets" />
|
||||||
|
<view name="reports" />
|
||||||
|
<view name="alerts" />
|
||||||
|
<view name="dashboards" />
|
||||||
|
<view name="modules" />
|
||||||
|
</nav>
|
||||||
@ -0,0 +1 @@
|
|||||||
|
Add all the views that your app needs in this directory
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
[ui]
|
||||||
|
|
||||||
|
[launcher]
|
||||||
|
description = Test app1
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
<form version="1.1" theme="dark">
|
||||||
|
<label>testapp1</label>
|
||||||
|
<fieldset submitButton="false">
|
||||||
|
<input type="checkbox" token="field1">
|
||||||
|
<label>field12</label>
|
||||||
|
</input>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
@ -0,0 +1,35 @@
|
|||||||
|
|
||||||
|
# Application-level permissions
|
||||||
|
|
||||||
|
[]
|
||||||
|
access = read : [ * ], write : [ admin, power ]
|
||||||
|
|
||||||
|
### EVENT TYPES
|
||||||
|
|
||||||
|
[eventtypes]
|
||||||
|
export = system
|
||||||
|
|
||||||
|
|
||||||
|
### PROPS
|
||||||
|
|
||||||
|
[props]
|
||||||
|
export = system
|
||||||
|
|
||||||
|
|
||||||
|
### TRANSFORMS
|
||||||
|
|
||||||
|
[transforms]
|
||||||
|
export = system
|
||||||
|
|
||||||
|
|
||||||
|
### LOOKUPS
|
||||||
|
|
||||||
|
[lookups]
|
||||||
|
export = system
|
||||||
|
|
||||||
|
|
||||||
|
### VIEWSTATES: even normal users should be able to create shared viewstates
|
||||||
|
|
||||||
|
[viewstates]
|
||||||
|
access = read : [ * ], write : [ * ]
|
||||||
|
export = system
|
||||||
@ -0,0 +1,14 @@
|
|||||||
|
[app/ui]
|
||||||
|
version = 10.2.1
|
||||||
|
modtime = 1773607210.850701000
|
||||||
|
|
||||||
|
[app/launcher]
|
||||||
|
version = 10.2.1
|
||||||
|
modtime = 1773607210.853035000
|
||||||
|
|
||||||
|
[views/testapp1]
|
||||||
|
access = read : [ * ], write : [ admin, power ]
|
||||||
|
export = system
|
||||||
|
owner = admin
|
||||||
|
version = 10.2.1
|
||||||
|
modtime = 1774650641.022567000
|
||||||
@ -0,0 +1 @@
|
|||||||
|
This is where you put any scripts you want to add to this app.
|
||||||
@ -0,0 +1,16 @@
|
|||||||
|
#
|
||||||
|
# Splunk app configuration file
|
||||||
|
#
|
||||||
|
|
||||||
|
[install]
|
||||||
|
is_configured = 0
|
||||||
|
|
||||||
|
[ui]
|
||||||
|
is_visible = true
|
||||||
|
label = Application2
|
||||||
|
|
||||||
|
[launcher]
|
||||||
|
author = Jocelyn PAMPHILE
|
||||||
|
description =
|
||||||
|
version = 1.0.0
|
||||||
|
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
<nav search_view="search">
|
||||||
|
<view name="search" default='true' />
|
||||||
|
<view name="analytics_workspace" />
|
||||||
|
<view name="datasets" />
|
||||||
|
<view name="reports" />
|
||||||
|
<view name="alerts" />
|
||||||
|
<view name="dashboards" />
|
||||||
|
<view name="modules" />
|
||||||
|
</nav>
|
||||||
@ -0,0 +1 @@
|
|||||||
|
Add all the views that your app needs in this directory
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
[ui]
|
||||||
|
|
||||||
|
[launcher]
|
||||||
@ -0,0 +1,35 @@
|
|||||||
|
|
||||||
|
# Application-level permissions
|
||||||
|
|
||||||
|
[]
|
||||||
|
access = read : [ * ], write : [ admin, power ]
|
||||||
|
|
||||||
|
### EVENT TYPES
|
||||||
|
|
||||||
|
[eventtypes]
|
||||||
|
export = system
|
||||||
|
|
||||||
|
|
||||||
|
### PROPS
|
||||||
|
|
||||||
|
[props]
|
||||||
|
export = system
|
||||||
|
|
||||||
|
|
||||||
|
### TRANSFORMS
|
||||||
|
|
||||||
|
[transforms]
|
||||||
|
export = system
|
||||||
|
|
||||||
|
|
||||||
|
### LOOKUPS
|
||||||
|
|
||||||
|
[lookups]
|
||||||
|
export = system
|
||||||
|
|
||||||
|
|
||||||
|
### VIEWSTATES: even normal users should be able to create shared viewstates
|
||||||
|
|
||||||
|
[viewstates]
|
||||||
|
access = read : [ * ], write : [ * ]
|
||||||
|
export = system
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
[app/ui]
|
||||||
|
version = 10.2.1
|
||||||
|
modtime = 1773609850.763910000
|
||||||
|
|
||||||
|
[app/launcher]
|
||||||
|
version = 10.2.1
|
||||||
|
modtime = 1773609851.018638000
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<view template="bitwarden_event_logs:/templates/base.html" type="html" isDashboard="False">
|
<view template="bitwarden_event_logs:/templates/base.html" type="html" isDashboard="False">
|
||||||
<label>Configuration</label>
|
<label>Configurations</label>
|
||||||
</view>
|
</view>
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue