From 79ddf9d1b5c0ad467305c8da731024047779175c Mon Sep 17 00:00:00 2001 From: Splunk Git Pusher Date: Sun, 15 Mar 2026 22:33:11 +0100 Subject: [PATCH] test_app2 Pushed by: user1 License: TA9O64YS7EPT (Professional) Timestamp: 2026-03-15T22:33:11.230258 --- apps/app2/bin/README | 1 + apps/app2/default/app.conf | 16 +++++++++++ apps/app2/default/data/ui/nav/default.xml | 9 ++++++ apps/app2/default/data/ui/views/README | 1 + apps/app2/local/app.conf | 3 ++ apps/app2/metadata/default.meta | 35 +++++++++++++++++++++++ apps/app2/metadata/local.meta | 7 +++++ 7 files changed, 72 insertions(+) create mode 100644 apps/app2/bin/README create mode 100644 apps/app2/default/app.conf create mode 100644 apps/app2/default/data/ui/nav/default.xml create mode 100644 apps/app2/default/data/ui/views/README create mode 100644 apps/app2/local/app.conf create mode 100644 apps/app2/metadata/default.meta create mode 100644 apps/app2/metadata/local.meta diff --git a/apps/app2/bin/README b/apps/app2/bin/README new file mode 100644 index 00000000..9a70db09 --- /dev/null +++ b/apps/app2/bin/README @@ -0,0 +1 @@ +This is where you put any scripts you want to add to this app. diff --git a/apps/app2/default/app.conf b/apps/app2/default/app.conf new file mode 100644 index 00000000..61c4a890 --- /dev/null +++ b/apps/app2/default/app.conf @@ -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 + diff --git a/apps/app2/default/data/ui/nav/default.xml b/apps/app2/default/data/ui/nav/default.xml new file mode 100644 index 00000000..2b0f1b19 --- /dev/null +++ b/apps/app2/default/data/ui/nav/default.xml @@ -0,0 +1,9 @@ + diff --git a/apps/app2/default/data/ui/views/README b/apps/app2/default/data/ui/views/README new file mode 100644 index 00000000..6cf74f0b --- /dev/null +++ b/apps/app2/default/data/ui/views/README @@ -0,0 +1 @@ +Add all the views that your app needs in this directory diff --git a/apps/app2/local/app.conf b/apps/app2/local/app.conf new file mode 100644 index 00000000..78666a91 --- /dev/null +++ b/apps/app2/local/app.conf @@ -0,0 +1,3 @@ +[ui] + +[launcher] diff --git a/apps/app2/metadata/default.meta b/apps/app2/metadata/default.meta new file mode 100644 index 00000000..b77b8cb9 --- /dev/null +++ b/apps/app2/metadata/default.meta @@ -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 diff --git a/apps/app2/metadata/local.meta b/apps/app2/metadata/local.meta new file mode 100644 index 00000000..7b898fe7 --- /dev/null +++ b/apps/app2/metadata/local.meta @@ -0,0 +1,7 @@ +[app/ui] +version = 10.2.1 +modtime = 1773609850.763910000 + +[app/launcher] +version = 10.2.1 +modtime = 1773609851.018638000