OBJECT

LogPatternStats

Stats mapped to a selected window for a pattern in logs, including the count of log patterns and the rate at which they occur

link GraphQL Schema definition

  • type LogPatternStats {
  • # Count of log patterns
  • count: Int!
  • # Rate of log patterns, calculated as the number of occurrences per minute within
  • # a specific time window to understand the frequency of a log pattern's appearance
  • rate: Float
  • }