This topic describes how to install and configure VMware Tanzu Observability by Wavefront Nozzle.
The VMware Tanzu Observability by Wavefront Nozzle requires that you have a Wavefront account with an API access token. If you need an account, contact Wavefront Sales.
Create a UAA user with access to the Firehose and Cloud Controller:
$ uaac target https://uaa.YOUR-SYSTEM-DOMAIN
YOUR-SYSTEM-DOMAIN can be found in the Opsman TAS tile on ‘Domains’ page.
$ uaac token client get admin -s ADMIN-CLIENT-CREDENTIALS-SECRET
ADMIN-CLIENT-CREDENTIALS-SECRET can be found in the Opsman TAS tile, on the Credentials tab under ‘UAA’, in “Admin Client Credentials”
$ uaac -t user add wavefront-nozzle --password PASSWORD --emails na
uaac -t member add cloud_controller.admin_read_only wavefront-nozzle
$ uaac -t member add doppler.firehose wavefront-nozzle
For information about creating a UAA user, see Creating and Managing Users with the UAA CLI.
Download the product file from Pivotal Network.
Navigate to the Ops Manager Installation Dashboard and click Import a Product to upload the product file.
Under the Import a Product button, click + next to the version number of VMware Tanzu Observability by Wavefront Nozzle. This adds the tile to your staging area.
Click the newly added VMware Tanzu Observability by Wavefront Nozzle tile.
Click Wavefront Proxy Config.
Enter the following in the Wavefront Proxy Config pane:
https://YOUR_INSTANCE.wavefront.com/api
DOMAIN-pcf-proxy
Default
for the default proxy settings. You can optionally override the proxy configuration and preprocessor rules under Custom
settings.Click Save.
Click Wavefront Firehose Nozzle Config.
Enter the following information on the Wavefront Firehose Nozzle Config page:
api.YOUR-SYSTEM-DOMAIN
.https://log-stream.YOUR-SYSTEM-DOMAIN
. Required for the v2 Nozzle API.No
for the default nozzle settings.Yes
and configure the advanced nozzle options such as filters, v1 API mode, number of nozzle instances etc.Click Save.
Return to the Ops Manager Installation Dashboard and click Apply changes to install VMware Tanzu Observability by Wavefront Nozzle tile.
Follow the steps below to enable developers to send app metrics to the Wavefront Proxy:
cf create-service wavefront-proxy standard SERVICE_INSTANCE_NAME
.cf bind-service APP_NAME SERVICE_INSTANCE_NAME
.