Time Units Bin in Stats Log Insights

1

Hi 👋🏽

in CloudWatch Logs Insights I can aggregate my data and bin it. For example:

fields @timestamp, fullName, @message, @logStream, @log, repository
| filter correlationIds.httpMethod = "POST" and repository.full_name like "code"
| stats count(*) as CountCodeRepos by bin (1d) as DailyAdds

Is there a complete list of all time units that are supported by bin()? I can't find it online.

Thanks!

profile picture
質問済み 2ヶ月前302ビュー
回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン