generated from amazon-archives/__template_Apache-2.0
-
Couldn't load subscription status.
- Fork 48
Closed
Labels
Lang:PPLPipe Processing Language supportPipe Processing Language supportenhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem?
As a PPL query syntax for easily supporting predefined simple time ranges such as:
earliest week, latest day, latest month, earliest hour.
Supporting for the predefined time units:
- second -
s - minute -
m - hour -
h - day -
d - week -
w - month -
mnt - quarter -
qrt - year -
yr
What solution would you like?
source = logs | where status > 200 AND (earliest=-24h AND latest<@d)
source = logs | where status > 200 AND (earliest=-5d@w1 AND latest=@w6)
source = logs | where status > 200 AND (earliest='2023-11-15:20:00:00' AND latest='2023-11-22:20:00:00')
Metadata
Metadata
Assignees
Labels
Lang:PPLPipe Processing Language supportPipe Processing Language supportenhancementNew feature or requestNew feature or request
Type
Projects
Status
Done