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
posta 2 mesi fa302 visualizzazioni
Nessuna risposta

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande