You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started-guide/getting-started.mdx
+7-7
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ The underlying data store of Axiom is a time series database. This means every e
37
37
38
38
Axiom doesn’t sample your data on ingest or querying, unless you’ve expressly instructed it to.
39
39
40
-
<Cardtitle="Send data to Axiom"icon="paper-plane"href="/send-data/ingest"></Card>
40
+
<Cardtitle="Send data to Axiom"icon="paper-plane"href="/send-data/ingest"horizontal></Card>
41
41
42
42
## 2. Stream your data
43
43
@@ -47,7 +47,7 @@ From the Stream tab, you can easily add filters to narrow down the results as we
47
47
48
48
Another useful feature of the Stream tab is to only show events in a particular time-window. This could be the last N minutes or a more-specific time range you specify manually. This feature is extremely useful when you need to closely inspect your data, allowing you to get an chronological view of every event in that time window.
Integrations can be installed and configured using different third-party Data shippers to quickly get insights from your logs and services by setting up a background task that continuously synchronizes events into Axiom.
87
87
88
-
<Cardtitle="Integrate with data shippers"icon="ship"href="/send-data/ingest#data-shippers"></Card>
88
+
<Cardtitle="Integrate with data shippers"icon="ship"href="/send-data/ingest#data-shippers"horizontal></Card>
89
89
90
90
## 7. Customize your organization
91
91
@@ -96,4 +96,4 @@ As your use of Axiom widens, customize it for your organization’s needs. For e
96
96
- Set up role-based access control.
97
97
- Create and manage API tokens.
98
98
99
-
<Cardtitle="Customize your organization"icon="gear"href="/reference/settings"></Card>
99
+
<Cardtitle="Customize your organization"icon="gear"href="/reference/settings"horizontal></Card>
Copy file name to clipboardExpand all lines: introduction.mdx
+2
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ tags:
20
20
21
21
To dive right in, read the [Get started guide](/getting-started-guide/getting-started).
22
22
23
+
For an interactive demonstration of Axiom and its features, head to the [Axiom tour](https://axiom.navattic.com/d8e0yrj).
24
+
23
25
The Axiom documentation enables you to gain a deeper understanding of what Axiom is, how to get it installed, and how best to use it for your organization’s use case. See below for a list of the most common use cases.
0 commit comments