You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
2.4 KiB
92 lines
2.4 KiB
{
|
|
"schemaVersion": "2.0.0",
|
|
"info": {
|
|
"title": "Get ITSI Thresholds",
|
|
"id": {
|
|
"group": null,
|
|
"name": "get_itsi_thresholds",
|
|
"version": "1.1.9"
|
|
},
|
|
"author": [
|
|
{
|
|
"name": "Chris Younger",
|
|
"email": null,
|
|
"company": null
|
|
}
|
|
],
|
|
"releaseDate": null,
|
|
"description": "A custom command to retreive ITSI time-based thresholds",
|
|
"classification": {
|
|
"intendedAudience": null,
|
|
"categories": [],
|
|
"developmentStatus": null
|
|
},
|
|
"commonInformationModels": null,
|
|
"license": {
|
|
"name": null,
|
|
"text": null,
|
|
"uri": null
|
|
},
|
|
"privacyPolicy": {
|
|
"name": null,
|
|
"text": null,
|
|
"uri": null
|
|
},
|
|
"releaseNotes": {
|
|
"name": null,
|
|
"text": "./README.md",
|
|
"uri": null
|
|
}
|
|
},
|
|
"dependencies": null,
|
|
"tasks": null,
|
|
"inputGroups": null,
|
|
"incompatibleApps": null,
|
|
"platformRequirements": null,
|
|
"supportedDeployments": ["*"],
|
|
"targetWorkloads": ["_search_heads"]
|
|
}
|
|
# The following sections can be customized and added to the manifest. For detailed information,
|
|
# see the documentation at http://dev.splunk.com/view/packaging-toolkit/SP-CAAAE9V
|
|
#
|
|
# Lists the app dependencies and version requirements
|
|
# "dependencies": {
|
|
# "<app-group>:<app-name>": {
|
|
# "version": "*",
|
|
# "package": "<source-package-name>",
|
|
# "optional": [true|false]
|
|
# }
|
|
# }
|
|
#
|
|
# Lists the inputs that belong on the search head rather than forwarders
|
|
# "tasks": []
|
|
#
|
|
# Lists the possible input groups with app dependencies, and inputs that should be included
|
|
# "inputGroups": {
|
|
# "<group-name>": {
|
|
# "requires": {
|
|
# "<app-group>:<app-name>": ["<dependent-input-groups>"]
|
|
# },
|
|
# "inputs": ["<defined-inputs>"]
|
|
# }
|
|
# }
|
|
#
|
|
# Lists the app IDs that cannot be installed on the system alongside this app
|
|
# "incompatibleApps": {
|
|
# "<app-group>:<app-name>": "<version>"
|
|
# }
|
|
#
|
|
# Specify the platform version requirements for this app
|
|
# "platformRequirements": {
|
|
# "splunk": {
|
|
# "Enterprise": "<version>"
|
|
# }
|
|
# }
|
|
#
|
|
# Lists the supported deployment types this app can be installed on
|
|
# "supportedDeployments": ["*" | "_standalone" | "_distributed" | "_search_head_clustering"]
|
|
#
|
|
# Lists the targets where app can be installed to
|
|
# "targetWorkloads": ["*" | "_search_heads" | "_indexers" | "_forwarders"]
|
|
#
|