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