> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aviatrix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure Telemetry Export Profiles

> Create and manage Telemetry Export Profiles to forward Aviatrix telemetry from the Universal OTEL Export pipeline to your external SIEM, observability, or archival systems.

## Overview

Telemetry Export Profiles let you send Aviatrix telemetry to your own
external SIEM, observability, or archival systems. Instead of building a
separate integration for each telemetry type, you configure one or more
**Telemetry Export Profiles**, and each profile controls what telemetry it
forwards, the connection it uses, and where it is sent.

Each profile can forward the following telemetry source types:

* Distributed Cloud Firewall (DCF) security logs
* Gateway infrastructure metrics

Each profile forwards telemetry using one of the following connection types:

* **OTLP over gRPC**, optionally with server TLS
* **OTLP over HTTP**, optionally with TLS

<Note>
  Syslog is not a supported export protocol for Telemetry Export Profiles in
  this release.
</Note>

A Controller supports a maximum of **10 Telemetry Export Profiles**. For the
complete field-level breakdown of each connection type's configuration
options, see Telemetry Export Profile Reference.

## Prerequisites

* Aviatrix Controller running version 10.1 or later.
* CoPilot running version 4.35 or later, deployed and connected to the
  Controller.
* Administrator access to CoPilot.
* Network connectivity from Aviatrix Gateways to the destination endpoint
  (firewall rules and security groups permitting outbound traffic on the
  destination port).
* The destination endpoint (SIEM, observability platform, data lake, or
  compliance archive) ready to receive OTLP/gRPC or OTLP/HTTP traffic,
  including any required TLS certificates or authentication credentials.
* Fewer than 10 Telemetry Export Profiles already configured on the
  Controller.

## Create a Telemetry Export Profile

<Frame>
  <img src="https://mintcdn.com/aviatrix-14b37c43/4Mpqbk9Ymohi3r60/images/monitoring/otel-export-profiles-1.png?fit=max&auto=format&n=4Mpqbk9Ymohi3r60&q=85&s=ecd529a5632481e087f1c0af4594c865" alt="Telemetry Export tab on the Settings > Configuration page, listing configured profiles" data-og-width="5120" width="5120" data-og-height="2880" height="2880" data-path="images/monitoring/otel-export-profiles-1.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/aviatrix-14b37c43/4Mpqbk9Ymohi3r60/images/monitoring/otel-export-profiles-1.png?w=280&fit=max&auto=format&n=4Mpqbk9Ymohi3r60&q=85&s=7e7612a447afb8afe683911db48b7bad 280w, https://mintcdn.com/aviatrix-14b37c43/4Mpqbk9Ymohi3r60/images/monitoring/otel-export-profiles-1.png?w=560&fit=max&auto=format&n=4Mpqbk9Ymohi3r60&q=85&s=d68ebcdb59b5ec5e3170cd55b9198526 560w, https://mintcdn.com/aviatrix-14b37c43/4Mpqbk9Ymohi3r60/images/monitoring/otel-export-profiles-1.png?w=840&fit=max&auto=format&n=4Mpqbk9Ymohi3r60&q=85&s=3c4d0866042a6d8bb6fee794245a486e 840w, https://mintcdn.com/aviatrix-14b37c43/4Mpqbk9Ymohi3r60/images/monitoring/otel-export-profiles-1.png?w=1100&fit=max&auto=format&n=4Mpqbk9Ymohi3r60&q=85&s=47e0579c645257931bda7c7a32730545 1100w, https://mintcdn.com/aviatrix-14b37c43/4Mpqbk9Ymohi3r60/images/monitoring/otel-export-profiles-1.png?w=1650&fit=max&auto=format&n=4Mpqbk9Ymohi3r60&q=85&s=749f365240f18b5c9e40e922ab593fc9 1650w, https://mintcdn.com/aviatrix-14b37c43/4Mpqbk9Ymohi3r60/images/monitoring/otel-export-profiles-1.png?w=2500&fit=max&auto=format&n=4Mpqbk9Ymohi3r60&q=85&s=2dae75a81aeecb4bd61ee6b1a612e75c 2500w" />
</Frame>

<Steps>
  <Step title="Open Telemetry Export">
    In Aviatrix CoPilot, go to **Settings > Configuration > Telemetry Export**.
  </Step>

  <Step title="Start a new profile">
    Click **+ Profile**.

    <Note>
      A Controller allows a maximum of 10 Telemetry Export Profiles. If you
      have already reached this limit, delete or consolidate an existing
      profile before creating a new one.
    </Note>
  </Step>

  <Step title="Name the profile and select data sources">
    Enter a descriptive display name. Use a name that identifies the
    destination system and purpose, for example `splunk-dcf-security`.

    Select one or more data source cards for the telemetry this profile
    forwards:

    * **DCF Logs**
    * **Gateway Metrics**

    <Note>
      Data sources cannot be changed after the profile is created. To
      forward a different set of sources, create a new profile.
    </Note>
  </Step>

  <Step title="Select the gateway scope">
    Choose which gateways this profile applies to:

    * **All Gateways**
    * **Gateways by Name** — select specific gateways from an autocomplete
      list (shows VPC/VNet name and region).
    * **Gateway by Conditions** — match gateways dynamically, for example by
      region or by a gateway name pattern.
  </Step>

  <Step title="Set the forwarding status">
    Leave **Forwarding Status** set to **On** so the profile forwards
    telemetry once saved, or turn it **Off** to save the profile without
    activating it.
  </Step>

  <Step title="Select the connection method">
    On the **Connection** step, select one of the following methods:

    | Method               | Typical use                                                                               |
    | -------------------- | ----------------------------------------------------------------------------------------- |
    | gRPC with Server TLS | The gateway verifies the collector's identity. Default method for an OTLP/gRPC collector. |
    | gRPC with Mutual TLS | Both sides verify each other's certificates. Use when your collector requires mTLS.       |
    | HTTP with TLS        | The gateway verifies the collector's identity, delivered over OTLP/HTTP.                  |

    The fields available in the remaining steps depend on the method you
    select. See Telemetry Export Profile Reference for the full field list
    per method.
  </Step>

  <Step title="Configure the destination endpoint">
    Enter the **OTLP Destination URL** for your external system, as a URL or
    in `host:port` format.

    Optionally select a **CA Certificate** file (PEM format) to validate the
    destination. Leave this blank to use the system CA trust store — a
    custom CA certificate is only required for destinations using a private
    or internal CA.
  </Step>

  <Step title="Configure custom headers (optional)">
    Optionally add one or more **Custom Headers** (for example, an
    `Authorization` header carrying a bearer token, or a vendor-specific API
    key header) to authenticate to the destination. Headers are optional —
    leave this section empty if your destination does not require them.

    <Note>
      Header values added here are not visible again after you save the
      profile. Add all required headers before saving — you cannot view an
      existing header's value later to confirm or copy it.
    </Note>
  </Step>

  <Step title="Save the profile">
    Click **Save**.
  </Step>
</Steps>

## Verify That Export Is Flowing

<Steps>
  <Step title="Check the profile status">
    In **Settings > Configuration > Telemetry Export**, confirm the profile
    shows a **Status** of **Enabled** in the profile table.

    <Note>
      **Status** reflects the profile's **Forwarding Status** toggle
      (Enabled/Disabled), not a live connectivity or health check. Confirm
      actual data delivery at the destination system itself, as described in
      the next step.
    </Note>
  </Step>

  <Step title="Confirm data arrives at the destination">
    In your external system (SIEM, observability platform, data lake, or
    compliance archive), confirm that telemetry from the assigned data
    sources is arriving as expected.
  </Step>

  <Step title="Review for export errors">
    If telemetry does not appear at the destination, use the profile's
    **Edit** action to review the destination, CA certificate, and header
    configuration for mistakes.

    <Note>
      A dedicated per-profile error or connectivity-status indicator may not
      be available. Rely on the destination system's own ingestion logs to
      confirm delivery.
    </Note>
  </Step>
</Steps>

## Related Documentation

* Telemetry Export Profile Reference
* <a href={"/docs/enterprise/" + "10.1" + "/guides/monitoring/aviatrix-logging"}>Controller and Gateway Logging</a>
* <a href={"/docs/enterprise/" + "10.1" + "/reference/monitoring/metrics-monitor"}>Metrics Monitored for Aviatrix Resources</a>
