4

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.

Mike
  • 91
  • 6

1 Answers1

0

It's a custom language inspired by SQL

Gal Margalit
  • 5,525
  • 6
  • 52
  • 56