Uses of Interface
org.graylog2.plugin.streams.Stream
Packages that use Stream
Package
Description
-
Uses of Stream in org.graylog.events.search
Methods in org.graylog.events.search that return types with arguments of type Stream -
Uses of Stream in org.graylog.plugins.pipelineprocessor.functions.messages
Methods in org.graylog.plugins.pipelineprocessor.functions.messages that return StreamMethods in org.graylog.plugins.pipelineprocessor.functions.messages that return types with arguments of type StreamConstructor parameters in org.graylog.plugins.pipelineprocessor.functions.messages with type arguments of type StreamModifierConstructorDescriptionRemoveFromStream(StreamCacheService streamCacheService, javax.inject.Provider<Stream> defaultStreamProvider) RouteToStream(StreamCacheService streamCacheService, javax.inject.Provider<Stream> defaultStreamProvider) -
Uses of Stream in org.graylog.plugins.views.search
Method parameters in org.graylog.plugins.views.search with type arguments of type StreamModifier and TypeMethodDescriptionbooleanIndexRangeContainsOneOfStreams.test(IndexRange indexRange, Set<Stream> validStreams) -
Uses of Stream in org.graylog2.alarmcallbacks
Methods in org.graylog2.alarmcallbacks with parameters of type StreamModifier and TypeMethodDescriptionvoidEmailAlarmCallback.call(Stream stream, AlertCondition.CheckResult result) voidHTTPAlarmCallback.call(Stream stream, AlertCondition.CheckResult result) -
Uses of Stream in org.graylog2.alerts
Fields in org.graylog2.alerts declared as StreamMethods in org.graylog2.alerts that return StreamMethods in org.graylog2.alerts with parameters of type StreamModifier and TypeMethodDescriptionAlertConditionFactory.createAlertCondition(String type, Stream stream, String id, org.joda.time.DateTime createdAt, String creatorId, Map<String, Object> parameters, String title) voidAlertSender.sendEmails(Stream stream, EmailRecipients recipients, AlertCondition.CheckResult checkResult) voidAlertSender.sendEmails(Stream stream, EmailRecipients recipients, AlertCondition.CheckResult checkResult, List<Message> backlog) voidFormattedEmailAlertSender.sendEmails(Stream stream, EmailRecipients recipients, AlertCondition.CheckResult checkResult) voidFormattedEmailAlertSender.sendEmails(Stream stream, EmailRecipients recipients, AlertCondition.CheckResult checkResult, List<Message> backlog) Constructors in org.graylog2.alerts with parameters of type Stream -
Uses of Stream in org.graylog2.alerts.types
Methods in org.graylog2.alerts.types with parameters of type StreamModifier and TypeMethodDescriptionFieldContentValueAlertCondition.Factory.create(Stream stream, String id, org.joda.time.DateTime createdAt, String creatorUserId, Map<String, Object> parameters, String title) FieldValueAlertCondition.Factory.create(Stream stream, String id, org.joda.time.DateTime createdAt, String creatorUserId, Map<String, Object> parameters, String title) MessageCountAlertCondition.Factory.create(Stream stream, String id, org.joda.time.DateTime createdAt, String creatorUserId, Map<String, Object> parameters, String title) Constructors in org.graylog2.alerts.types with parameters of type StreamModifierConstructorDescriptionDummyAlertCondition(Stream stream, String id, org.joda.time.DateTime createdAt, String creatorUserId, Map<String, Object> parameters, String title) FieldContentValueAlertCondition(Searches searches, Configuration configuration, Stream stream, String id, org.joda.time.DateTime createdAt, String creatorUserId, Map<String, Object> parameters, String title) FieldValueAlertCondition(Searches searches, Stream stream, String id, org.joda.time.DateTime createdAt, String creatorUserId, Map<String, Object> parameters, String title) MessageCountAlertCondition(Searches searches, Stream stream, String id, org.joda.time.DateTime createdAt, String creatorUserId, Map<String, Object> parameters, String title) -
Uses of Stream in org.graylog2.bindings.providers
Methods in org.graylog2.bindings.providers that return StreamMethods in org.graylog2.bindings.providers with parameters of type StreamModifier and TypeMethodDescriptionvoidDefaultStreamProvider.setDefaultStream(Stream defaultStream) -
Uses of Stream in org.graylog2.contentpacks.facades
Methods in org.graylog2.contentpacks.facades that return types with arguments of type StreamModifier and TypeMethodDescriptionStreamFacade.createNativeEntity(Entity entity, Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities, String username) StreamFacade.findExisting(Entity entity, Map<String, ValueReference> parameters) StreamFacade.loadNativeEntity(NativeEntityDescriptor nativeEntityDescriptor) Methods in org.graylog2.contentpacks.facades with parameters of type Stream -
Uses of Stream in org.graylog2.outputs
Methods in org.graylog2.outputs with parameters of type StreamModifier and TypeMethodDescriptionBenchmarkOutput.Factory.create(Stream stream, Configuration configuration) ElasticSearchOutput.Factory.create(Stream stream, Configuration configuration) GelfOutput.Factory.create(Stream stream, Configuration configuration) LoggingOutput.Factory.create(Stream stream, Configuration configuration) MessageOutputFactory.fromStreamOutput(Output output, Stream stream, Configuration configuration) protected Set<MessageOutput>OutputRouter.getMessageOutputsForStream(Stream stream) OutputRegistry.getOutputForIdAndStream(String id, Stream stream) protected MessageOutputOutputRegistry.launchOutput(Output output, Stream stream) OutputRegistry.loadForIdAndStream(String id, Stream stream) Constructors in org.graylog2.outputs with parameters of type StreamModifierConstructorDescriptionBenchmarkOutput(com.codahale.metrics.MetricRegistry metricRegistry, MessageQueueAcknowledger messageQueueAcknowledger, Stream stream, Configuration configuration) DiscardMessageOutput(MessageQueueAcknowledger messageQueueAcknowledger, com.codahale.metrics.MetricRegistry metricRegistry, Stream stream, Configuration configuration) -
Uses of Stream in org.graylog2.plugin
Methods in org.graylog2.plugin that return types with arguments of type StreamModifier and TypeMethodDescriptionMessage.getStreams()Get the streams this message is currently routed to.Methods in org.graylog2.plugin with parameters of type StreamModifier and TypeMethodDescriptionvoidAssign the given stream to this message.booleanMessage.removeStream(Stream stream) Remove the stream assignment from this message.Method parameters in org.graylog2.plugin with type arguments of type StreamModifier and TypeMethodDescriptionvoidMessage.addStreams(Iterable<Stream> newStreams) Assign all of the streams to this message.voidMessage.setStreams(List<Stream> streams) Deprecated. -
Uses of Stream in org.graylog2.plugin.alarms
Methods in org.graylog2.plugin.alarms that return StreamMethods in org.graylog2.plugin.alarms with parameters of type Stream -
Uses of Stream in org.graylog2.plugin.alarms.callbacks
Methods in org.graylog2.plugin.alarms.callbacks with parameters of type StreamModifier and TypeMethodDescriptionvoidAlarmCallback.call(Stream stream, AlertCondition.CheckResult result) -
Uses of Stream in org.graylog2.plugin.outputs
Methods in org.graylog2.plugin.outputs with parameters of type StreamModifier and TypeMethodDescriptionMessageOutput.Factory.create(Stream stream, Configuration configuration) MessageOutput.Factory2.create(Output output, Stream stream, Configuration configuration) -
Uses of Stream in org.graylog2.streams
Classes in org.graylog2.streams that implement StreamModifier and TypeClassDescriptionclassRepresenting a single stream from the streams collection.Methods in org.graylog2.streams that return StreamModifier and TypeMethodDescriptionStreamService.create(CreateStreamRequest request, String userId) StreamServiceImpl.create(CreateStreamRequest cr, String userId) StreamRouterEngine.StreamTestMatch.getStream()StreamServiceImpl.load(org.bson.types.ObjectId id) Methods in org.graylog2.streams that return types with arguments of type StreamModifier and TypeMethodDescriptionStreamRouterEngine.getStreams()Returns the list of streams that are processed by the engine.StreamService.loadAll()StreamServiceImpl.loadAll()StreamService.loadAllEnabled()StreamServiceImpl.loadAllEnabled()StreamServiceImpl.loadAllEnabled(Map<String, Object> additionalQueryOpts) StreamService.loadAllWithIndexSet(String indexSetId) StreamServiceImpl.loadAllWithIndexSet(String indexSetId) StreamService.loadByIds(Collection<String> streamIds) StreamServiceImpl.loadByIds(Collection<String> streamIds) Returns a list of matching streams for the given message.Methods in org.graylog2.streams with parameters of type StreamModifier and TypeMethodDescriptionvoidvoidvoidvoidStreamRuleService.loadForStream(Stream stream) StreamRuleServiceImpl.loadForStream(Stream stream) voidvoidvoidStreamFaultManager.registerFailure(Stream stream) voidStreamService.removeOutput(Stream stream, Output output) voidStreamServiceImpl.removeOutput(Stream stream, Output output) voidvoidStreamService.saveWithRulesAndOwnership(Stream stream, Collection<StreamRule> streamRules, User user) StreamServiceImpl.saveWithRulesAndOwnership(Stream stream, Collection<StreamRule> streamRules, User user) voidMethod parameters in org.graylog2.streams with type arguments of type StreamModifier and TypeMethodDescriptionStreamRouterEngine.Factory.create(List<Stream> streams, ExecutorService executorService) Constructors in org.graylog2.streams with parameters of type StreamConstructor parameters in org.graylog2.streams with type arguments of type StreamModifierConstructorDescriptionStreamListFingerprint(List<Stream> streams) StreamRouterEngine(List<Stream> streams, ExecutorService executorService, StreamFaultManager streamFaultManager, StreamMetrics streamMetrics, javax.inject.Provider<Stream> defaultStreamProvider, com.codahale.metrics.MetricRegistry metricRegistry) StreamRouterEngine(List<Stream> streams, ExecutorService executorService, StreamFaultManager streamFaultManager, StreamMetrics streamMetrics, javax.inject.Provider<Stream> defaultStreamProvider, com.codahale.metrics.MetricRegistry metricRegistry)