| Modifier and Type | Method and Description |
|---|---|
abstract Optional<Message> |
EventWithContext.messageContext() |
| Modifier and Type | Method and Description |
|---|---|
EventWithContext |
EventWithContext.addMessageContext(Message message) |
static EventWithContext |
EventWithContext.create(Event event,
Message messageContext) |
abstract EventWithContext.Builder |
EventWithContext.Builder.messageContext(Message message) |
| Modifier and Type | Method and Description |
|---|---|
Message |
BeatsCodec.decode(RawMessage rawMessage) |
Message |
Beats2Codec.decode(RawMessage rawMessage) |
| Modifier and Type | Method and Description |
|---|---|
Message |
CEFCodec.decode(RawMessage rawMessage) |
protected Message |
CEFCodec.decodeCEF(RawMessage rawMessage,
String s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GeoIpResolverEngine.filter(Message message) |
| Modifier and Type | Method and Description |
|---|---|
Message |
NetFlowCodec.decode(RawMessage rawMessage) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Message> |
NetFlowCodec.decodeMessages(RawMessage rawMessage) |
| Modifier and Type | Method and Description |
|---|---|
static Message |
NetFlowFormatter.toMessage(NetFlowV5Header header,
NetFlowV5Record record,
InetSocketAddress sender) |
static Message |
NetFlowFormatter.toMessage(NetFlowV9Header header,
NetFlowV9BaseRecord record,
InetSocketAddress sender) |
| Modifier and Type | Method and Description |
|---|---|
Message |
EvaluationContext.currentMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationContext.addCreatedMessage(Message newMessage) |
| Constructor and Description |
|---|
EvaluationContext(Message message) |
| Modifier and Type | Method and Description |
|---|---|
Message |
CloneMessage.evaluate(FunctionArgs args,
EvaluationContext context) |
Message |
CreateMessage.evaluate(FunctionArgs args,
EvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
FunctionDescriptor<Message> |
CloneMessage.descriptor() |
FunctionDescriptor<Message> |
CreateMessage.descriptor() |
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
PipelineInterpreter.processForPipelines(Message message,
Set<String> pipelineIds,
InterpreterListener interpreterListener,
PipelineInterpreter.State state)
Given a set of pipeline ids, process the given message according to the passed state.
|
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
PipelineInterpreter.processForPipelines(Message message,
Set<String> pipelineIds,
InterpreterListener interpreterListener,
PipelineInterpreter.State state)
Given a set of pipeline ids, process the given message according to the passed state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleMetricsListener.processStreams(Message message,
Set<Pipeline> pipelines,
Set<String> streams) |
void |
NoopInterpreterListener.processStreams(Message messageId,
Set<Pipeline> pipelines,
Set<String> streams) |
void |
InterpreterListener.processStreams(Message message,
Set<Pipeline> pipelines,
Set<String> streams) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Message> |
EmailAlarmCallback.getAlarmBacklog(AlertCondition.CheckResult result) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormattedEmailAlertSender.sendEmails(Stream stream,
EmailRecipients recipients,
AlertCondition.CheckResult checkResult,
List<Message> backlog) |
void |
AlertSender.sendEmails(Stream stream,
EmailRecipients recipients,
AlertCondition.CheckResult checkResult,
List<Message> backlog) |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputBuffer.insertBlocking(Message message) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExtractorFilter.filter(Message msg) |
boolean |
StreamMatcherFilter.filter(Message msg) |
boolean |
StaticFieldFilter.filter(Message msg) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
Messages.bulkIndex(List<Map.Entry<IndexSet,Message>> messageList) |
List<String> |
Messages.bulkIndex(List<Map.Entry<IndexSet,Message>> messageList,
boolean isSystemTraffic) |
List<String> |
Messages.bulkIndex(List<Map.Entry<IndexSet,Message>> messageList,
boolean isSystemTraffic,
Messages.IndexingListener indexingListener) |
List<String> |
Messages.bulkIndex(List<Map.Entry<IndexSet,Message>> messageList,
Messages.IndexingListener indexingListener) |
| 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 |
RawCodec.decode(RawMessage raw) |
Message |
RandomHttpMessageCodec.decode(RawMessage rawMessage) |
Message |
SyslogCodec.decode(RawMessage rawMessage) |
Message |
JsonPathCodec.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 |
BenchmarkOutput.write(Message message) |
void |
BlockingBatchedESOutput.write(Message message) |
void |
LoggingOutput.write(Message message) |
void |
GelfOutput.write(Message message) |
void |
DiscardMessageOutput.write(Message message) |
void |
ElasticSearchOutput.write(Message message) |
| Modifier and Type | Method and Description |
|---|---|
void |
BenchmarkOutput.write(List<Message> messages) |
void |
LoggingOutput.write(List<Message> messages) |
void |
GelfOutput.write(List<Message> messages) |
void |
DiscardMessageOutput.write(List<Message> messages) |
void |
ElasticSearchOutput.write(List<Message> messageList) |
void |
ElasticSearchOutput.writeMessageEntries(List<Map.Entry<IndexSet,Message>> messageList) |
void |
BlockingBatchedESOutput.writeMessageEntry(Map.Entry<IndexSet,Message> entry) |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<Message,String> |
Message.ID_FUNCTION
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
MessageSummary.getRawMessage() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Message> |
Message.iterator() |
Iterator<Message> |
SingletonMessages.iterator() |
Iterator<Message> |
MessageCollection.iterator() |
Iterator<Message> |
EmptyMessages.iterator() |
| Modifier and Type | Method and Description |
|---|---|
String |
Message.MessageIdFunction.apply(Message input)
Deprecated.
|
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.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 |
|---|---|
Optional<Message> |
ProcessBufferProcessor.getCurrentMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageQueueAcknowledger.acknowledge(Message message) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageQueueAcknowledger.acknowledge(List<Message> messages) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalKafkaMessageQueueAcknowledger.acknowledge(Message message) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalKafkaMessageQueueAcknowledger.acknowledge(List<Message> messages) |
| Modifier and Type | Method and Description |
|---|---|
void |
NoopMessageQueueAcknowledger.acknowledge(Message message) |
| Modifier and Type | Method and Description |
|---|---|
void |
NoopMessageQueueAcknowledger.acknowledge(List<Message> messages) |
| 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 |
StreamRuleMatcher.match(Message msg,
StreamRule rule) |
boolean |
FieldPresenceMatcher.match(Message msg,
StreamRule rule) |
boolean |
SmallerMatcher.match(Message msg,
StreamRule rule) |
boolean |
InputMatcher.match(Message msg,
StreamRule rule) |
boolean |
GreaterMatcher.match(Message msg,
StreamRule rule) |
boolean |
RegexMatcher.match(Message msg,
StreamRule rule) |
boolean |
ExactMatcher.match(Message msg,
StreamRule rule) |
boolean |
AlwaysMatcher.match(Message msg,
StreamRule rule) |
boolean |
ContainsMatcher.match(Message msg,
StreamRule rule) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.