forked from cloudfoundry-community/splunk-firehose-nozzle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.yml.template
30 lines (29 loc) · 943 Bytes
/
manifest.yml.template
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: splunk-firehose-nozzle
memory: 256M
instances: 2
buildpack: go_buildpack
cmd: splunk-firehose-nozzle
env:
GOPACKAGENAME: main
API_ENDPOINT: <replace me>
API_USER: <replace me>
API_PASSWORD: <replace me>
SPLUNK_HOST: <replace me>
SPLUNK_TOKEN: <replace me>
SPLUNK_INDEX: <replace me>
SKIP_SSL_VALIDATION_CF: true/ false
SKIP_SSL_VALIDATION_SPLUNK: true/ false
JOB_NAME: splunk-nozzle
JOB_INDEX: -1
JOB_HOST: localhost
ADD_APP_INFO: true
IGNORE_MISSING_APP: true/ false
MISSING_APP_CACHE_INVALIDATE_TTL: <replace me>
APP_CACHE_INVALIDATE_TTL: <replace me>
ORG_SPACE_CACHE_INVALIDATE_TTL: <replace me>
APP_LIMITS: <replace me>
BOLTDB_PATH: cache.db
EVENTS: ValueMetric,CounterEvent,Error,LogMessage,HttpStartStop,ContainerMetric
FIREHOSE_SUBSCRIPTION_ID: splunk-firehose