Indexing the Query Stats Data

A summary of detailed query statistics collection and object group considerations.

After query statistics are configured, the ChaosSearch service writes detailed statistics to the specified bucket every minute for any query that was executed during that period. The object group created for indexing and querying the statistics data could use static indexing for consumption on demand, or could use live indexing where notifications of new writes are sent to a dedicated SQS queue. See Live Indexing - Amazon SQS for more information.

📘

Note:

Use the following settings when you create the object group for the query stats files:

  • Regex Filter: .*
  • Format: JSON
  • Compression: GZIP
  • Array Flatten Depth: None