Skip to main content

🔎 Query

Once you have some data ingested into Dassana's security data lake, you can start writing some SLQ to query the data. SLQ is similar to SQL, with some added sauce, so no need to learn yet another query language! 😅

Example
select * from aws_cloudtrail

The schema aws_cloudtrail is simply the source id set under Sources.

You can learn more about SLQ here.

More sample queries are available here.