| Modifier and Type | Method and Description |
|---|---|
void |
LegacyAlarmCallbackSender.send(LegacyAlarmCallbackEventNotificationConfig config,
EventDefinition eventDefinition,
EventDto event,
List<MessageSummary> backlog) |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableList<MessageSummary> |
EventNotificationModelData.backlog() |
com.google.common.collect.ImmutableList<MessageSummary> |
EventNotificationService.getBacklogForEvent(EventNotificationContext ctx) |
com.google.common.collect.ImmutableList<MessageSummary> |
EventBacklogService.getMessagesForEvent(EventDto eventDto,
long backlogSize) |
| Modifier and Type | Method and Description |
|---|---|
abstract EventNotificationModelData.Builder |
EventNotificationModelData.Builder.backlog(List<MessageSummary> backlog) |
static EventNotificationModelData |
EventNotificationModelData.of(EventNotificationContext ctx,
List<MessageSummary> backlog) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventProcessor.sourceMessagesForEvent(Event event,
Consumer<List<MessageSummary>> messageConsumer,
long limit)
Gets all source messages for the given
Event and passes them to the messageConsumer. |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregationEventProcessor.sourceMessagesForEvent(Event event,
Consumer<List<MessageSummary>> messageConsumer,
long limit) |
| Modifier and Type | Method and Description |
|---|---|
List<MessageSummary> |
AbstractAlertCondition.CheckResult.getMatchingMessages() |
| Constructor and Description |
|---|
CheckResult(boolean isTriggered,
AlertCondition triggeredCondition,
String resultDescription,
org.joda.time.DateTime triggeredAt,
List<MessageSummary> summaries) |
| Modifier and Type | Method and Description |
|---|---|
List<MessageSummary> |
AlertCondition.CheckResult.getMatchingMessages()
The limited list of messages that matched the alert in the corresponding stream.
|
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.