-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.manifest
More file actions
69 lines (69 loc) · 1.77 KB
/
Copy pathapp.manifest
File metadata and controls
69 lines (69 loc) · 1.77 KB
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
{
"schemaVersion": "2.0.0",
"info": {
"title": "MaxMind GeoIP App",
"id": {
"group": null,
"name": "geoip",
"version": "1.1.1"
},
"author": [
{
"name": "MaxMind",
"email": "support@maxmind.com",
"company": "MaxMind"
}
],
"releaseDate": null,
"description": "MaxMind GeoIP database lookups for Splunk",
"classification": {
"intendedAudience": "IT Professionals",
"categories": [
"Business Analytics",
"Firewall",
"Identity Management",
"Information",
"Investigative",
"IT Operations",
"Network Security",
"Reputation",
"Security, Fraud & Compliance",
"SIEM",
"Threat Intel"
],
"developmentStatus": "Production/Stable"
},
"commonInformationModels": null,
"license": {
"name": "Apache-2.0 OR MIT",
"text": "./LICENSES/LICENSE.txt",
"uri": null
},
"privacyPolicy": {
"name": null,
"text": null,
"uri": null
},
"releaseNotes": {
"name": "README",
"text": "README.md",
"uri": ""
}
},
"dependencies": null,
"tasks": null,
"inputGroups": null,
"incompatibleApps": {
"TA-geoip2": "*"
},
"platformRequirements": null,
"supportedDeployments": [
"_standalone",
"_distributed",
"_search_head_clustering"
],
"targetWorkloads": [
"_search_heads",
"_indexers"
]
}