public static interface AlertCondition.CheckResult
Modifier and Type | Method and Description |
---|---|
List<MessageSummary> |
getMatchingMessages()
The limited list of messages that matched the alert in the corresponding stream.
|
String |
getResultDescription() |
org.joda.time.DateTime |
getTriggeredAt() |
AlertCondition |
getTriggeredCondition() |
boolean |
isTriggered() |
boolean isTriggered()
String getResultDescription()
AlertCondition getTriggeredCondition()
org.joda.time.DateTime getTriggeredAt()
List<MessageSummary> getMatchingMessages()
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.