Uses of Class
org.graylog2.plugin.MessageSummary
Packages that use MessageSummary
Package
Description
-
Uses of MessageSummary in org.graylog.events.legacy
Method parameters in org.graylog.events.legacy with type arguments of type MessageSummaryModifier and TypeMethodDescriptionvoidLegacyAlarmCallbackSender.send(LegacyAlarmCallbackEventNotificationConfig config, EventDefinition eventDefinition, EventDto event, List<MessageSummary> backlog) -
Uses of MessageSummary in org.graylog.events.notifications
Methods in org.graylog.events.notifications that return types with arguments of type MessageSummaryModifier and TypeMethodDescriptionabstract 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) Method parameters in org.graylog.events.notifications with type arguments of type MessageSummaryModifier and TypeMethodDescriptionabstract EventNotificationModelData.BuilderEventNotificationModelData.Builder.backlog(List<MessageSummary> backlog) static EventNotificationModelDataEventNotificationModelData.of(EventNotificationContext ctx, List<MessageSummary> backlog) -
Uses of MessageSummary in org.graylog.events.processor
Method parameters in org.graylog.events.processor with type arguments of type MessageSummaryModifier and TypeMethodDescriptionvoidEventProcessor.sourceMessagesForEvent(Event event, Consumer<List<MessageSummary>> messageConsumer, long limit) Gets all source messages for the givenEventand passes them to themessageConsumer. -
Uses of MessageSummary in org.graylog.events.processor.aggregation
Method parameters in org.graylog.events.processor.aggregation with type arguments of type MessageSummaryModifier and TypeMethodDescriptionvoidAggregationEventProcessor.sourceMessagesForEvent(Event event, Consumer<List<MessageSummary>> messageConsumer, long limit) -
Uses of MessageSummary in org.graylog.events.processor.systemnotification
Method parameters in org.graylog.events.processor.systemnotification with type arguments of type MessageSummaryModifier and TypeMethodDescriptionvoidSystemNotificationEventProcessor.sourceMessagesForEvent(Event event, Consumer<List<MessageSummary>> messageConsumer, long limit) -
Uses of MessageSummary in org.graylog2.alerts
Methods in org.graylog2.alerts that return types with arguments of type MessageSummaryConstructor parameters in org.graylog2.alerts with type arguments of type MessageSummaryModifierConstructorDescriptionCheckResult(boolean isTriggered, AlertCondition triggeredCondition, String resultDescription, org.joda.time.DateTime triggeredAt, List<MessageSummary> summaries) -
Uses of MessageSummary in org.graylog2.plugin.alarms
Methods in org.graylog2.plugin.alarms that return types with arguments of type MessageSummaryModifier and TypeMethodDescriptionAlertCondition.CheckResult.getMatchingMessages()The limited list of messages that matched the alert in the corresponding stream.