Send data from Convex to Axiom

This guide explains how to send data from Convex to Axiom.

Convex lets you manage the backend of your application (database, server, and more) from a centralized cloud interface. Set up a log stream in Convex to send your application's logs to Axiom and make it your single source of truth about events.

Prerequisites

Configure Convex log streams

To send data from Convex to Axiom, set up a Convex log stream using the Convex documentation. During this process, you need the following:

  • The name of the Axiom dataset where you want to send data.
  • The Axiom API token you have generated.
  • Optional: A list of key-value pairs to include in all events your application sends to Axiom.

Was this page helpful?