forked from inspired/TA-cisco_ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.manifest
78 lines (78 loc) · 1.89 KB
/
app.manifest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"schemaVersion": "1.0.0",
"info": {
"title": "Cisco Networks Add-on",
"id": {
"group": null,
"name": "TA-cisco_ios",
"version": "2.5.7"
},
"author": [
{
"name": "Mikael Bjerkeland",
"email": "[email protected]",
"company": ""
}
],
"releaseDate": null,
"description": "Data input and field extractions for Cisco IOS, XE, XR, NX-OS and Cisco WLAN Controller",
"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,
# The following optional sections can be customized and added to the main manifest:
#
# Lists the app dependencies and version requirements
# "dependencies": {
# "<app-group>:<app-name>": {
# "version": "*",
# "package": "<source-package-location>"
# }
# }
#
# 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": {
"Syslog input": {
"description": "Monitor Cisco IOS variant syslogs",
"inputs": ["udp://514"]
}
}
#
# 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>"
# }
# }
}