{ "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": { # ":": { # "version": "*", # "package": "", # "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": { # "": { # "requires": { # ":": [""] # }, # "inputs": [""] # } # } # # Lists the app IDs that cannot be installed on the system alongside this app # "incompatibleApps": { # ":": "" # } # # Specify the platform version requirements for this app # "platformRequirements": { # "splunk": { # "Enterprise": "" # } # } # # 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"] #