For AI agents: A markdown version of this page is available at https://docs.datadoghq.com/integrations/nebius-cloud.md. A documentation index is available at /llms.txt.

Nebius Cloud

Supported OS Linux Windows Mac OS

Integration version1.0.0

To find out if this integration is available in your organization, see your Datadog Integrations page or ask your organization administrator.

To initiate an exception request to enable this integration for your organization, email support@ddog-gov.com.

Overview

Nebius Cloud is a full-stack AI cloud infrastructure platform for building and scaling AI workloads. The Datadog Nebius Cloud integration collects logs from your Nebius tenant, including:

  • Kubernetes control plane and audit logs
  • Tenant-level audit events
  • Compute serial console logs
  • Cloud apps and AI inference logs
  • PostgreSQL logs
  • MLflow logs

Setup

Prerequisites

  • A Nebius user account with tenant admin access
  • The Nebius CLI that is authorized by your Nebius user account, required to issue a static API key

See the Nebius CLI documentation for installation instructions.

Once installed, authorize the Nebius CLI with your user account.

Installation Instructions

  1. In Datadog, go to Integrations, select the Nebius Cloud tile, and click Install Integration.

  2. In the Nebius console, create a service account:

    1. Go to Administration > IAM > Service accounts.
    2. Enter a name (for example, datadog-integration).
    3. Click Create.
    4. Add the service account to the admin group.
  3. Create an authorized key for the service account:

    1. Open the service account and select the Authorized keys tab.
    2. Click Upload authorized key.
    3. Follow the instructions to generate a key pair and upload the public key PEM file.
  4. Create a static API key through the Nebius CLI:

    nebius iam static-key issue \
      --name datadog-logs \
      --account-service-account-id <SERVICE_ACCOUNT_ID> \
      --service OBSERVABILITY
    

    Replace <SERVICE_ACCOUNT_ID> with the ID of the service account you created. The token field from the command output is your static API key.

  5. Return to the Nebius AI Cloud tile in Datadog, click Add Account, and enter the following credentials:

    • Tenant ID: Found in the Nebius console under Administration > Organization
    • Service Account ID: Value of sa_service_account_id in the credentials JSON file
    • Public Key ID: publickey-* prefixed ID value of your authorized key
    • Private Key: The private.pem file from your authorized key
    • Static API Key: Token value of the nebius iam static-key issue command

Uninstallation

To uninstall this integration, in Datadog, navigate to Integrations > Nebius Cloud and click Uninstall Integration. In the Nebius console, revoke the authorized key and static API key associated with the Datadog service account.

Support

Need help? Contact Datadog Support.