Settings

This section walks you through the most essential Axiom settings.

Authentication

The authentication protocol uses the authorization token which allows third party services obtain limited access to your Axiom instances. It lets you configure a OAuth2 authentication when your provide your Client ID and Client Secret from your provider for multiple use case support.

To add OAuth2 Provider visit Settings > Authentication

Auth overview

Token

Obtain a token in the Axiom UI

You can generate an API token and personal token manually in your Axiom user settings.

The API token is to used to send, and query data to one or more datasets. API tokens do not allow control of your organization, they are only used to ingest and query events, while the Personal token is used to access the Axiom API programmatically for custom integrations or for tools such as the Axiom CLI.


API Token

To generate an API Token

  1. Under settings, select API Tokens
  2. Select Add API Token
  3. Enter a Name and Description
  4. Select what permissions you want to grant your API Token.
  • You can choose Ingest, Query, or Ingest and Query
  1. Select your dataset access. You can Allow access to any dataset or You can allow access to specific datasets only
  2. Copy the generated token to your clipboard. Once you navigate from the page, token can be seen again by selecting API Tokens.

API Token

  • API token is to used to send, and query data to one or more datasets. API tokens do not control of your organization.

  • For security reasons it is advised to use an API Token with minimal privileges only.


Personal Token

To generate a Personal Token

  1. Under settings, select profile
  2. Select Add personal Token
  3. Enter a Name and Description and select ADD
  4. Copy the generated token to your clipboard. Once you navigate from the page, token can be seen again by selecting Personal token

Personal Token

  • Personal token grants access to all resources available to the user also use the personal token to access Axiom API programmatically for custom integrations or for tools such as the Axiom CLI.
  • You need the AXIOM_ORG_ID when using a personal token for Axiom Cloud.

API

The best way to get started with our API is to use Go-Axiom to send events directly to Axiom.

Billing

Manage your project billing, view your current plan, and explore the total usage of each component during your current billing period up to the last hour.

Billing

Dataset

Manage datasets for your organization, including creating new datasets or deleting existing datasets.

Datasets are a collection of similar events. When data is sent to Axiom it is stored in a dataset.

Dataset names must be between 1-128 characters, and may only contain ASCII alphanumeric characters and the '-' character.

To create a dataset, enter the name and description of your dataset.

Auth overview

Integrations

Gain complete visibility into any platform, and get alerts on your errors to stay ahead of issues.

By properly monitoring your integrations with Axiom, you can spot slowdowns, hiccups, bad requests, errored requests, and function cache performance and know which actions to take to correct these issues before there are user-facing consequences.

Check out supported integrations

Integrations overview

Endpoints

Endpoints allow you to easily integrate Axiom into your existing data flow using tools and libraries that you already know. With Endpoints, you can build and configure your existing tooling to send data to Axiom so you can start monitoring your logs immediately.

Learn more about configuring endpoints

Endpoints

Profile

View your contact details, edit your timezone, and create your personal token from your organization profile.

Profile

Status

You can see the license and instance configuration for your organization by selecting Status this lets you know:

  • How much data you can ingest.
  • How long can you use your Instance.
  • Maximum Datasets you can have.
  • Maximum number of Users.
  • Maximum number of Teams.
  • Maximum Query Window.

Auth overview

Manage Teams

You can view, create, and manage teams. Team members added can also manage access to datasets.

If you’re a team Owner, you can add new team members to the team by selecting the Add button at the upper right corner on the Axiom UI.

  • Enter the name of the user you want to add as a member.

  • Search for the team member you want to add to your Team.

Only users with the roles User or Read Only can be added as team members. Once a user is added to one or more teams, they can only see the datasets that are visible to those teams.

  • Teams conditions don't apply to Admins and Owners as they don't have the User or Read Only roles.

Auth overview

User Settings

After signing up, you can control the access to your Axiom deployments by managing the user's list. Settings > Users.

Team owners can add a user's name, email, and also assign a specific role.

Settings > Users > Add user > Assign roles.

  • Members in your organization can be attached the Admin, User and Read Only User role.

Auth overview

Was this page helpful?