CloudWatch Link Generator

A fully qualified CloudWatch Log Group name or a supported alias (all platform cluster services have an alias that matches the service name)

Time Filter

Please use one of the following time filtering options

The "absolute" and "event" time fields accept the following formats:

  • unix time (seconds since epoch)
  • unix ms (milliseconds since epoch)
  • ISO 8601
  • Sentry Format (e.g. Jan 17, 2023 21:32:02 UTC)
  • Metabase Format (e.g. February 2, 2023, 4:03) (assumed to be UTC)

The "relative" time and "event window duration" fields accept a relative time unit (e.g. 10m) with the following tokens:

  • S: milliseconds
  • s: seconds
  • m: minutes
  • h: hours
  • d: days
  • w: weeks
  • M: months
  • y: years

Start of the window

Time relative to now

Time at which the event occurred. The start and end times for the filter will be calculated by subtracting and adding the event_window_duration, respectively.

A relative time unit that specifies how much time should be added to and subtracted from `event_time` to get start and end times. Defaults to 10 minutes if not specified.