Technologies
Send data from Honeycomb to Axiom
Integrate Axiom in your existing Honeycomb stack with minimal effort and without breaking any of your existing Honeycomb workflows.
This page explains how to send data from Honeycomb to Axiom.
Prerequisites
- Create an Axiom account.
- Create a dataset in Axiom where you send your data.
- Create an API token in Axiom with permissions to update the dataset you have created.
Configure endpoint in Axiom
- Click Settings > Endpoints.
- Click New endpoint.
- Click .
- Name the endpoint.
- Select the dataset where you want to send data.
- Copy the URL displayed for the newly created endpoint. This is the target URL where sends data.
Configure Honeycomb
In Honeycomb, specify the following environment variables:
APIKey
orWriteKey
is your Honeycomb API token. For information, see the Honeycomb documentation.APIHost
is the target URL for the endpoint you have generated in Axiom by following the procedure above. For example,https://opbizplsf8klnw.ingress.axiom.co
.Dataset
is the name of the Axiom dataset where you want to send data.
Examples
Send logs from Honeycomb using JavaScript
Send logs from Honeycomb using Python
Send logs from Honeycomb using Golang
Was this page helpful?