| Package | Description |
|---|---|
| org.graylog.events.event | |
| org.graylog.failure | |
| org.graylog2.indexer.messages | |
| org.graylog2.plugin |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Event |
| Modifier and Type | Class and Description |
|---|---|
class |
EventImpl |
| Modifier and Type | Method and Description |
|---|---|
Indexable |
IndexingFailure.failedMessage() |
Indexable |
Failure.failedMessage()
Returns a failed message
|
Indexable |
ProcessingFailure.failedMessage() |
| Constructor and Description |
|---|
IndexingFailure(FailureCause failureCause,
String message,
String failureDetails,
org.joda.time.DateTime failureTimestamp,
Indexable failedMessage,
String targetIndex) |
ProcessingFailure(FailureCause failureCause,
String message,
String failureDetails,
org.joda.time.DateTime failureTimestamp,
Indexable failedMessage,
boolean requiresAcknowledgement) |
| Modifier and Type | Method and Description |
|---|---|
abstract Indexable |
IndexingRequest.message() |
abstract Indexable |
Messages.IndexingError.message() |
| Modifier and Type | Method and Description |
|---|---|
static Messages.IndexingError |
Messages.IndexingError.create(Indexable message,
String index) |
static Messages.IndexingError |
Messages.IndexingError.create(Indexable message,
String index,
Messages.IndexingError.ErrorType errorType,
String errorMessage) |
static IndexingRequest |
IndexingRequest.create(@NotNull IndexSet indexSet,
@NotNull Indexable message) |
| Modifier and Type | Class and Description |
|---|---|
class |
Message |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.