Send data from Splunk to Axiom
Integrate Axiom in your existing Splunk app with minimal effort and without breaking any of your existing Splunk stack.
This page explains how to send data from Splunk 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 ingest data to the dataset you have created.
Configure the endpoint in Axiom
- Click Settings > Endpoints.
- Click New endpoint.
- Click Splunk.
- 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 you send the data.
Configure Splunk
In Splunk, specify the following environment variables:
tokenis your Splunk API token. For information, see the Splunk documentation.urlorhostis the target URL for the endpoint you have generated in Axiom by following the procedure above. For example,https://opbizplsf8klnw.ingress.axiom.co.
Examples
Send logs from Splunk using JavaScript
javascript
Send logs from Splunk using Python
- Your Splunk deployment
portandindexvalues are required in your Python code.
python
Send logs from Splunk using Golang
javascript