File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11applications :
22- name : cloudfoundry-sumologic-nozzle
33env :
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 : " "
Original file line number Diff line number Diff line change @@ -257,7 +257,6 @@ func ParseCustomInput(customInput string) map[string]string {
257257}
258258
259259func (s * SumoLogicAppender ) SendToSumo (logStringToSend string ) {
260- /*REMOVE*/ fmt .Println (logStringToSend )
261260 if logStringToSend != "" {
262261 var buf bytes.Buffer
263262 g := gzip .NewWriter (& buf )
You can’t perform that action at this time.
0 commit comments