INPUT_OBJECT

EventInput

link GraphQL Schema definition

  • input EventInput {
  • # Optionally aggregate logs using the specified function and field.
  • aggregation: LogAggregation
  • # Optionally specify fields to be returned in event
  • fields: [String]
  • # Optionally specify group by fields
  • groupBy: [String]
  • # Optionally specify time interval of each bucket
  • groupByPeriodMillis: Long
  • # Namespace from which events needs to be returned
  • namespace: String!
  • # Query logs by selecting fields via logical operators
  • queryFilter: QueryFilter!
  • # Events search window
  • queryTime: QueryTimeRangeFilter!
  • # Optionally specify sort order
  • sortOrder: QuerySortOrder
  • }