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.
Installation
Install and update using Homebrew
Install using go get
Install from source
Run the Loki-Proxy Docker
Configuration
Specify the environmental variables for your Axiom deployment:Replace
AXIOM_DOMAIN
with api.axiom.co
if your organization uses the US region, and with api.eu.axiom.co
if your organization uses the EU region. For more information, see Regions.Replace API_TOKEN
with the Axiom API token you have generated. For added security, store the API token in an environment variable.Run and test
Using Docker
Replace
API_TOKEN
with the Axiom API token you have generated. For added security, store the API token in an environment variable.