-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.yml
90 lines (90 loc) · 2.52 KB
/
manifest.yml
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
79
80
81
82
83
84
85
86
87
88
89
90
---
language: logstash
default_versions:
- name: logstash
version: '6.0.x'
- name: logstash-plugins
version: '6.0.x'
- name: x-pack
version: '6.0.x'
- name: openjdk
version: '1.8.x'
- name: curator
version: '5.0.x'
- name: gte
version: '1.0.x'
- name: jq
version: '1.5'
- name: ofelia
version: '0.2.x'
dependencies:
- name: logstash
version: 6.0.0
uri: https://swisscom-buildpacks.scapp.io/dependencies/elk/logstash-6.0.0.tar.gz
sha256: f98252002d15aa7547bc8beea4a18f376ac01d1bab4d2ff9da6acbcdc2f21233
cf_stacks:
- cflinuxfs2
- name: logstash-plugins
version: 6.0.0
uri: https://swisscom-buildpacks.scapp.io/dependencies/elk/logstash-plugins-6.0.0.tar.gz
sha256: fe331430fc6160e6646bc202bda3c4c9bc951c95f3fc5723f7c12aa381ef392b
cf_stacks:
- cflinuxfs2
- name: x-pack
version: 6.0.0
uri: https://swisscom-buildpacks.scapp.io/dependencies/elk/x-pack-6.0.0.tar.gz
sha256: b3c326e36ac52b036c3d62975bc8221c29027683e48963ec2092ce6da8f7d0b9
cf_stacks:
- cflinuxfs2
- name: openjdk
version: 1.8.0
uri: https://swisscom-buildpacks.scapp.io/dependencies/elk/openjdk-1.8.0_91.tar.gz
sha256: 98190b550ebcaf021895b45d24955e730e77de2b1aa9b6139aa6fca46d6b0e9a
cf_stacks:
- cflinuxfs2
- name: curator
version: 5.0.4
uri: https://swisscom-buildpacks.scapp.io/dependencies/elk/curator-5.0.4-python-3.6.1.tar.gz
sha256: 229691d0d5367c10b56a6d2971af4132fcba56ac70eab84dce388636fd08eb71
cf_stacks:
- cflinuxfs2
- name: gte
version: 1.0.1
uri: https://swisscom-buildpacks.scapp.io/dependencies/elk/gte-1.0.1.tar.gz
sha256: 16fc4d0f657e8fda6085376cff8cab1b4808fc4338b4e195163f70c0a8b8ab58
cf_stacks:
- cflinuxfs2
- name: jq
version: 1.5
uri: https://swisscom-buildpacks.scapp.io/dependencies/elk/jq-1.5.tar.gz
sha256: 49a84557c7e7541d49e2dda5e2738eea61199edaecf8139f99a78dae0dd3f7a6
cf_stacks:
- cflinuxfs2
- name: ofelia
version: 0.2.2
uri: https://swisscom-buildpacks.scapp.io/dependencies/elk/ofelia_0.2.2.tar.gz
sha256: 1920a91ce5cd7ad9a11ec40693baa09ec26ff0f27f8827edaa7606cf667e3270
cf_stacks:
- cflinuxfs2
include_files:
- CHANGELOG
- LICENSE
- LICENSE-DEPENDENCIES
- LICENSE.godep
- NOTICE
- README.md
- VERSION
- defaults/curator/actions.yml
- defaults/curator/curator.yml
- defaults/templates/cf-filter-syslog.conf
- defaults/templates/cf-input-syslog.conf
- defaults/templates/cf-output-elasticsearch.conf
- defaults/templates/cf-output-stdout.conf
- defaults/templates/templates.yml
- bin/compile
- bin/detect
- bin/finalize
- bin/release
- bin/supply
- manifest.yml
pre_package: scripts/build.sh