-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.yml
More file actions
22 lines (22 loc) · 773 Bytes
/
Copy pathmanifest.yml
File metadata and controls
22 lines (22 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
applications:
- name: cloudfoundry-sumologic-nozzle
health-check-type: process
no-route: true
env:
API_ENDPOINT: https://api.some_api
SUMO_ENDPOINT: https://some_endpoint
FIREHOSE_SUBSCRIPTION_ID: cloudfoundry-sumologic-nozzle
CLOUDFOUNDRY_USER: firehose_user_authorized
CLOUDFOUNDRY_PASSWORD: password_firehose_user_authorized
EVENTS: LogMessage,ValueMetric,Error,ContainerMetric
SKIP_SSL_VALIDATION: false
NOZZLE_POLLING_PERIOD: 15s
LOG_EVENTS_BATCH_SIZE: 200
SUMO_POST_MINIMUM_DELAY: 200ms
SUMO_CATEGORY: ExampleCategory
SUMO_NAME: ExampleName
SUMO_HOST: 123.123.123.0
VERBOSE_LOG_MESSAGES: false
CUSTOM_METADATA: customData1:customValue1,CustomData2:CustomValue2
INCLUDE_ONLY_MATCHING_FILTER: ""
EXCLUDE_ALWAYS_MATCHING_FILTER: ""