This page explains how to try out Axiom without registration with the Axiom Playground. It walks you through an example where you run a website and you want to keep an overview of the HTTP requests to this site with Axiom.
sample-http-logs
.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.
You see the data that Axiom receives realtime. In this example, this page displays the HTTP requests to your imaginary website.
You see all the HTTP requests with the status 500. This is important to know because this status indicates an internal server error, meaning that the server has encountered a situation that it can’t handle.
You see the number of HTTP requests of each status over time.
You see a dashboard that displays important information about the HTTP requests to the website.
To try out Axiom with sample data, see Quickstart using sample data.
To check out Axiom with a sample app, see Get started with example app.