Axiom Go and the Adapters automatically pick up their configuration from the
environment, if not otherwise specified. To learn more about configuration,
check the Documentation.
To quickstart, export the environment variables below.
When using Axiom Cloud
AXIOM_TOKEN: API or Personal Access token. Can be created under
Settings > API Tokens or Profile. For security reasons it is advised to
use an API token with minimal privileges only.
AXIOM_ORG_ID: Organization identifier of the organization to use on Axiom
Cloud (when using a personal access token).
AXIOM_DATASET: Dataset to use. Must exist prior to using it.
When using Axiom Selfhost
AXIOM_URL: URL of the Axiom deployment to use.
AXIOM_TOKEN: API or Personal Access token. Can be created under
Settings > API Tokens or Profile. For security reasons it is advised to
use an API token with minimal privileges only.
AXIOM_DATASET: Dataset to use. Must exist prior to using it.
Package usage
apl: How to query a dataset using the Kusto-like Axiom
Processing Language (APL).
ingestfile: How to ingest the contents of a file into
Axiom and compress them on the fly.
query: How to query a dataset using the datatypes provided by
Axiom Go.
Adapter usage
apex: How to ship logs to Axiom using the popular
Apex logging package.
logrus: How to ship logs to Axiom using the popular
Logrus logging package.
zap: How to ship logs to Axiom using the popular
Zap logging package.