Uses of Class
org.graylog.events.search.MoreSearch
Packages that use MoreSearch
-
Uses of MoreSearch in org.graylog.events.processor.aggregation
Constructors in org.graylog.events.processor.aggregation with parameters of type MoreSearchModifierConstructorDescriptionAggregationEventProcessor(EventDefinition eventDefinition, AggregationSearch.Factory aggregationSearchFactory, EventProcessorDependencyCheck dependencyCheck, DBEventProcessorStateService stateService, MoreSearch moreSearch, EventStreamService eventStreamService, Messages messages) PivotAggregationSearch(AggregationEventProcessorConfig config, AggregationEventProcessorParameters parameters, String searchOwner, EventDefinition eventDefinition, SearchJobService searchJobService, QueryEngine queryEngine, EventsConfigurationProvider configProvider, MoreSearch moreSearch, PermittedStreams permittedStreams, NotificationService notificationService) -
Uses of MoreSearch in org.graylog.events.search
Constructors in org.graylog.events.search with parameters of type MoreSearchModifierConstructorDescriptionEventsSearchService(MoreSearch moreSearch, StreamService streamService, DBEventDefinitionService eventDefinitionService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)