Uses of Interface
org.graylog.plugins.views.search.searchfilters.model.UsedSearchFilter
Packages that use UsedSearchFilter
Package
Description
-
Uses of UsedSearchFilter in org.graylog.events.contentpack.entities
Methods in org.graylog.events.contentpack.entities that return types with arguments of type UsedSearchFilterModifier and TypeMethodDescriptionabstract List<UsedSearchFilter>AggregationEventProcessorConfigEntity.filters()Method parameters in org.graylog.events.contentpack.entities with type arguments of type UsedSearchFilterModifier and TypeMethodDescriptionAggregationEventProcessorConfigEntity.Builder.filters(List<UsedSearchFilter> filters) -
Uses of UsedSearchFilter in org.graylog.events.event
Methods in org.graylog.events.event that return types with arguments of type UsedSearchFilterMethod parameters in org.graylog.events.event with type arguments of type UsedSearchFilterModifier and TypeMethodDescriptionabstract EventReplayInfo.BuilderEventReplayInfo.Builder.filters(List<UsedSearchFilter> filters) -
Uses of UsedSearchFilter in org.graylog.events.processor
Methods in org.graylog.events.processor that return types with arguments of type UsedSearchFilterMethod parameters in org.graylog.events.processor with type arguments of type UsedSearchFilterModifier and TypeMethodDescriptiondefault EventProcessorConfigEventProcessorConfig.updateFilters(List<UsedSearchFilter> filters) -
Uses of UsedSearchFilter in org.graylog.events.processor.aggregation
Methods in org.graylog.events.processor.aggregation that return types with arguments of type UsedSearchFilterModifier and TypeMethodDescriptionabstract List<UsedSearchFilter>AggregationEventProcessorConfig.filters()Method parameters in org.graylog.events.processor.aggregation with type arguments of type UsedSearchFilterModifier and TypeMethodDescriptionAggregationEventProcessorConfig.Builder.filters(List<UsedSearchFilter> filters) AggregationEventProcessorConfig.updateFilters(List<UsedSearchFilter> filters) -
Uses of UsedSearchFilter in org.graylog.events.search
Method parameters in org.graylog.events.search with type arguments of type UsedSearchFilterModifier and TypeMethodDescriptionvoidMoreSearchAdapter.scrollEvents(String queryString, TimeRange timeRange, Set<String> affectedIndices, Set<String> streams, List<UsedSearchFilter> filters, int batchSize, MoreSearchAdapter.ScrollEventsCallback resultCallback) voidMoreSearch.scrollQuery(String queryString, Set<String> streams, List<UsedSearchFilter> filters, Set<Parameter> queryParameters, TimeRange timeRange, int batchSize, MoreSearch.ScrollCallback resultCallback) This scrolls results for the given query, streams and time range from Elasticsearch. -
Uses of UsedSearchFilter in org.graylog.plugins.views.search
Methods in org.graylog.plugins.views.search that return types with arguments of type UsedSearchFilterModifier and TypeMethodDescriptionabstract List<UsedSearchFilter>Query.filters()SearchType.Fallback.filters()SearchType.filters()Method parameters in org.graylog.plugins.views.search with type arguments of type UsedSearchFilterModifier and TypeMethodDescriptionabstract Query.BuilderQuery.Builder.filters(List<UsedSearchFilter> filters) SearchTypeBuilder.filters(List<UsedSearchFilter> filters) SearchType.Fallback.withFilters(List<UsedSearchFilter> filters) default SearchTypeSearchType.withFilters(List<UsedSearchFilter> filters) -
Uses of UsedSearchFilter in org.graylog.plugins.views.search.export
Methods in org.graylog.plugins.views.search.export that return types with arguments of type UsedSearchFilterModifier and TypeMethodDescriptionabstract Collection<UsedSearchFilter>ExportMessagesCommand.usedSearchFilters()Method parameters in org.graylog.plugins.views.search.export with type arguments of type UsedSearchFilterModifier and TypeMethodDescriptionabstract ExportMessagesCommand.BuilderExportMessagesCommand.Builder.usedSearchFilters(Collection<UsedSearchFilter> usedSearchFilters) -
Uses of UsedSearchFilter in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest that return types with arguments of type UsedSearchFilterModifier and TypeMethodDescriptionabstract List<UsedSearchFilter>QueryDTO.filters()abstract Optional<List<UsedSearchFilter>>QueryDTOv2.filters()Method parameters in org.graylog.plugins.views.search.rest with type arguments of type UsedSearchFilterModifier and TypeMethodDescriptionabstract QueryDTO.BuilderQueryDTO.Builder.filters(List<UsedSearchFilter> usedSearchFilters) abstract QueryDTOv2.BuilderQueryDTOv2.Builder.filters(List<UsedSearchFilter> searchFilters) -
Uses of UsedSearchFilter in org.graylog.plugins.views.search.searchfilters.db
Methods in org.graylog.plugins.views.search.searchfilters.db that return types with arguments of type UsedSearchFilterModifier and TypeMethodDescriptionIgnoreSearchFilters.reFetch(List<UsedSearchFilter> storedInSearch) SearchFiltersReFetcher.reFetch(List<UsedSearchFilter> storedInSearch) Method parameters in org.graylog.plugins.views.search.searchfilters.db with type arguments of type UsedSearchFilterModifier and TypeMethodDescriptionIgnoreSearchFilters.map(Collection<UsedSearchFilter> usedSearchFilters) UsedSearchFiltersToQueryStringsMapper.map(Collection<UsedSearchFilter> usedSearchFilters) IgnoreSearchFilters.reFetch(List<UsedSearchFilter> storedInSearch) SearchFiltersReFetcher.reFetch(List<UsedSearchFilter> storedInSearch) -
Uses of UsedSearchFilter in org.graylog.plugins.views.search.searchfilters.model
Subinterfaces of UsedSearchFilter in org.graylog.plugins.views.search.searchfilters.modelClasses in org.graylog.plugins.views.search.searchfilters.model that implement UsedSearchFilterModifier and TypeClassDescriptionclassclassMethods in org.graylog.plugins.views.search.searchfilters.model that return UsedSearchFilterModifier and TypeMethodDescriptionReferencedQueryStringSearchFilter.toContentPackEntity(EntityDescriptorIds entityDescriptorIds) default UsedSearchFilterUsedSearchFilter.toContentPackEntity(EntityDescriptorIds entityDescriptorIds) ReferencedQueryStringSearchFilter.toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) default UsedSearchFilterUsedSearchFilter.toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) InlineQueryStringSearchFilter.withQueryString(String queryString) QueryStringSearchFilter.withQueryString(String queryString) ReferencedQueryStringSearchFilter.withQueryString(String queryString) Methods in org.graylog.plugins.views.search.searchfilters.model that return types with arguments of type UsedSearchFilter -
Uses of UsedSearchFilter in org.graylog.plugins.views.search.searchtypes
Methods in org.graylog.plugins.views.search.searchtypes that return types with arguments of type UsedSearchFilterMethod parameters in org.graylog.plugins.views.search.searchtypes with type arguments of type UsedSearchFilterModifier and TypeMethodDescriptionabstract MessageList.BuilderMessageList.Builder.filters(List<UsedSearchFilter> filters) -
Uses of UsedSearchFilter in org.graylog.plugins.views.search.searchtypes.events
Methods in org.graylog.plugins.views.search.searchtypes.events that return types with arguments of type UsedSearchFilterMethod parameters in org.graylog.plugins.views.search.searchtypes.events with type arguments of type UsedSearchFilterModifier and TypeMethodDescriptionabstract EventList.BuilderEventList.Builder.filters(List<UsedSearchFilter> filters) -
Uses of UsedSearchFilter in org.graylog.plugins.views.search.searchtypes.pivot
Methods in org.graylog.plugins.views.search.searchtypes.pivot that return types with arguments of type UsedSearchFilterMethod parameters in org.graylog.plugins.views.search.searchtypes.pivot with type arguments of type UsedSearchFilterModifier and TypeMethodDescriptionabstract Pivot.BuilderPivot.Builder.filters(List<UsedSearchFilter> filters) -
Uses of UsedSearchFilter in org.graylog.plugins.views.search.views
Methods in org.graylog.plugins.views.search.views that return types with arguments of type UsedSearchFilterMethod parameters in org.graylog.plugins.views.search.views with type arguments of type UsedSearchFilterModifier and TypeMethodDescriptionabstract WidgetDTO.BuilderWidgetDTO.Builder.filters(List<UsedSearchFilter> filters) -
Uses of UsedSearchFilter in org.graylog2.contentpacks.model.entities
Methods in org.graylog2.contentpacks.model.entities that return types with arguments of type UsedSearchFilterModifier and TypeMethodDescriptionabstract List<UsedSearchFilter>EventListEntity.filters()abstract List<UsedSearchFilter>MessageListEntity.filters()abstract List<UsedSearchFilter>PivotEntity.filters()abstract List<UsedSearchFilter>QueryEntity.filters()SearchTypeEntity.Fallback.filters()SearchTypeEntity.filters()abstract List<UsedSearchFilter>WidgetEntity.filters()Method parameters in org.graylog2.contentpacks.model.entities with type arguments of type UsedSearchFilterModifier and TypeMethodDescriptionabstract EventListEntity.BuilderEventListEntity.Builder.filters(List<UsedSearchFilter> filters) abstract MessageListEntity.BuilderMessageListEntity.Builder.filters(List<UsedSearchFilter> filters) abstract PivotEntity.BuilderPivotEntity.Builder.filters(List<UsedSearchFilter> filters) abstract QueryEntity.BuilderQueryEntity.Builder.filters(List<UsedSearchFilter> filters) abstract WidgetEntity.BuilderWidgetEntity.Builder.filters(List<UsedSearchFilter> filters) -
Uses of UsedSearchFilter in org.graylog2.indexer.searches
Methods in org.graylog2.indexer.searches that return types with arguments of type UsedSearchFilterMethod parameters in org.graylog2.indexer.searches with type arguments of type UsedSearchFilterModifier and TypeMethodDescriptionabstract ChunkCommand.BuilderChunkCommand.Builder.filters(List<UsedSearchFilter> filters)