|
| 1 | +{ |
| 2 | + "schemaVersion": "2.0.0", |
| 3 | + "info": { |
| 4 | + "title": "xmlutils", |
| 5 | + "id": { |
| 6 | + "group": null, |
| 7 | + "name": "xmlutils", |
| 8 | + "version": "1.2.0" |
| 9 | + }, |
| 10 | + "author": [ |
| 11 | + { |
| 12 | + "name": "vbumgarner", |
| 13 | + "email": null, |
| 14 | + "company": null |
| 15 | + } |
| 16 | + ], |
| 17 | + "releaseDate": null, |
| 18 | + "description": "XML utilities", |
| 19 | + "classification": { |
| 20 | + "intendedAudience": null, |
| 21 | + "categories": [], |
| 22 | + "developmentStatus": null |
| 23 | + }, |
| 24 | + "commonInformationModels": null, |
| 25 | + "license": { |
| 26 | + "name": null, |
| 27 | + "text": null, |
| 28 | + "uri": null |
| 29 | + }, |
| 30 | + "privacyPolicy": { |
| 31 | + "name": null, |
| 32 | + "text": null, |
| 33 | + "uri": null |
| 34 | + }, |
| 35 | + "releaseNotes": { |
| 36 | + "name": null, |
| 37 | + "text": null, |
| 38 | + "uri": null |
| 39 | + } |
| 40 | + }, |
| 41 | + "dependencies": null, |
| 42 | + "tasks": null, |
| 43 | + "inputGroups": null, |
| 44 | + "incompatibleApps": null, |
| 45 | + "platformRequirements": null, |
| 46 | + "supportedDeployments": [ |
| 47 | + "_standalone", |
| 48 | + "_distributed" |
| 49 | + ], |
| 50 | + "targetWorkloads": null |
| 51 | +} |
| 52 | +# The following sections can be customized and added to the manifest. For detailed information, |
| 53 | +# see the documentation at http://dev.splunk.com/view/packaging-toolkit/SP-CAAAE9V |
| 54 | +# |
| 55 | +# Lists the app dependencies and version requirements |
| 56 | +# "dependencies": { |
| 57 | +# "<app-group>:<app-name>": { |
| 58 | +# "version": "*", |
| 59 | +# "package": "<source-package-name>", |
| 60 | +# "optional": [true|false] |
| 61 | +# } |
| 62 | +# } |
| 63 | +# |
| 64 | +# Lists the inputs that belong on the search head rather than forwarders |
| 65 | +# "tasks": [] |
| 66 | +# |
| 67 | +# Lists the possible input groups with app dependencies, and inputs that should be included |
| 68 | +# "inputGroups": { |
| 69 | +# "<group-name>": { |
| 70 | +# "requires": { |
| 71 | +# "<app-group>:<app-name>": ["<dependent-input-groups>"] |
| 72 | +# }, |
| 73 | +# "inputs": ["<defined-inputs>"] |
| 74 | +# } |
| 75 | +# } |
| 76 | +# |
| 77 | +# Lists the app IDs that cannot be installed on the system alongside this app |
| 78 | +# "incompatibleApps": { |
| 79 | +# "<app-group>:<app-name>": "<version>" |
| 80 | +# } |
| 81 | +# |
| 82 | +# Specify the platform version requirements for this app |
| 83 | +# "platformRequirements": { |
| 84 | +# "splunk": { |
| 85 | +# "Enterprise": "<version>" |
| 86 | +# } |
| 87 | +# } |
| 88 | +# |
| 89 | +# Lists the supported deployment types this app can be installed on |
| 90 | +# "supportedDeployments": ["*" | "_standalone" | "_distributed" | "_search_head_clustering"] |
| 91 | +# |
| 92 | +# Lists the targets where app can be installed to |
| 93 | +# "targetWorkloads": ["*" | "_search_heads" | "_indexers" | "_forwarders"] |
| 94 | +# |
0 commit comments