Delphix Telemetry
Overview
Delphix Telemetry encompasses two critical functions—registering your Data Control Tower (DCT) installation to a Delphix account, then uploading telemetry exports to the Delphix Telemetry services. This integration helps Delphix better understand product usage to enhance your support experience. Delphix Telemetry has an online and offline model.
Online model
-
Requires internet connectivity.
-
Registration and telemetry are simultaneously configured.
-
Automatically uploads telemetry data daily.
Offline model
-
Does not require internet connectivity.
-
Registration must be performed manually, once.
-
Exports must be uploaded manually, typically quarterly.
You can view Delphix Telemetry service status at: status.delphix.com.
All DCT tiers (Core, Self Service, and Enterprise) and all deployment types (Kubernetes, OpenShift, and Appliance) support this capability.
Online registration and export upload
Follow these steps to register your DCT product and automatically upload the Telemetry export.
-
Complete and submit this form to sign up for Delphix Telemetry and create your Delphix account.
-
Within 24-48 hours, check your email for account creation instructions and create your password.
-
Log in to your Data Control Tower instance.
-
Navigate to Admin > Telemetry.
-
Click Register in the top right.
-
Enter your new Delphix account credentials and submit.
-
Upon successful verification, click Register DCT.
-
Your DCT installation is now registered. Exports are uploaded automatically every 24 hours. Confirm the last upload time in the Details section of the home DCT page.
Note: If your credentials change, repeat these steps to re-register.
Offline registration and export upload
Choose this method if your DCT installation lacks internet connectivity or you prefer manual uploads.
-
Complete and submit this form to sign up for Delphix Telemetry and create your Delphix account.
-
After 24-48 hours, use the email instructions to create your password and finalize the account setup. More details can be found here.
-
Generate an API Token:
-
Log in to your Delphix account.
-
Navigate to Accounts > API Tokens, and follow the instructions to add a token. More details can be found in the Programmatic access to DCS (API Tokens) page.
-
Save your generated API Token securely. This token will be required for each offline export upload.
-
-
Log in to DCT.
-
Navigate to Admin > Telemetry.
-
Click Register, then select Switch to Offline Registration.
-
First, create the command to register: DCT pre-populates a registration command with your instance’s actual Product ID and Public Key already filled in, along with the Delphix Telemetry API endpoint — these values are unique to your instance and only visible on your screen. Paste your API Token into the highlighted field, then copy the completed command.
-
Run the copied command in your terminal.
The copied command is formatted for Linux/macOS. Run it on whichever machine has internet access to the Delphix Telemetry service — typically your own laptop or a jump box. If that machine runs Windows, you will need to convert the command into PowerShell yourself — see API-based registration and upload for a ready-to-use PowerShell equivalent. -
The command returns a JSON string with key and token values. Copy the entire JSON payload as-is and paste it into the single response field in the DCT UI — do not split it into separate values.
-
Submit to complete the offline registration, then follow the on-screen directions to upload your first Telemetry export.
For future Telemetry export uploads, follow the Offline export upload directions below.
Offline export upload
-
Log in to DCT, navigate to Admin > Telemetry, and select Download export.
-
Choose a date range, or leave as default for a comprehensive export. If you have uploaded before, set the range to cover from your last upload through today. If you notice a gap between uploads, you may be asked to generate and upload an additional export to cover it.
-
Go to upload.delphix.com and upload the downloaded export file directly using the upload UI. Do not rename the file — it must retain the exact filename generated by DCT so it can be routed correctly. Uploads with a modified filename may be rejected. The Ticket ID field can be left blank if you do not have an associated Salesforce ticket.
-
Confirm the upload completed successfully in the upload.delphix.com confirmation screen. Retain the confirmation or take a screenshot for record-keeping and audit purposes.
Per your agreement with Delphix, offline telemetry exports must be uploaded at least every 90 days. To avoid missing an upload window, consider switching to the online model so exports upload automatically, or set a recurring reminder for your offline uploads.
If you still need to upload via the direct API instead of upload.delphix.com, see API-based registration and upload.
Proxy configuration
If you or your DCT instance is behind a firewall and a proxy server needs to be configured to enable online communication with the Delphix Telemetry service, then open the following URLs:
-
api.apps.delphix.com: Registers the DCT instance with the Delphix Telemetry service and retrieve the dynamic AWS bucket URL and signature for export upload. -
s3-us-west-2.amazonaws.com: Validates connectivity to the AWS S3 bucket for uploads. -
081755927184-us-west-2-prod-telemetry.s3.amazonaws.com: The AWS S3 bucket where the telemetry export is uploaded. -
aws.amazon.com/s3/: The observed redirect destination AWS uses after the initial telemetry connection.
All communication occurs over HTTPS, port 443.
Configuring DCT to use your proxy
If your DCT instance can only reach the internet through a corporate proxy server, you can configure DCT itself to route its outbound Telemetry and registration traffic through that proxy. This setting applies to the online registration and automatic telemetry upload process. This is separate from the firewall allowlist above: the allowlist opens the path on your network, while this setting tells DCT which proxy to use to reach it.
-
Navigate to Admin > Telemetry.
-
Click Edit next to the Proxy Settings section, then select Enable.
-
Enter the Host and Port of your proxy server.
-
If your proxy requires authentication, enter a Username and Password. DCT sends these credentials using HTTP Basic authentication.
-
Click Save.
If you use the offline registration model, exports are generated and uploaded manually, and this proxy setting does not apply.
FAQs
I filled out the form for a Delphix account, but did not receive any follow-up emails. Where is it?
-
Once you request an account, it can take up to two (2) business days to receive a follow-up email containing next steps. If you do not see this email, please check your spam filters or IT email rules for emails from “noreply@apps.delphix.com”.
-
If you still have not received the email, please contact your Delphix Account Team.
Why am I being redirected to Delphix Compliance Services when I sign up for Delphix Telemetry?
-
Delphix Telemetry is hosted on Delphix Compliance Services (DCS), so account creation and access management for Delphix Telemetry are handled through DCS. You only need to complete the sign-up through this DCS service and, if using the offline model, optionally create an API Token. If you use the online model, it’s very possible you never need to touch this surface again.
I need to reset my Delphix account password. How do I do that?
-
Go to apps.delphix.com and use the Forgot your password? option.
-
If you use the online model, resetting your password means DCT’s stored credentials are no longer valid — you will need to repeat the online registration steps above to re-register.
-
If you use the offline model, no action is needed — offline registration relies on a previously issued API Token, not your live account credentials, so a password reset does not require re-registration.
How does Delphix use the data gathered by Telemetry? How is it secured?
-
Telemetry bundles contain metadata critical to analyzing product use, improving functionality, and enhancing security. Please review the documentation for specifics on data collected and its usage in analytics at Delphix Telemetry: Data and usage.
-
Delphix remains committed to transparency regarding data privacy and security.