OBJECT

LogPattern

Represents a pattern in logs

link GraphQL Schema definition

  • type LogPattern {
  • # Statistics for the base log pattern
  • base: LogPatternStats
  • # Statistics for the current log pattern
  • current: LogPatternStats!
  • # Log pattern string
  • logPattern: String
  • # Template for the log pattern
  • patternTemplate: LogPatternTemplate
  • # Information about the log task, including the executed query, query tracker ID,
  • # and log query execution statistics
  • taskInfo: LogTaskInfo
  • # Trend percentage of the log pattern
  • trend: Float
  • }