Skip to main content
Loki by Prometheus is a multi-tenant log aggregation system that’s highly scalable and capable of indexing metadata about your logs. Loki exposes an HTTP API for pushing, querying, and tailing Axiom log data. Axiom Loki Proxy provides a gateway for you to connect a direct link interface to Axiom via Loki endpoint. Using the Axiom Loki Proxy, you can ship logs to Axiom via the Loki HTTP API.

Prerequisites

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 the base domain of your edge deployment. For more information, see Edge deployments.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.
For more information on Axiom Loki Proxy and how you can propose bug fix, report issues and submit PRs, see the GitHub repository.