Added inputs to globalConfig
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1,5 +1,3 @@
|
||||
bin/*
|
||||
lib/*
|
||||
lib64
|
||||
include/*
|
||||
pyvenv.cfg
|
||||
.venv
|
||||
detelete_old_clients_ds/output/
|
||||
detelete_old_clients_ds/detelete_old_clients_ds-*.tar.gz
|
||||
@@ -1,3 +1,5 @@
|
||||
# Splunk Add-on to delete old clients from Deployment Server
|
||||
|
||||
|
||||
Interesting Commands:
|
||||
- Build Add-on: ucc-gen build --ta-version=<Tag version>
|
||||
- Package Add-on:ucc-gen package -o . --path <path to app.manifest>
|
||||
@@ -52,13 +52,6 @@
|
||||
"help": "Password",
|
||||
"required": true,
|
||||
"encrypted": true
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Deployment Server URL",
|
||||
"field": "url",
|
||||
"help": "URL of the DS instance",
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"title": "Accounts"
|
||||
@@ -70,6 +63,43 @@
|
||||
"title": "Configuration",
|
||||
"description": "Set up your add-on"
|
||||
},
|
||||
"inputs": {
|
||||
"title": "Inputs",
|
||||
"description": "Manage your data inputs",
|
||||
"services": [
|
||||
{
|
||||
"name": "example_input_one",
|
||||
"title": "Example Input",
|
||||
"entity": [
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Deployment Server URL",
|
||||
"field": "url",
|
||||
"help": "URL of the DS instance",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"type": "interval",
|
||||
"field": "interval",
|
||||
"label": "Interval",
|
||||
"help": "Time interval of the data input, in seconds .",
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"table": {
|
||||
"actions": [
|
||||
"edit",
|
||||
"enable",
|
||||
"delete",
|
||||
"search",
|
||||
"clone"
|
||||
],
|
||||
"header": [],
|
||||
"moreInfo": []
|
||||
}
|
||||
},
|
||||
"dashboard": {
|
||||
"panels": [
|
||||
{
|
||||
@@ -81,8 +111,9 @@
|
||||
"meta": {
|
||||
"name": "detelete_old_clients_ds",
|
||||
"restRoot": "detelete_old_clients_ds",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.0",
|
||||
"displayName": "DS Add-on Delete old clients",
|
||||
"schemaVersion": "0.0.3"
|
||||
"schemaVersion": "0.0.7",
|
||||
"_uccVersion": "5.46.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user