Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What query language is used by AWS Cloudwatch Logs Insights?

The AWS guides for insight queries aren't very specific but I wondered what query language it may use or at least, most resemble?

This is the example they give when you navigate to Logs Insights:

fields @timestamp, @message | sort @timestamp desc | limit 20

Thanks.

like image 244
Mike Avatar asked Sep 06 '25 03:09

Mike


1 Answers

It's a custom language inspired by SQL

like image 91
Gal Margalit Avatar answered Sep 08 '25 00:09

Gal Margalit