Skip to content

Commit ea25a11

Browse files
committed
Align pages
1 parent bbbe3c3 commit ea25a11

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

getting-started-guide/explore-axiom-playground.mdx

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,26 @@ To try out Axiom with sample data but without integrating it into your system, s
1111

1212
To start integrating Axiom into your system, see [Integrate Axiom into your system](/getting-started-guide/integrate-axiom).
1313

14-
## 1. Display stream of incoming data
14+
## 1. Explore sample data
1515

1616
1. Go to the [Axiom Playground](https://play.axiom.co/).
17+
1. Click the **Datasets** tab on the top of the page.
18+
1. In the list of datasets, click `sample-http-logs`.
19+
20+
This displays the fields in the sample dataset `sample-http-logs`. In Axiom, an individual piece of data is an event, and a dataset is a collection of similar events. In this example, an event is an HTTP request to your website, and the dataset holds incoming data about all these HTTP requests.
21+
22+
## 2. Display stream of incoming data
23+
1724
1. Click the **Stream** tab on the top of the page.
1825
1. Click **sample-http-logs** in the list.
1926

27+
You see the data that Axiom receives realtime. In this example, this page displays the HTTP requests to your imaginary website.
28+
2029
[Run in Playground](https://play.axiom.co/axiom-play-qf1k/stream/sample-http-logs)
2130

22-
You see the data that Axiom receives realtime. In this example, this page displays the HTTP requests to your imaginary website.
31+
## 3. Analyze data
2332

24-
## 2. Query data
33+
### Query data
2534

2635
1. Click the **Query** tab on the top of the page, and then click **Builder** in the top left. This enables you to query your data with a visual query builder.
2736
1. In the **Dataset** section, select **sample-http-logs** from the list of datasets.
@@ -33,7 +42,7 @@ You see all the HTTP requests with the status 500. This is important to know bec
3342

3443
[Run in Playground](https://play.axiom.co/axiom-play-qf1k/query?initForm=%7B%22apl%22%3A%22%5B'sample-http-logs'%5D%20%7C%20where%20status%20%3D%3D%20'500'%22%7D)
3544

36-
## 3. Run an APL query
45+
### Run an APL query
3746

3847
1. Click the **Query** tab on the top of the page, and then click **APL** in the top left. This enables you to query your data with the Axiom Processing Language (APL). For more information, see [Introduction to APL](/apl/introduction).
3948
1. In the text field, enter the following:

getting-started-guide/quickstart-using-sample-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This displays the fields in the sample dataset `sample-http-logs`. In Axiom, an
3030
## 2. Display stream of incoming data
3131

3232
1. Click the **Stream** tab on the top of the page.
33-
2. Click **sample-http-logs** in the list.
33+
1. Click **sample-http-logs** in the list.
3434

3535
You see the data that Axiom receives realtime. In this example, this page displays the HTTP requests to your imaginary website.
3636

0 commit comments

Comments
 (0)