Type operation log-histogram

Must be executed asynchronously

Query CloudWatch to get a histogram of log record counts over time

Applies to: AuditEvent

In parameters

Name Cardinality Type Documentation
end 1..1 Instant

End date of the log records

filter 0..1 String

Optional filter for the log entries, using the CloudWatch log insight filter syntax (without the 'filter' keyword)

source 0..1 Code

Which log source to use (one of WebServer|LambdaMap|LambdaIndex|LambdaQueueAgent). Defaults to WebServer

start 1..1 Instant

Start date of the log records

Out parameters

Name Cardinality Type Documentation
b 0..*

Returned histogram bucket

t 1..1 Instant

Bucket start date and time

n 1..1 Integer

Number of log records in the bucket

bin-minutes 1..1 PositiveInt

The size of each histogram bucket in minutes