INPUT_OBJECT
EventInput
link GraphQL Schema definition
- input EventInput {
- # Optionally aggregate logs using the specified function and field.
- LogAggregation :
- # Optionally specify fields to be returned in event
- String] : [
- # Optionally specify group by fields
- String] : [
- # Optionally specify time interval of each bucket
- Long :
- # Namespace from which events needs to be returned
- String! :
- # Query logs by selecting fields via logical operators
- QueryFilter! :
- # Events search window
- QueryTimeRangeFilter! :
- # Optionally specify sort order
- QuerySortOrder :
- }