OBJECT
LogPattern
Represents a pattern in logs
link GraphQL Schema definition
- type LogPattern {
- # Statistics for the base log pattern
- LogPatternStats :
- # Statistics for the current log pattern
- LogPatternStats! :
- # Log pattern string
- String :
- # Template for the log pattern
- LogPatternTemplate :
- # Information about the log task, including the executed query, query tracker ID,
- # and log query execution statistics
- LogTaskInfo :
- # Trend percentage of the log pattern
- Float :
- }