1. Explore sample data
- Go to the Axiom Playground.
- Click the Datasets tab at the top of the page.
- In the list of datasets, click
sample-http-logs
.
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.
Run in Playground
2. Display stream of incoming data
- Click the Stream tab at the top of the page.
- Click sample-http-logs in the list.
3. Analyze data
Query data
- Click the Query tab at 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.
- In the Dataset section, select sample-http-logs from the list of datasets.
- In the Where section, click +.
- Write status == “500”, and then press Enter.
- Click Run.
Run an APL query
- Click the Query tab at 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.
- In the text field, enter the following:
- Click Run.
4. Visualize data
- Click the Dashboards tab at the top of the page.
- Click HTTP logs in the list.