| Modifier and Type | Method and Description |
|---|---|
protected List<Message> |
EmailAlarmCallback.getAlarmBacklog(AlertCondition.CheckResult result) |
| Modifier and Type | Method and Description |
|---|---|
String |
MessageFormatter.formatForMail(Message message) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
StaticEmailAlertSender.buildBacklogSummary(List<Message> backlog) |
protected String |
StaticEmailAlertSender.buildBody(Stream stream,
AlertCondition.CheckResult checkResult,
List<Message> backlog) |
protected String |
FormattedEmailAlertSender.buildBody(Stream stream,
AlertCondition.CheckResult checkResult,
List<Message> backlog) |
protected String |
StaticEmailAlertSender.buildSubject(Stream stream,
AlertCondition.CheckResult checkResult,
List<Message> backlog) |
protected String |
FormattedEmailAlertSender.buildSubject(Stream stream,
AlertCondition.CheckResult checkResult,
List<Message> backlog) |
void |
StaticEmailAlertSender.sendEmails(Stream stream,
AlertCondition.CheckResult checkResult,
List<Message> backlog) |
void |
AlertSender.sendEmails(Stream stream,
AlertCondition.CheckResult checkResult,
List<Message> backlog) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputBuffer.insertBlocking(Message message) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServerProcessBufferProcessor.handleMessage(Message msg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RulesFilter.filter(Message msg) |
boolean |
StreamMatcherFilter.filter(Message msg) |
boolean |
ExtractorFilter.filter(Message msg) |
boolean |
StaticFieldFilter.filter(Message msg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Messages.bulkIndex(List<Message> messages) |
boolean |
Messages.bulkIndex(String indexName,
List<Message> messages) |
| Modifier and Type | Method and Description |
|---|---|
Message |
ResultMessage.getMessage() |
| Modifier and Type | Method and Description |
|---|---|
static ResultMessage |
ResultMessage.createFromMessage(Message message) |
void |
ResultMessage.setMessage(Message message) |
| Modifier and Type | Method and Description |
|---|---|
Message |
SyslogCodec.decode(RawMessage rawMessage) |
Message |
RawCodec.decode(RawMessage raw) |
Message |
JsonPathCodec.decode(RawMessage rawMessage) |
Message |
RandomHttpMessageCodec.decode(RawMessage rawMessage) |
Message |
GelfCodec.decode(RawMessage rawMessage) |
| Modifier and Type | Method and Description |
|---|---|
static Message |
FakeHttpRawMessageGenerator.generateMessage(FakeHttpRawMessageGenerator.GeneratorState state) |
static Message |
FakeHttpRawMessageGenerator.simulateGET(FakeHttpRawMessageGenerator.GeneratorState state,
Random rand) |
| Modifier and Type | Method and Description |
|---|---|
Set<MessageOutput> |
OutputRouter.getOutputsForMessage(Message msg) |
Set<MessageOutput> |
OutputRouter.getStreamOutputsForMessage(Message msg) |
protected org.graylog2.gelfclient.GelfMessage |
GelfOutput.toGELFMessage(Message message) |
void |
ElasticSearchOutput.write(Message message) |
void |
LoggingOutput.write(Message message) |
void |
BlockingBatchedESOutput.write(Message message) |
void |
DiscardMessageOutput.write(Message message) |
void |
BenchmarkOutput.write(Message message) |
void |
GelfOutput.write(Message message) |
void |
BatchedElasticSearchOutput.write(Message message) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElasticSearchOutput.write(List<Message> messageList) |
void |
LoggingOutput.write(List<Message> messages) |
void |
DiscardMessageOutput.write(List<Message> messages) |
void |
BenchmarkOutput.write(List<Message> messages) |
void |
GelfOutput.write(List<Message> messages) |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<Message,String> |
Message.ID_FUNCTION |
| Modifier and Type | Method and Description |
|---|---|
Message |
MessageSummary.getRawMessage() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Message> |
SingletonMessages.iterator() |
Iterator<Message> |
Message.iterator() |
Iterator<Message> |
MessageCollection.iterator() |
Iterator<Message> |
EmptyMessages.iterator() |
| Modifier and Type | Method and Description |
|---|---|
String |
Message.MessageIdFunction.apply(Message input) |
int |
RulesEngine.RulesSession.evaluate(Message message,
boolean retractFacts) |
int |
RulesEngine.evaluateInSharedSession(Message message) |
boolean |
ServerStatus.MessageDetailRecordingStrategy.shouldRecord(Message message) |
| Constructor and Description |
|---|
MessageSummary(String index,
Message message) |
SingletonMessages(Message message) |
| Constructor and Description |
|---|
MessageCollection(Iterable<Message> other) |
| Modifier and Type | Method and Description |
|---|---|
Message |
MessageEvent.getMessage() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Message> |
MessageEvent.getMessages() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Buffer.insert(Message message) |
protected void |
Buffer.insert(Message[] messages) |
void |
MessageEvent.setMessage(Message msg) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageEvent.setMessages(Collection<Message> messages) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MessageFilter.filter(Message msg)
Process a Message
|
| Modifier and Type | Method and Description |
|---|---|
void |
Extractor.runConverters(Message msg) |
void |
Extractor.runExtractor(Message msg) |
| Modifier and Type | Method and Description |
|---|---|
Message |
Codec.decode(RawMessage rawMessage) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Message> |
MultiMessageCodec.decodeMessages(RawMessage rawMessage) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageOutput.write(Message message) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageOutput.write(List<Message> messages) |
| Modifier and Type | Method and Description |
|---|---|
int |
DroolsRulesSession.evaluate(Message message,
boolean retractFacts) |
int |
DroolsEngine.evaluateInSharedSession(Message message) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
ProcessBufferProcessor.handleMessage(Message msg) |
| Modifier and Type | Method and Description |
|---|---|
List<Stream> |
StreamRouterEngine.match(Message message)
Returns a list of matching streams for the given message.
|
void |
StreamRouterEngine.StreamTestMatch.matchMessage(Message message) |
List<Stream> |
StreamRouter.route(Message msg) |
List<StreamRouterEngine.StreamTestMatch> |
StreamRouterEngine.testMatch(Message message)
Returns a list of stream rule matches.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RegexMatcher.match(Message msg,
StreamRule rule) |
boolean |
GreaterMatcher.match(Message msg,
StreamRule rule) |
boolean |
FieldPresenceMatcher.match(Message msg,
StreamRule rule) |
boolean |
ExactMatcher.match(Message msg,
StreamRule rule) |
boolean |
SmallerMatcher.match(Message msg,
StreamRule rule) |
boolean |
StreamRuleMatcher.match(Message msg,
StreamRule rule) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.