Skip to content

Commit 7000c0d

Browse files
committed
Merge branch 'hotfix/readme-env'
2 parents f0c9228 + 8407206 commit 7000c0d

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

manifest.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
applications:
22
- name: cloudfoundry-sumologic-nozzle
33
env:
4+
API_ENDPOINT: https://api.run-05.haas-71.pez.pivotal.io
5+
SUMO_ENDPOINT: https://endpoint1.collection.us2.sumologic.com/receiver/v1/http/ZaVnC4dhaV2MwJEtQ6LkXUg5aQJhwUCBW3l7m4hjJTCc_155MxHewswvcCfrE0uaqaKGc7MiNc4S3ErkJNBnVO7GekQpuVjE5Vn-LD5L_JvKjxHptCbnhA==
46
FIREHOSE_SUBSCRIPTION_ID: cloudfoundry-sumologic-nozzle
7+
CLOUDFOUNDRY_USER: firehose_user_authorized
8+
CLOUDFOUNDRY_PASSWORD: password_firehose_user_authorized
9+
EVENTS: LogMessage
10+
NOZZLE_POLLING_PERIOD: 15s
511
LOG_EVENTS_BATCHSIZE: 200
612
SUMO_POST_MINIMUM_DELAY: 200ms
7-
F2S_DISABLE_LOGGING: true
8-
13+
SUMO_CATEGORY: ExampleCategory
14+
SUMO_NAME: ExampleName
15+
SUMO_HOST: 123.123.123.0
16+
VERBOSE_LOG_MESSAGES: false
17+
CUSTOM_METADATA: customData1:customValue1,CustomData2:CustomValue2
18+
INCLUDE_ONLY_MATCHING_FILTER: ""
19+
EXCLUDE_ALWAYS_MATCHING_FILTER: ""

sumoCFFirehose/sumoLogicAppender.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ func ParseCustomInput(customInput string) map[string]string {
257257
}
258258

259259
func (s *SumoLogicAppender) SendToSumo(logStringToSend string) {
260-
/*REMOVE*/ fmt.Println(logStringToSend)
261260
if logStringToSend != "" {
262261
var buf bytes.Buffer
263262
g := gzip.NewWriter(&buf)

0 commit comments

Comments
 (0)