From 6ab1fe0fc377f30c5d60800ff759cbe69b70516d Mon Sep 17 00:00:00 2001 From: Mano Toth Date: Thu, 13 Mar 2025 12:23:52 +0100 Subject: [PATCH 1/9] Add Axiom tour experiement --- docs.json | 1 + getting-started-guide/tour.mdx | 7 +++++++ introduction.mdx | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 getting-started-guide/tour.mdx diff --git a/docs.json b/docs.json index 48a910c1..e5632942 100644 --- a/docs.json +++ b/docs.json @@ -19,6 +19,7 @@ "pages": [ "introduction", "getting-started-guide/getting-started", + "getting-started-guide/tour", { "group": "Learn about Axiom", "icon": "book-font", diff --git a/getting-started-guide/tour.mdx b/getting-started-guide/tour.mdx new file mode 100644 index 00000000..fb7f48fb --- /dev/null +++ b/getting-started-guide/tour.mdx @@ -0,0 +1,7 @@ +--- +title: "Axiom Tour" +description: "Interactive demonstration of Axiom and its features" +mode: "custom" +--- + + \ No newline at end of file diff --git a/introduction.mdx b/introduction.mdx index fbe60fd2..a2e98797 100644 --- a/introduction.mdx +++ b/introduction.mdx @@ -14,12 +14,16 @@ tags: ] --- + + Axiom user interface To dive right in, read the [Get started guide](/getting-started-guide/getting-started). +For an interactive demonstration of Axiom and its features, head to the . + 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. From 909b6058ed2307a7766ac6a99beffa67a4722857 Mon Sep 17 00:00:00 2001 From: Mano Toth Date: Thu, 13 Mar 2025 12:31:51 +0100 Subject: [PATCH 2/9] Update tour.mdx --- getting-started-guide/tour.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/getting-started-guide/tour.mdx b/getting-started-guide/tour.mdx index fb7f48fb..81212f73 100644 --- a/getting-started-guide/tour.mdx +++ b/getting-started-guide/tour.mdx @@ -2,6 +2,7 @@ title: "Axiom Tour" description: "Interactive demonstration of Axiom and its features" mode: "custom" +icon: plane-departure --- \ No newline at end of file From d4ead1674ff4ca22ce2518280ca66d9a1247be5c Mon Sep 17 00:00:00 2001 From: Mano Toth Date: Thu, 13 Mar 2025 12:34:16 +0100 Subject: [PATCH 3/9] Try another code --- introduction.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/introduction.mdx b/introduction.mdx index a2e98797..fb057264 100644 --- a/introduction.mdx +++ b/introduction.mdx @@ -22,7 +22,11 @@ tags: To dive right in, read the [Get started guide](/getting-started-guide/getting-started). -For an interactive demonstration of Axiom and its features, head to the . +For an interactive demonstration of Axiom and its features, head to the. + + 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. From fb6ae65b7cae718bebb0ba7f0add0075f2518f22 Mon Sep 17 00:00:00 2001 From: Mano Toth Date: Thu, 13 Mar 2025 12:38:19 +0100 Subject: [PATCH 4/9] Update introduction.mdx --- introduction.mdx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/introduction.mdx b/introduction.mdx index fb057264..d22fb22a 100644 --- a/introduction.mdx +++ b/introduction.mdx @@ -22,11 +22,7 @@ tags: To dive right in, read the [Get started guide](/getting-started-guide/getting-started). -For an interactive demonstration of Axiom and its features, head to the. - - +For an interactive demonstration of Axiom and its features, head to the . 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. From 479e66e5c574e64b903c64969a6b72dd56fcf817 Mon Sep 17 00:00:00 2001 From: Mano Toth Date: Thu, 13 Mar 2025 12:52:07 +0100 Subject: [PATCH 5/9] Update introduction.mdx --- introduction.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/introduction.mdx b/introduction.mdx index d22fb22a..887e5f4c 100644 --- a/introduction.mdx +++ b/introduction.mdx @@ -22,7 +22,11 @@ tags: To dive right in, read the [Get started guide](/getting-started-guide/getting-started). -For an interactive demonstration of Axiom and its features, head to the . +For an interactive demonstration of Axiom and its features, head to the + + 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. From c1c45beda92fa35d46ac93fe7b6827ca40b4c04b Mon Sep 17 00:00:00 2001 From: Mano Toth Date: Thu, 13 Mar 2025 13:16:19 +0100 Subject: [PATCH 6/9] Update introduction.mdx --- introduction.mdx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/introduction.mdx b/introduction.mdx index 887e5f4c..51cb343a 100644 --- a/introduction.mdx +++ b/introduction.mdx @@ -22,11 +22,7 @@ tags: To dive right in, read the [Get started guide](/getting-started-guide/getting-started). -For an interactive demonstration of Axiom and its features, head to the - - +For an interactive demonstration of Axiom and its features, head to the . 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. From fc3ad5df165da3a8e18ad06e2d8fad3a7caa9581 Mon Sep 17 00:00:00 2001 From: Mano Toth Date: Thu, 13 Mar 2025 13:26:46 +0100 Subject: [PATCH 7/9] Add separate tab --- docs.json | 6 ++++++ getting-started-guide/axiom-tour.mdx | 7 +++++++ introduction.mdx | 4 +--- 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 getting-started-guide/axiom-tour.mdx diff --git a/docs.json b/docs.json index e5632942..e242a3e9 100644 --- a/docs.json +++ b/docs.json @@ -521,6 +521,12 @@ ] } ] + }, + { + "tab": "Axiom Tour", + "pages": [ + "getting-started-guide/axiom-tour" + ] } ], "global": { diff --git a/getting-started-guide/axiom-tour.mdx b/getting-started-guide/axiom-tour.mdx new file mode 100644 index 00000000..fb7f48fb --- /dev/null +++ b/getting-started-guide/axiom-tour.mdx @@ -0,0 +1,7 @@ +--- +title: "Axiom Tour" +description: "Interactive demonstration of Axiom and its features" +mode: "custom" +--- + + \ No newline at end of file diff --git a/introduction.mdx b/introduction.mdx index 51cb343a..ef83ef01 100644 --- a/introduction.mdx +++ b/introduction.mdx @@ -14,15 +14,13 @@ tags: ] --- - - Axiom user interface To dive right in, read the [Get started guide](/getting-started-guide/getting-started). -For an interactive demonstration of Axiom and its features, head to the . +For an interactive demonstration of Axiom and its features, head to the [Axiom Tour](/getting-started-guide/axiom-tour). 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. From aae02429cc5b0881ff6791ee1c3547080f55f236 Mon Sep 17 00:00:00 2001 From: Mano Toth Date: Mon, 17 Mar 2025 11:12:44 +0100 Subject: [PATCH 8/9] Add as external link --- docs.json | 8 +------- getting-started-guide/axiom-tour.mdx | 7 ++++--- getting-started-guide/tour.mdx | 8 -------- introduction.mdx | 2 +- 4 files changed, 6 insertions(+), 19 deletions(-) delete mode 100644 getting-started-guide/tour.mdx diff --git a/docs.json b/docs.json index e242a3e9..da7d028e 100644 --- a/docs.json +++ b/docs.json @@ -19,7 +19,7 @@ "pages": [ "introduction", "getting-started-guide/getting-started", - "getting-started-guide/tour", + "getting-started-guide/axiom-tour", { "group": "Learn about Axiom", "icon": "book-font", @@ -521,12 +521,6 @@ ] } ] - }, - { - "tab": "Axiom Tour", - "pages": [ - "getting-started-guide/axiom-tour" - ] } ], "global": { diff --git a/getting-started-guide/axiom-tour.mdx b/getting-started-guide/axiom-tour.mdx index fb7f48fb..7ec6a2ce 100644 --- a/getting-started-guide/axiom-tour.mdx +++ b/getting-started-guide/axiom-tour.mdx @@ -1,7 +1,8 @@ --- -title: "Axiom Tour" +title: "Axiom tour" description: "Interactive demonstration of Axiom and its features" -mode: "custom" +icon: plane-departure +url: "https://axiom.navattic.com/d8e0yrj" --- - \ No newline at end of file +[Click here](https://axiom.navattic.com/d8e0yrj) to start the interactive demo in a new tab. \ No newline at end of file diff --git a/getting-started-guide/tour.mdx b/getting-started-guide/tour.mdx deleted file mode 100644 index 81212f73..00000000 --- a/getting-started-guide/tour.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Axiom Tour" -description: "Interactive demonstration of Axiom and its features" -mode: "custom" -icon: plane-departure ---- - - \ No newline at end of file diff --git a/introduction.mdx b/introduction.mdx index ef83ef01..b4b37058 100644 --- a/introduction.mdx +++ b/introduction.mdx @@ -20,7 +20,7 @@ tags: To dive right in, read the [Get started guide](/getting-started-guide/getting-started). -For an interactive demonstration of Axiom and its features, head to the [Axiom Tour](/getting-started-guide/axiom-tour). +For an interactive demonstration of Axiom and its features, head to the [Axiom tour](https://axiom.navattic.com/d8e0yrj). 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. From 287bd4cd94fb5ef9b1147f378669244fb18e9efc Mon Sep 17 00:00:00 2001 From: Mano Toth Date: Mon, 17 Mar 2025 11:28:35 +0100 Subject: [PATCH 9/9] Make get started tiles horizontal --- getting-started-guide/getting-started.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/getting-started-guide/getting-started.mdx b/getting-started-guide/getting-started.mdx index 3c876e55..bf886b93 100644 --- a/getting-started-guide/getting-started.mdx +++ b/getting-started-guide/getting-started.mdx @@ -37,7 +37,7 @@ The underlying data store of Axiom is a time series database. This means every e Axiom doesn’t sample your data on ingest or querying, unless you’ve expressly instructed it to. - + ## 2. Stream your data @@ -47,7 +47,7 @@ From the Stream tab, you can easily add filters to narrow down the results as we 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. - + ## 3. Analyze your data @@ -58,7 +58,7 @@ In Axiom, an individual piece of data is an event, and a dataset is a collection - Gain insights about the underlying data using quick charts. - Add virtual fields. - + ## 4. Explore your data @@ -69,7 +69,7 @@ The Query tab gives you various tools to extract insights from your data: - Filter events. - Segment data with `group-by`. - + ## 5. Monitor for problems @@ -79,13 +79,13 @@ Get alerted when there are problems with your data. For example: - Web containers take too long to respond. - A specific customer starts using a new feature. - + ## 6. Integrate with data shippers 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. - + ## 7. Customize your organization @@ -96,4 +96,4 @@ As your use of Axiom widens, customize it for your organization’s needs. For e - Set up role-based access control. - Create and manage API tokens. - +