Uses of Interface
org.graylog2.streams.StreamService
Packages that use StreamService
Package
Description
-
Uses of StreamService in org.graylog.events.indices
Constructors in org.graylog.events.indices with parameters of type StreamService -
Uses of StreamService in org.graylog.events.legacy
Constructors in org.graylog.events.legacy with parameters of type StreamServiceModifierConstructorDescriptionLegacyAlarmCallbackSender(LegacyAlarmCallbackFactory alarmCallbackFactory, StreamService streamService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of StreamService in org.graylog.events.processor
Constructors in org.graylog.events.processor with parameters of type StreamService -
Uses of StreamService in org.graylog.events.search
Constructors in org.graylog.events.search with parameters of type StreamServiceModifierConstructorDescriptionEventsSearchService(MoreSearch moreSearch, StreamService streamService, DBEventDefinitionService eventDefinitionService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) MoreSearch(StreamService streamService, IndexRangeService indexRangeService, QueryStringDecorators esQueryDecorators, MoreSearchAdapter moreSearchAdapter) -
Uses of StreamService in org.graylog.grn.providers
Constructors in org.graylog.grn.providers with parameters of type StreamService -
Uses of StreamService in org.graylog.plugins.pipelineprocessor.functions.messages
Constructors in org.graylog.plugins.pipelineprocessor.functions.messages with parameters of type StreamServiceModifierConstructorDescriptionStreamCacheService(com.google.common.eventbus.EventBus eventBus, StreamService streamService, ScheduledExecutorService executorService) -
Uses of StreamService in org.graylog.plugins.pipelineprocessor.rest
Constructors in org.graylog.plugins.pipelineprocessor.rest with parameters of type StreamServiceModifierConstructorDescriptionPipelineConnectionsResource(PipelineStreamConnectionsService connectionsService, PipelineService pipelineService, StreamService streamService) RuleResource(RuleService ruleService, PipelineService pipelineService, RuleMetricsConfigService ruleMetricsConfigService, PipelineRuleParser pipelineRuleParser, PaginatedRuleService paginatedRuleService, FunctionRegistry functionRegistry, PipelineServiceHelper pipelineServiceHelper, ConfigurationStateUpdater configurationStateUpdater, StreamService streamService) SimulatorResource(PipelineInterpreter pipelineInterpreter, ConfigurationStateUpdater pipelineStateUpdater, StreamService streamService) -
Uses of StreamService in org.graylog.plugins.views.search.elasticsearch
Constructors in org.graylog.plugins.views.search.elasticsearch with parameters of type StreamServiceModifierConstructorDescriptionIndexLookup(IndexRangeService indexRangeService, StreamService streamService) -
Uses of StreamService in org.graylog.plugins.views.search.rest
Constructors in org.graylog.plugins.views.search.rest with parameters of type StreamService -
Uses of StreamService in org.graylog2.contentpacks
Constructors in org.graylog2.contentpacks with parameters of type StreamServiceModifierConstructorDescriptionContentPackPersistenceService(MongoJackObjectMapperProvider mapperProvider, MongoConnection mongoConnection, StreamService streamService) -
Uses of StreamService in org.graylog2.contentpacks.facades
Constructors in org.graylog2.contentpacks.facades with parameters of type StreamServiceModifierConstructorDescriptionPipelineFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, PipelineService pipelineService, PipelineStreamConnectionsService connectionsService, PipelineRuleParser pipelineRuleParser, RuleService rulesService, StreamService streamService) StreamFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, StreamService streamService, StreamRuleService streamRuleService, V20190722150700_LegacyAlertConditionMigration legacyAlertsMigration, IndexSetService indexSetService, UserService userService) -
Uses of StreamService in org.graylog2.indexer.fieldtypes
Constructors in org.graylog2.indexer.fieldtypes with parameters of type StreamServiceModifierConstructorDescriptionIndexFieldTypesService(MongoConnection mongoConnection, StreamService streamService, MongoJackObjectMapperProvider objectMapperProvider) MappedFieldTypesServiceImpl(Configuration configuration, StreamService streamService, IndexFieldTypesService indexFieldTypesService, FieldTypeMapper fieldTypeMapper, IndexLookup indexLookup) -
Uses of StreamService in org.graylog2.indexer.indexset
Constructors in org.graylog2.indexer.indexset with parameters of type StreamServiceModifierConstructorDescriptionMongoIndexSetService(MongoConnection mongoConnection, MongoJackObjectMapperProvider objectMapperProvider, StreamService streamService, ClusterConfigService clusterConfigService, ClusterEventBus clusterEventBus) protectedMongoIndexSetService(org.mongojack.JacksonDBCollection<IndexSetConfig, org.bson.types.ObjectId> collection, StreamService streamService, ClusterConfigService clusterConfigService, ClusterEventBus clusterEventBus) -
Uses of StreamService in org.graylog2.indexer.searches
Constructors in org.graylog2.indexer.searches with parameters of type StreamServiceModifierConstructorDescriptionSearches(IndexRangeService indexRangeService, com.codahale.metrics.MetricRegistry metricRegistry, StreamService streamService, Indices indices, IndexSetRegistry indexSetRegistry, SearchesAdapter searchesAdapter) -
Uses of StreamService in org.graylog2.migrations
Constructors in org.graylog2.migrations with parameters of type StreamServiceModifierConstructorDescriptionV20161116172200_CreateDefaultStreamMigration(StreamService streamService, IndexSetRegistry indexSetRegistry) V20161122174500_AssignIndexSetsToStreamsMigration(StreamService streamService, IndexSetService indexSetService, ClusterConfigService clusterConfigService) V20190705071400_AddEventIndexSetsMigration(ElasticsearchConfiguration elasticsearchConfiguration, IndexSetConfigFactory indexSetConfigFactory, MongoIndexSet.Factory mongoIndexSetFactory, IndexSetService indexSetService, IndexSetValidator indexSetValidator, StreamService streamService, DBEventDefinitionService dbService) -
Uses of StreamService in org.graylog2.outputs
Constructors in org.graylog2.outputs with parameters of type StreamServiceModifierConstructorDescriptionOutputRegistry(MessageOutput defaultMessageOutput, OutputService outputService, MessageOutputFactory messageOutputFactory, NotificationService notificationService, NodeId nodeId, com.google.common.eventbus.EventBus eventBus, StreamService streamService, long faultCountThreshold, long faultPenaltySeconds) -
Uses of StreamService in org.graylog2.rest.resources.streams
Constructors in org.graylog2.rest.resources.streams with parameters of type StreamServiceModifierConstructorDescriptionStreamResource(StreamService streamService, PaginatedStreamService paginatedStreamService, StreamRuleService streamRuleService, StreamRouterEngine.Factory streamRouterEngineFactory, IndexSetRegistry indexSetRegistry, RecentActivityService recentActivityService, AuditEventSender auditEventSender) -
Uses of StreamService in org.graylog2.rest.resources.streams.outputs
Constructors in org.graylog2.rest.resources.streams.outputs with parameters of type StreamServiceModifierConstructorDescriptionStreamOutputResource(OutputService outputService, StreamService streamService) -
Uses of StreamService in org.graylog2.rest.resources.streams.rules
Constructors in org.graylog2.rest.resources.streams.rules with parameters of type StreamServiceModifierConstructorDescriptionStreamRuleResource(StreamRuleService streamRuleService, StreamService streamService) -
Uses of StreamService in org.graylog2.streams
Classes in org.graylog2.streams that implement StreamServiceConstructors in org.graylog2.streams with parameters of type StreamServiceModifierConstructorDescriptionDefaultStreamChangeHandler(StreamService streamService, DefaultStreamProvider defaultStreamProvider, com.google.common.eventbus.EventBus eventBus) OutputServiceImpl(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapperProvider, StreamService streamService, ClusterEventBus clusterEventBus) StreamFaultManager(Configuration configuration, StreamMetrics streamMetrics, NotificationService notificationService, StreamService streamService) StreamRouter(StreamService streamService, ServerStatus serverStatus, StreamRouterEngine.Factory routerEngineFactory, com.google.common.eventbus.EventBus serverEventBus, ScheduledExecutorService scheduler) -
Uses of StreamService in org.graylog2.system.stats
Constructors in org.graylog2.system.stats with parameters of type StreamServiceModifierConstructorDescriptionClusterStatsService(MongoProbe mongoProbe, UserService userService, InputService inputService, StreamService streamService, StreamRuleService streamRuleService, OutputService outputService, DashboardService dashboardService, Cluster cluster)