| Package | Description |
|---|---|
| org.graylog2.alarmcallbacks | |
| org.graylog2.alerts | |
| org.graylog2.alerts.types | |
| org.graylog2.plugin.alarms | |
| org.graylog2.streams |
| 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 |
AlertServiceImpl.fromPersisted(Map<String,Object> fields,
Stream stream) |
AlertCondition |
AlertService.fromPersisted(Map<String,Object> conditionFields,
Stream stream) |
AlertCondition |
AlertService.fromRequest(CreateConditionRequest ccr,
Stream stream,
String userId) |
AlertCondition |
AbstractAlertCondition.CheckResult.getTriggeredCondition() |
AlertCondition |
AlertService.updateFromRequest(AlertCondition alertCondition,
CreateConditionRequest ccr) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
AlertServiceImpl.asMap(AlertCondition alertCondition) |
Map<String,Object> |
AlertService.asMap(AlertCondition alertCondition) |
boolean |
AlertServiceImpl.inGracePeriod(AlertCondition alertCondition) |
boolean |
AlertService.inGracePeriod(AlertCondition alertCondition) |
AlertCondition.CheckResult |
AlertServiceImpl.triggered(AlertCondition alertCondition) |
AlertCondition.CheckResult |
AlertService.triggered(AlertCondition alertCondition) |
AlertCondition.CheckResult |
AlertServiceImpl.triggeredNoGrace(AlertCondition alertCondition) |
AlertCondition.CheckResult |
AlertService.triggeredNoGrace(AlertCondition alertCondition) |
AbstractAlertCondition |
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) |
NegativeCheckResult(AlertCondition alertCondition) |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyAlertCondition |
class |
FieldContentValueAlertCondition |
class |
FieldValueAlertCondition |
class |
MessageCountAlertCondition |
| Modifier and Type | Method and Description |
|---|---|
AlertCondition |
AlertCondition.CheckResult.getTriggeredCondition() |
| Modifier and Type | Method and Description |
|---|---|
AlertCondition |
StreamService.getAlertCondition(Stream stream,
String conditionId) |
AlertCondition |
StreamServiceImpl.getAlertCondition(Stream stream,
String conditionId) |
| Modifier and Type | Method and Description |
|---|---|
List<AlertCondition> |
StreamService.getAlertConditions(Stream stream) |
List<AlertCondition> |
StreamServiceImpl.getAlertConditions(Stream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamService.addAlertCondition(Stream stream,
AlertCondition condition) |
void |
StreamServiceImpl.addAlertCondition(Stream stream,
AlertCondition condition) |
void |
StreamService.updateAlertCondition(Stream stream,
AlertCondition condition) |
void |
StreamServiceImpl.updateAlertCondition(Stream stream,
AlertCondition condition) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.