Created
January 27, 2017 20:33
-
-
Save jim80net/f3e82dac25675c65379e221b6905da46 to your computer and use it in GitHub Desktop.
An example manifest to deploy a datadog firehose nozzle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: datadog-firehose-nozzle | |
director_uuid: REPLACEME | |
stemcells: | |
- alias: bosh-openstack-kvm-ubuntu-trusty-go_agent-raw | |
os: ubuntu-trusty | |
version: '3263.15' | |
instance_groups: | |
- name: datadog-firehose-nozzle | |
azs: [nova] | |
vm_type: m1.large | |
stemcell: bosh-openstack-kvm-ubuntu-trusty-go_agent-raw | |
instances: 1 | |
networks: | |
- name: REPLACEME | |
jobs: | |
- name: datadog-firehose-nozzle | |
release: datadog-firehose-nozzle | |
properties: | |
datadog: | |
api_key: REPLACEME-from datadog integration page | |
api_url: https://dogate-environment-name.apps.examplepcf.com/api/v1/series | |
flush_duration_seconds: 15 | |
metric_prefix: datadog.nozzle. | |
loggregator: | |
traffic_controller_url: wss://doppler.sys.examplepcf.com | |
nozzle: | |
insecure_ssl_skip_verify: true | |
subscription_id: datadog-nozzle | |
deployment: datadog-nozzle-prod | |
uaa: | |
client_secret: REPLACEME-with a client secret created for the below client in the UAA | |
url: https://uaa.sys.examplepcf.com | |
client: datadog-firehose-nozzle | |
releases: | |
- name: datadog-firehose-nozzle | |
version: '59' | |
update: | |
canaries: 1 | |
canary_watch_time: 30000-100000 | |
max_errors: 1 | |
max_in_flight: 1 | |
update_watch_time: 30000-100000 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment