Uses of Interface
org.graylog2.outputs.filter.FilteredMessage
Packages that use FilteredMessage
-
Uses of FilteredMessage in org.graylog2.outputs
Methods in org.graylog2.outputs with parameters of type FilteredMessageModifier and TypeMethodDescriptionvoidIndexSetAwareMessageOutputBuffer.appendAndFlush(FilteredMessage filteredMessage, Consumer<List<FilteredMessage>> flusher) Appends the given message to the buffer.Method parameters in org.graylog2.outputs with type arguments of type FilteredMessageModifier and TypeMethodDescriptionvoidIndexSetAwareMessageOutputBuffer.appendAndFlush(FilteredMessage filteredMessage, Consumer<List<FilteredMessage>> flusher) Appends the given message to the buffer.voidIndexSetAwareMessageOutputBuffer.flush(Consumer<List<FilteredMessage>> flusher) Calls the given flush consumer with the contents of the buffer and the buffer is reset.voidElasticSearchOutput.writeFiltered(List<FilteredMessage> filteredMessages) -
Uses of FilteredMessage in org.graylog2.outputs.filter
Classes in org.graylog2.outputs.filter that implement FilteredMessageMethods in org.graylog2.outputs.filter that return FilteredMessageModifier and TypeMethodDescription -
Uses of FilteredMessage in org.graylog2.plugin.outputs
Method parameters in org.graylog2.plugin.outputs with type arguments of type FilteredMessageModifier and TypeMethodDescriptionvoidFilteredMessageOutput.writeFiltered(List<FilteredMessage> filteredMessages) Write the given filtered messages.