Uses of Class
org.graylog2.indexer.searches.Searches
Packages that use Searches
-
Uses of Searches in org.graylog2.alerts.types
Constructors in org.graylog2.alerts.types with parameters of type SearchesModifierConstructorDescriptionFieldContentValueAlertCondition(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 Searches in org.graylog2.rest.resources.search
Fields in org.graylog2.rest.resources.search declared as SearchesConstructors in org.graylog2.rest.resources.search with parameters of type SearchesModifierConstructorDescriptionAbsoluteSearchResource(Searches searches, SearchExecutor searchExecutor, ClusterConfigService clusterConfigService, DecoratorProcessor decoratorProcessor) KeywordSearchResource(Searches searches, SearchExecutor searchExecutor, ClusterConfigService clusterConfigService, DecoratorProcessor decoratorProcessor) RelativeSearchResource(Searches searches, ClusterConfigService clusterConfigService, DecoratorProcessor decoratorProcessor, SearchExecutor searchExecutor) SearchResource(Searches searches, ClusterConfigService clusterConfigService, DecoratorProcessor decoratorProcessor, SearchExecutor searchExecutor)