File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ echo "building go binary"
11
11
pushd ..
12
12
curdir=` pwd`
13
13
go get github.com/cloudfoundry-community/splunk-firehose-nozzle
14
- cd $GOPATH /src/github.com/cloudfoundry-community/splunk-firehose-nozzle && git checkout develop && env GOOS=linux GOARCH=amd64 make build VERSION=1.0
14
+ cd $GOPATH /src/github.com/cloudfoundry-community/splunk-firehose-nozzle && git checkout master && env GOOS=linux GOARCH=amd64 make build VERSION=1.0 .0
15
15
cp $GOPATH /src/github.com/cloudfoundry-community/splunk-firehose-nozzle/splunk-firehose-nozzle ${curdir} /../splunk-firehose-nozzle/
16
16
cd ${curdir}
17
17
popd
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ label: Splunk Firehose Nozzle for PCF
4
4
description : Forward firehose logs & metrics to Splunk
5
5
icon_file : icon.png
6
6
7
-
8
- org_quota : 4096 # Optional, memory quota in mb
9
7
apply_open_security_group : true # Apply open security group, default: false
10
8
allow_paid_service_plans : true # Allow paid service plans, default: false
11
9
79
77
- name : ValueMetric
80
78
label : ValueMetric
81
79
- name : CounterEvent
80
+
82
81
label : CounterEvent
83
82
- name : Error
84
83
label : Error
@@ -122,7 +121,7 @@ packages:
122
121
type : app
123
122
label : Splunk-Firehose-Nozzle
124
123
manifest :
125
- memory : 512M
124
+ memory : 256M
126
125
instances : MY_INSTANCE_COUNT
127
126
buildpack : binary_buildpack
128
127
health-check-type : process
You can’t perform that action at this time.
0 commit comments