There are currently two exercises available:
1.) Beginner’s exercise
Prerequisites: You don’t need any knowledge about DQL to run this exercise.
This tutorial teaches the basics of DQL, including the most important commands and functions.
The goal of the exercise: Work on a set of ingested log records, extract information from a log line, and aggregate the extracted data for a time-based visualization.
2.) JSON audit logs
Prerequisites: Completion of the Beginner's exercise.
In this example, users have made changes that are tracked with audit logs. The goal is to find the type and quantity of actions performed by the users.
Goal of the exercise: You'll learn how to parse JSON data and aggregate the records based on information within the JSON structure.