LoginSignup
0
0

More than 3 years have passed since last update.

Amazon AWS CloudWatch Logs Insights で 指定したキーワードにヒットしたログを1分単位でグループ化して抽出する

Posted at

自分用

fields @timestamp, @message
| filter Records.0.cf.request.body.data = "★キーワード★"
| stats count(*) as polling_count by datefloor(@timestamp, 1m) as ts
| sort ts asc
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0