Skip to main content
The Datadog Agent can forward logs to Bronto in addition to Datadog using the additional_endpoints configuration. This page covers configuration only. For installation instructions, see the Datadog Agent documentation.

Endpoint and authentication

Use the ingestion endpoint for your Bronto region:
RegionHost
EUingestion.eu.bronto.io
USingestion.us.bronto.io
Set api_key to your Bronto API key.

Configuration

Edit ~/.datadog-agent/datadog.yaml to add Bronto as an additional log endpoint:
datadog.yaml
logs_config:
  additional_endpoints:
    - api_key: "<YOUR_API_KEY>"
      host: "ingestion.<REGION>.bronto.io"
      port: 443
      is_reliable: true
By default, the dataset and collection where logs are sent are derived from the service and source tags reported by the Datadog Agent. These can be overridden with the br_dataset and br_collection log attributes if required.
For the full additional_endpoints configuration reference, see the Datadog Agent log forwarding documentation.

Verify Log Collection

Once you have applied your configuration and restarted the Datadog Agent, you can expect to see your log data being ingested to Bronto and accessible via the Search page.