-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathcontent-packs.json
47 lines (47 loc) · 2.12 KB
/
content-packs.json
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
{
"contentPacks" : [ {
"url" : "/~https://github.com/gchq/stroom-content/releases/download/core-xml-schemas-v2.2/core-xml-schemas-v2.2.zip",
"name" : "core-xml-schemas",
"version" : "2.2"
}, {
"url" : "/~https://github.com/gchq/stroom-content/releases/download/event-logging-xml-schema-v3.4.2/event-logging-xml-schema-v3.4.2.zip",
"name" : "event-logging-xml-schema",
"version" : "3.4.2"
}, {
"url" : "/~https://github.com/gchq/stroom-content/releases/download/example-index-v1.0/example-index-v1.0.zip",
"name" : "example-index",
"version" : "1.0"
}, {
"url" : "/~https://github.com/gchq/stroom-content/releases/download/internal-dashboards-v1.1/internal-dashboards-v1.1.zip",
"name" : "internal-dashboards",
"version" : "1.1"
}, {
"url" : "/~https://github.com/gchq/stroom-content/releases/download/internal-statistics-sql-v2.2/internal-statistics-sql-v2.2.zip",
"name" : "internal-statistics-sql",
"version" : "2.2"
}, {
"url" : "/~https://github.com/gchq/stroom-content/releases/download/internal-statistics-stroom-stats-v2.2/internal-statistics-stroom-stats-v2.2.zip",
"name" : "internal-statistics-stroom-stats",
"version" : "2.3"
}, {
"url" : "/~https://github.com/gchq/stroom-content/releases/download/standard-pipelines-v0.4/standard-pipelines-v0.4.zip",
"name" : "standard-pipelines",
"version" : "0.4"
}, {
"url" : "/~https://github.com/gchq/stroom-content/releases/download/stroom-101-v1.0/stroom-101-v1.0.zip",
"name" : "stroom-101",
"version" : "1.0"
}, {
"url" : "/~https://github.com/gchq/stroom-content/releases/download/stroom-logs-v3.0-beta.1/stroom-logs-v3.0-beta.1.zip",
"name" : "stroom-logs",
"version" : "3.0-beta.1"
}, {
"url" : "/~https://github.com/gchq/stroom-content/releases/download/template-pipelines-v0.3/template-pipelines-v0.3.zip",
"name" : "template-pipelines",
"version" : "0.3"
}, {
"url" : "/~https://github.com/gchq/stroom-visualisations-dev/releases/download/v3.12-alpha.1/visualisations-production-v3.12-alpha.1.zip",
"name" : "visualisations-production",
"version" : "3.12-alpha.1"
} ]
}