generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 181
Closed
Labels
PPLPiped processing languagePiped processing languageenhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem?
Currently, we have to specify a field to be used by the span function. E.g. source=my-index | stats count() by span(@timestamp, 1h)
What solution would you like?
For the ease of use, we'd like to make @timestamp a default field when users do not explicitly specify a field. I.e. we are going to support syntax like source=my-index | stats count() by span(1h), which will implicitly leverage @timestamp field.
What alternatives have you considered?
--
Do you have any additional context?
--
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PPLPiped processing languagePiped processing languageenhancementNew feature or requestNew feature or request
Type
Projects
Status
Done