Agent Setup

The Datadog agent can be configured to forward data to Bronto in addition to Datadog.

~/.datadog-agent/datadog.yaml
logs_config:
  use_http: true
  additional_endpoints:
  - api_key: "YOUR-API-KEY"
    host: "ingestion.<REGION>.bronto.io"
    port: 443
ParameterValueRequirementDescription
use_httptrueRequiredSpecifies the transport protocol to transfer log data, only http is supported
inputsapi_keyRequiredYour Bronto API key
hostingestion.<REGION>.bronto.ioRequiredThe Bronto endpoint responsible for ingesting log data. Supported regions are EU & US
port443RequiredThe Bronto endpoint port responsible for ingesting log data.

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.