-
Notifications
You must be signed in to change notification settings - Fork 4
/
manifest.yml
29 lines (29 loc) · 1.5 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
---
applications:
- name: oms_nozzle
memory: 512M
instances: 2
buildpack: go_buildpack
no-route: true
health-check-type: none
env:
GOPACKAGENAME: github.com/vmware-tanzu/nozzle-for-microsoft-azure-log-analytics
OMS_WORKSPACE: CHANGE_ME
OMS_KEY: CHANGE_ME
OMS_POST_TIMEOUT: 10s
OMS_BATCH_TIME: 10s
OMS_MAX_MSG_NUM_PER_BATCH: 1000
# AZURE_RESOURCE_ID: CHANGE_ME # i.e. /subscriptions/<uuid>/resourceGroups/<name>/...
FIREHOSE_USER: CHANGE_ME
FIREHOSE_USER_PASSWORD: CHANGE_ME
# API_ADDR: https://api.<CF_SYSTEM_DOMAIN> # CF API Address. If current environment is to be monitored, leave it empty/commented and nozzle will fetch its addresses automatically
# DOPPLER_ADDR: wss://doppler.<CF_SYSTEM_DOMAIN>:443 # CF Doppler Address. If absent or set empty, nozzle will generate doppler address based on API address automatically
SKIP_SSL_VALIDATION: false
CF_ENVIRONMENT: "cf"
# EVENT_FILTER: "METRIC,HTTP" # Event types to be filtered out. The format is a comma separated list, valid event types are METRIC,LOG,HTTP
# SPACE_WHITELIST: "system.azure, azure.*" # Comma separated space white list, logs from apps within these spaces will be forwarded. If not set, all apps will be monitored. Format should be ORG_NAME.SPACE_NAME or ORG_NAME.*
IDLE_TIMEOUT: 60s
LOG_LEVEL: INFO # Valid log levels: DEBUG, INFO, ERROR
LOG_EVENT_COUNT: true
LOG_EVENT_COUNT_INTERVAL: 60s
CACHING_INTERVAL: 60s