| Modifier and Type | Class and Description |
|---|---|
class |
LegacyAlertCondition
This is used to support legacy
AlarmCallbacks. |
| Modifier and Type | Method and Description |
|---|---|
static AlarmCallbackHistory |
AlarmCallbackHistoryImpl.create(String id,
AlarmCallbackConfiguration alarmCallbackConfiguration,
Alert alert,
AlertCondition alertCondition,
AlarmCallbackResult result) |
static AlarmCallbackHistory |
AlarmCallbackHistoryImpl.create(String id,
AlarmCallbackConfiguration alarmCallbackConfiguration,
Alert alert,
AlertCondition alertCondition,
AlarmCallbackResult result,
org.joda.time.DateTime createdAt) |
AlarmCallbackHistory |
AlarmCallbackHistoryService.error(AlarmCallbackConfiguration alarmCallbackConfiguration,
Alert alert,
AlertCondition alertCondition,
String error) |
AlarmCallbackHistory |
AlarmCallbackHistoryServiceImpl.error(AlarmCallbackConfiguration alarmCallbackConfiguration,
Alert alert,
AlertCondition alertCondition,
String error) |
AlarmCallbackHistory |
AlarmCallbackHistoryService.success(AlarmCallbackConfiguration alarmCallbackConfiguration,
Alert alert,
AlertCondition alertCondition) |
AlarmCallbackHistory |
AlarmCallbackHistoryServiceImpl.success(AlarmCallbackConfiguration alarmCallbackConfiguration,
Alert alert,
AlertCondition alertCondition) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAlertCondition |
| Modifier and Type | Method and Description |
|---|---|
AlertCondition |
AlertConditionFactory.createAlertCondition(String type,
Stream stream,
String id,
org.joda.time.DateTime createdAt,
String creatorId,
Map<String,Object> parameters,
String title) |
AlertCondition |
AlertServiceImpl.fromPersisted(Map<String,Object> fields,
Stream stream) |
AlertCondition |
AlertService.fromPersisted(Map<String,Object> conditionFields,
Stream stream) |
AlertCondition |
AlertServiceImpl.fromRequest(CreateConditionRequest ccr,
Stream stream,
String userId) |
AlertCondition |
AlertService.fromRequest(CreateConditionRequest ccr,
Stream stream,
String userId) |
AlertCondition |
AbstractAlertCondition.CheckResult.getTriggeredCondition() |
AlertCondition |
AlertServiceImpl.updateFromRequest(AlertCondition alertCondition,
CreateConditionRequest ccr) |
AlertCondition |
AlertService.updateFromRequest(AlertCondition alertCondition,
CreateConditionRequest ccr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AlertScanner.checkAlertCondition(Stream stream,
AlertCondition alertCondition) |
boolean |
AlertServiceImpl.inGracePeriod(AlertCondition alertCondition) |
boolean |
AlertService.inGracePeriod(AlertCondition alertCondition) |
void |
AlertNotificationsSender.send(AlertCondition.CheckResult result,
Stream stream,
Alert alert,
AlertCondition alertCondition) |
boolean |
AlertServiceImpl.shouldRepeatNotifications(AlertCondition alertCondition,
Alert alert) |
boolean |
AlertService.shouldRepeatNotifications(AlertCondition alertCondition,
Alert alert) |
AlertCondition |
AlertServiceImpl.updateFromRequest(AlertCondition alertCondition,
CreateConditionRequest ccr) |
AlertCondition |
AlertService.updateFromRequest(AlertCondition alertCondition,
CreateConditionRequest ccr) |
| Constructor and Description |
|---|
CheckResult(boolean isTriggered,
AlertCondition triggeredCondition,
String resultDescription,
org.joda.time.DateTime triggeredAt,
List<MessageSummary> summaries) |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyAlertCondition |
class |
FieldContentValueAlertCondition |
class |
FieldValueAlertCondition |
class |
MessageCountAlertCondition |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PluginModule.addAlertCondition(String name,
Class<? extends AlertCondition> alertConditionClass,
Class<? extends AlertCondition.Factory> alertConditionFactoryClass) |
| Modifier and Type | Method and Description |
|---|---|
AlertCondition |
AlertCondition.Factory.create(Stream stream,
String id,
org.joda.time.DateTime createdAt,
String creatorUserId,
Map<String,Object> parameters,
String title) |
AlertCondition |
AlertCondition.CheckResult.getTriggeredCondition() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Graylog2Module.installAlertCondition(com.google.inject.multibindings.MapBinder<String,AlertCondition.Factory> alertConditionBinder,
Class<? extends AlertCondition> alertConditionClass,
Class<? extends AlertCondition.Factory> alertConditionFactoryClass) |
protected void |
Graylog2Module.installAlertConditionWithCustomName(com.google.inject.multibindings.MapBinder<String,AlertCondition.Factory> alertConditionBinder,
String identifier,
Class<? extends AlertCondition> alertConditionClass,
Class<? extends AlertCondition.Factory> alertConditionFactoryClass) |
| Modifier and Type | Method and Description |
|---|---|
AlertCondition |
StreamServiceImpl.getAlertCondition(Stream stream,
String conditionId) |
AlertCondition |
StreamService.getAlertCondition(Stream stream,
String conditionId) |
| Modifier and Type | Method and Description |
|---|---|
List<AlertCondition> |
StreamServiceImpl.getAlertConditions(Stream stream) |
List<AlertCondition> |
StreamService.getAlertConditions(Stream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamServiceImpl.addAlertCondition(Stream stream,
AlertCondition condition) |
void |
StreamService.addAlertCondition(Stream stream,
AlertCondition condition) |
void |
StreamServiceImpl.updateAlertCondition(Stream stream,
AlertCondition condition) |
void |
StreamService.updateAlertCondition(Stream stream,
AlertCondition condition) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.