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, NotificationService notificationService, PermittedStreams permittedStreams, Set<EventQuerySearchTypeSupplier> eventQueryModifiers, MessageFactory messageFactory) PivotAggregationSearch(AggregationEventProcessorConfig config, AggregationEventProcessorParameters parameters, AggregationSearch.User searchOwner, EventDefinition eventDefinition, List<SearchType> additionalSearchTypes, SearchJobService searchJobService, QueryEngine queryEngine, EventsConfigurationProvider configProvider, MoreSearch moreSearch, PermittedStreams permittedStreams, NotificationService notificationService, QueryStringDecorators queryStringDecorators) -
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)