-
Notifications
You must be signed in to change notification settings - Fork 309
/
Copy pathadd-datadog-firehose-nozzle.yml
54 lines (54 loc) · 1.6 KB
/
add-datadog-firehose-nozzle.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
- type: replace
path: /instance_groups/name=uaa/jobs/name=uaa/properties/uaa/clients/datadog-firehose-nozzle?
value:
access-token-validity: 1209600
authorities: oauth.login,doppler.firehose
authorized-grant-types: client_credentials,refresh_token
override: true
scopes:
- openid
- oauth.approvals
- doppler.firehose
secret: ((uaa_clients_datadog-firehose-nozzle_secret))
- type: replace
path: /instance_groups/-
value:
azs:
- z1
instances: 1
jobs:
- name: datadog-firehose-nozzle
properties:
datadog:
api_key: ((datadog_api_key))
flush_duration_seconds: 15
metric_prefix: ((datadog_metric_prefix))
loggregator:
traffic_controller_url: wss://doppler.((system_domain)):((traffic_controller_external_port))
nozzle:
deployment: cf
insecure_ssl_skip_verify: true
subscription_id: datadog-nozzle
uaa:
client: datadog-firehose-nozzle
client_secret: ((uaa_clients_datadog-firehose-nozzle_secret))
url: https://uaa.((system_domain))
release: datadog-firehose-nozzle
name: nozzle
networks:
- name: default
persistent_disk_type: 5GB
stemcell: default
vm_type: minimal
- type: replace
path: /variables/-
value:
name: uaa_clients_datadog-firehose-nozzle_secret
type: password
- type: replace
path: /releases/-
value:
name: datadog-firehose-nozzle
sha1: 3bc3b7ccb718f35efdf693fc1d4f47e34a8142c3
url: https://bosh.io/d/github.com/DataDog/datadog-firehose-nozzle-release?v=87
version: "87"