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
Unkey
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
Understand data/Splunk

Set up the Axiom Portal for Splunk in standard mode

Learn how to register the Axiom Portal for Splunk as a federated provider in standard mode and map Axiom datasets as federated indexes.

In standard mode, each Axiom dataset you expose is mapped to a Splunk federated index, and users search it as index=federated:<name>. Standard mode is explicit, simple to reason about, and the recommended starting point. For how the modes differ, see How the Portal works.

Info

If you use Splunk Enterprise Security, set up transparent mode instead. Splunk doesn’t support federated search in standard mode with Enterprise Security.

Prerequisites

  • Create an advanced API token in Axiom with query permissions on the datasets you want to expose. The token needs no other permissions.
  • Determine your Axiom organization ID.
  • A Splunk Enterprise 9.0 or later search head, or Splunk Cloud Platform on the Victoria Experience, and a Splunk role with permissions to manage federated search. The search head must be able to reach splunk.portal.axiom.co on port 443 over HTTPS. If your Splunk Cloud environment restricts outbound traffic, allow egress to this host and port first.
Info

The dataset scope of the token defines what Splunk can see. Splunk users can only search datasets the token can query, and revoking the token removes access immediately.

Register the Portal as a federated provider

In Splunk Web, go to Settings, and then select Federated search.

Click Add federated provider and fill in the fields:

  • For the provider mode, select Standard.
  • Enter a provider name, for example axiom.
  • For the remote host, enter splunk.portal.axiom.co:443.
  • For the service account username, enter your Axiom organization ID.
  • For the service account password, enter your Axiom API token.

Click Test connection, and then save the provider.

Warning

The service account password is the token value itself, the string starting with xaat-, not the token’s name in the Axiom UI. A mistyped or expired token can still pass Test connection, because the connection test verifies the protocol handshake without running a query. The verification search below is the real credential check.

Map datasets as federated indexes

Create one federated index for each Axiom dataset you want to expose:

In Splunk Web, go to Settings, select Federated search, and then click Add federated index.

Fill in the fields:

  • Enter a federated index name, for example http-logs. This becomes the name users search: index=federated:http-logs.
  • Select the federated provider you created.
  • For the remote dataset, enter the Axiom dataset name. Datasets the token can query are listed for autocomplete.

Repeat for each dataset. When you add datasets in Axiom later, map them the same way.

Verify the setup

Run a search that queries Axiom:

SPL
index=federated:http-logs | stats count

An exact event count confirms that authentication, dataset mapping, and query pushdown all work. Then try a raw event search:

SPL
index=federated:http-logs | head 20

If either search shows an error banner, see Monitor and troubleshoot.

What’s next

  • SPL command support
  • Examples
  • Want your Splunk lookups and data models to work against Axiom data? Set up transparent mode.
Was this page helpful?
Suggest edits on GitHub
PreviousHow the Axiom Portal for Splunk worksNextSet up the Axiom Portal for Splunk in transparent mode
On this page
PrerequisitesRegister the Portal as a federated providerMap datasets as federated indexesVerify the setupWhat’s next