Uses of Interface
org.graylog2.plugin.streams.Output
Packages that use Output
Package
Description
-
Uses of Output in org.graylog2.contentpacks.facades
Methods in org.graylog2.contentpacks.facades that return types with arguments of type OutputModifier and TypeMethodDescriptionOutputFacade.createNativeEntity(Entity entity, Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities, String username) OutputFacade.loadNativeEntity(NativeEntityDescriptor nativeEntityDescriptor) Methods in org.graylog2.contentpacks.facades with parameters of type Output -
Uses of Output in org.graylog2.outputs
Methods in org.graylog2.outputs with parameters of type OutputModifier and TypeMethodDescriptionMessageOutputFactory.fromStreamOutput(Output output, Stream stream, Configuration configuration) protected MessageOutputOutputRegistry.launchOutput(Output output, Stream stream) voidOutputRegistry.removeOutput(Output output) -
Uses of Output in org.graylog2.plugin.outputs
Methods in org.graylog2.plugin.outputs with parameters of type OutputModifier and TypeMethodDescriptionMessageOutput.Factory2.create(Output output, Stream stream, Configuration configuration) -
Uses of Output in org.graylog2.plugin.streams
Methods in org.graylog2.plugin.streams that return types with arguments of type Output -
Uses of Output in org.graylog2.rest.resources.system.outputs
Methods in org.graylog2.rest.resources.system.outputs that return Output -
Uses of Output in org.graylog2.streams
Classes in org.graylog2.streams that implement OutputMethods in org.graylog2.streams that return OutputModifier and TypeMethodDescriptionOutputService.create(CreateOutputRequest request, String userId) OutputServiceImpl.create(CreateOutputRequest request, String userId) Methods in org.graylog2.streams that return types with arguments of type OutputModifier and TypeMethodDescriptionStreamImpl.getOutputs()OutputService.loadAll()OutputServiceImpl.loadAll()OutputService.loadByIds(Collection<String> ids) OutputServiceImpl.loadByIds(Collection<String> ids) StreamServiceImpl.loadOutputsForRawStream(com.mongodb.DBObject stream) Methods in org.graylog2.streams with parameters of type OutputModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidStreamService.removeOutput(Stream stream, Output output) voidStreamServiceImpl.removeOutput(Stream stream, Output output) voidStreamService.removeOutputFromAllStreams(Output output) voidStreamServiceImpl.removeOutputFromAllStreams(Output output) Constructor parameters in org.graylog2.streams with type arguments of type OutputModifierConstructorDescriptionStreamImpl(org.bson.types.ObjectId id, Map<String, Object> fields, List<StreamRule> streamRules, Set<Output> outputs, IndexSet indexSet)