Live Workshop: Integrate Google SecOps with Bindplane - Join Us on February 26th at 11 AM ET!Sign Up Now

Axiom

Description

This destination can be used to send logs and traces (metrics coming soon) to an Axiom account.

Supported Types

LogsMetricsTracesBindplane Collector
v1.41.0+

Prerequisites

An Axiom account, a bearer token, and a dataset.

Configuration

FieldDescription
Bearer TokenA token with write-access to your Axiom account. You can learn more here.
DatasetA unique dataset that you wish to send the data into. You can learn more here.

This destination supports the following retry and queuing settings:

Sending QueuePersistent QueueRetry on Failure

Example Configuration

This example configuration will forward metrics, traces, and logs to the account associated with the specified bearer token and dataset.

Web Interface

observIQ docs - Axiom Destination - image 1
observIQ docs - Axiom Destination - image 2

Standalone Destination

yaml
1apiVersion: bindplane.observiq.com/v1
2kind: Destination
3metadata:
4  id: axiom
5  name: axiom
6spec:
7  type: axiom
8  parameters:
9    - name: telemetry_types
10      value: ['Logs', 'Traces']
11    - name: bearer_token
12      value: 'some_bearer_token'
13    - name: dataset
14      value: 'bindplane'
15    - name: protocol
16      value: 'grpc'
17    - name: compression
18      value: 'gzip'
19    - name: retry_on_failure_enabled
20      value: true
21    - name: sending_queue_enabled
22      value: true
23    - name: persistent_queue_enabled
24      value: true