Docs
DocumentationQuery ReferenceAPI Reference
Open Console→→
DocumentationQuery ReferenceAPI Reference

Platform overview

What is Axiom?QuickstartArchitectureFeatures
Fundamentals
Datasets
Edge deployments
Limits
Performance
Optimize usage
Requirements
Semantic conventions
Glossary
Tour
SecurityRoadmap

Send data

Reference architecturesMethods

Understand data

Console
Query
Builder
Editor
Query results
Visualize
Traces
Metrics
Correlations
Save queries
Stream
Dashboard
Create
Elements
Create
Configure
Element types
Gauge
Heatmap
Log stream
Monitor list
Note
Pie chart
Scatter plot
Statistic
Table
Time series
Sections
Configure
Filter
Annotate
Monitor
Overview
View status
Configure
Examples
Monitor types
Anomaly
Match
Threshold
Alerting
Overview
Configure
Notifier types
Custom Webhook
Discord
Email
Microsoft Teams
Opsgenie
PagerDuty
Slack
Manage
Datasets
Overview
Views
Virtual fields
Access
RBAC
Tokens
CLI
Organization
Audit log
Settings
Usage and billing
Profile
Extend
Overview
AWS Lambda
AWS PrivateLink
Cloudflare Workers
Cloudflare Logpush
Convex
Grafana
Hex
Netlify
Supabase
Tailscale
Terraform
Vercel
Intelligence
Overview
Spotlight
AI agents
Overview
MCP Server
Query cost limits
Agent-created orgs
Skills
Overview
Axiom alerting
Build dashboards
Control costs
Query metrics
SRE
Translate SPL to APL
Splunk
Overview
Splunk app
Install and configure
Commands
Examples
Portal
How it works
Set up standard mode
Set up transparent mode
Observability Cloud
SPL command support
Examples
Monitor and troubleshoot

Use cases

ObservabilityProduct analytics
LLM observability
Overview
Use Axiom AI SDK
Manual instrumentation
GenAI attributes
Redaction policies

Miscellaneous

LLMs
Overview
List of docs pages
Full docs
Query reference
FAQs
Legal
Acceptable use policy
Cookies
Data processing
HIPAA
Partner agreement
Partner program guide
Privacy policy
SLA
Terms of service
Terms of use

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 app (database, server, and more) from a centralized cloud interface. Set up a log stream in Convex to send your app’s logs to Axiom and make it your single source of truth about events.

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.
  • Create a Convex account with a Professional plan.
  • Set up your app with Convex. For example, follow one of the quickstart guides in the Convex documentation.

Configure Convex log streams

To send data from Convex to Axiom, set up a Convex log stream:

In your Convex dashboard, configure the Axiom integration. For more information, see the Convex documentation about configuring an integration.

During this process, you need the following:

  • Dataset name: The name of the Axiom dataset where you want to send data.
  • API key: Your Axiom API token.
  • Attributes (optional): A list of key-value pairs to include in all events your app sends to Axiom. Attributes are useful for adding context like project name, environment, or team information to all your logs.

Convex verifies the connection to Axiom and displays a confirmation when the log stream is active.

For more information, see the Convex documentation about log streams.

Benefits of streaming Convex logs to Axiom

The Convex log streaming integration with Axiom provides several key benefits:

  • Complete observability: Monitor all function executions, errors, and performance metrics in one place
  • Historical analysis: Store and analyze logs beyond Convex’s recent logs view
  • Advanced querying: Use APL to create complex queries and aggregations
  • Real-time monitoring: Set up alerts and monitors for proactive issue detection
  • Custom dashboards: Build tailored visualizations for your specific use cases
  • Team collaboration: Share insights and dashboards with your development team

For more information, see Connect Axiom with Convex.

Was this page helpful?
Suggest edits on GitHub
On this page
Configure Convex log streamsBenefits of streaming Convex logs to Axiom