Uses of Class
org.graylog2.indexer.indexset.IndexSetConfig
Packages that use IndexSetConfig
Package
Description
-
Uses of IndexSetConfig in org.graylog2.indexer
Fields in org.graylog2.indexer declared as IndexSetConfigMethods in org.graylog2.indexer that return IndexSetConfigModifier and TypeMethodDescriptionIndexSet.getConfig()The configuration for this index set.MongoIndexSet.getConfig()TestIndexSet.getConfig()Methods in org.graylog2.indexer with parameters of type IndexSetConfigModifier and TypeMethodDescriptionBasicIndexTemplateProvider.create(SearchVersion searchVersion, IndexSetConfig indexSetConfig) IndexTemplateProvider.create(SearchVersion searchVersion, IndexSetConfig indexSetConfig) MongoIndexSet.Factory.create(IndexSetConfig config) IndexMappingFactory.createIndexMapping(IndexSetConfig indexSetConfig) IndexSetValidator.validate(IndexSetConfig newConfig) IndexSetValidator.validateMappingChangesAreLegal(IndexSetConfig config) Method parameters in org.graylog2.indexer with type arguments of type IndexSetConfigModifier and TypeMethodDescriptionIndexSetRegistry.getFromIndexConfig(Collection<IndexSetConfig> indexSetConfigs) Returns theIndexSets for the given indices.MongoIndexSetRegistry.getFromIndexConfig(Collection<IndexSetConfig> indexSetConfigs) Constructors in org.graylog2.indexer with parameters of type IndexSetConfigModifierConstructorDescriptionMongoIndexSet(IndexSetConfig config, Indices indices, NodeId nodeId, IndexRangeService indexRangeService, AuditEventSender auditEventSender, SystemJobManager systemJobManager, SetIndexReadOnlyAndCalculateRangeJob.Factory jobFactory, ActivityWriter activityWriter) TestIndexSet(IndexSetConfig config) -
Uses of IndexSetConfig in org.graylog2.indexer.indexset
Methods in org.graylog2.indexer.indexset that return IndexSetConfigModifier and TypeMethodDescriptionabstract IndexSetConfigIndexSetConfig.Builder.build()static IndexSetConfigIndexSetConfig.create(String id, @NotBlank String title, String description, Boolean isWritable, Boolean isRegular, @Pattern(regexp="^[a-z0-9][a-z0-9_+-]*$") String indexPrefix, String indexMatchPattern, String indexWildcard, @jakarta.validation.constraints.Min(1L) int shards, @jakarta.validation.constraints.Min(0L) int replicas, String rotationStrategyClass, RotationStrategyConfig rotationStrategy, String retentionStrategyClass, RetentionStrategyConfig retentionStrategy, @NotNull ZonedDateTime creationDate, String indexAnalyzer, String indexTemplateName, String indexTemplateType, Integer maxNumSegments, Boolean indexOptimizationDisabled, org.joda.time.Duration fieldTypeRefreshInterval, CustomFieldMappings customFieldMappings, @ValidObjectId String fieldTypeProfile, DataTieringConfig dataTiering) static IndexSetConfigIndexSetConfig.create(String title, String description, boolean isWritable, Boolean isRegular, String indexPrefix, int shards, int replicas, String rotationStrategyClass, RotationStrategyConfig rotationStrategy, String retentionStrategyClass, RetentionStrategyConfig retentionStrategy, ZonedDateTime creationDate, String indexAnalyzer, String indexTemplateName, String indexTemplateType, int indexOptimizationMaxNumSegments, boolean indexOptimizationDisabled) static IndexSetConfigIndexSetConfig.create(String id, String title, String description, boolean isWritable, Boolean isRegular, String indexPrefix, int shards, int replicas, String rotationStrategyClass, RotationStrategyConfig rotationStrategy, String retentionStrategyClass, RetentionStrategyConfig retentionStrategy, ZonedDateTime creationDate, String indexAnalyzer, String indexTemplateName, String indexTemplateType, int indexOptimizationMaxNumSegments, boolean indexOptimizationDisabled) IndexSetService.getDefault()Retrieve the default index set.MongoIndexSetService.getDefault()IndexSetService.save(IndexSetConfig indexSetConfig) Save the given index set.MongoIndexSetService.save(IndexSetConfig indexSetConfig) Save the given index set.Methods in org.graylog2.indexer.indexset that return types with arguments of type IndexSetConfigModifier and TypeMethodDescriptionIndexSetService.findAll()Retrieve all index sets.MongoIndexSetService.findAll()Retrieve all index sets.Retrieve all index sets which match one of the specified IDs.IndexSetService.findMany(org.mongojack.DBQuery.Query query) MongoIndexSetService.findMany(org.mongojack.DBQuery.Query query) IndexSetService.findOne(org.mongojack.DBQuery.Query query) Retrieve an index set based on the givenDBQuery.Query.MongoIndexSetService.findOne(org.mongojack.DBQuery.Query query) Retrieve an index set based on the givenDBQuery.Query.IndexSetService.findPaginated(Set<String> indexSetIds, int limit, int skip) Retrieve a paginated set of index set.MongoIndexSetService.findPaginated(Set<String> indexSetIds, int limit, int skip) Retrieve a paginated set of index set.IndexSetService.get(org.bson.types.ObjectId id) Retrieve index set with the given ID.MongoIndexSetService.get(org.bson.types.ObjectId id) Retrieve index set with the given ID.IndexSetService.searchByTitle(String searchString) MongoIndexSetService.searchByTitle(String searchString) Methods in org.graylog2.indexer.indexset with parameters of type IndexSetConfigModifier and TypeMethodDescriptionintIndexSetConfig.compareTo(IndexSetConfig o) IndexSetService.save(IndexSetConfig indexSetConfig) Save the given index set.MongoIndexSetService.save(IndexSetConfig indexSetConfig) Save the given index set.Constructor parameters in org.graylog2.indexer.indexset with type arguments of type IndexSetConfigModifierConstructorDescriptionprotectedMongoIndexSetService(JacksonDBCollection<IndexSetConfig, org.bson.types.ObjectId> collection, StreamService streamService, ClusterConfigService clusterConfigService, ClusterEventBus clusterEventBus) -
Uses of IndexSetConfig in org.graylog2.indexer.indexset.events
Methods in org.graylog2.indexer.indexset.events that return IndexSetConfigMethods in org.graylog2.indexer.indexset.events with parameters of type IndexSetConfigModifier and TypeMethodDescriptionstatic IndexSetCreatedEventIndexSetCreatedEvent.create(@Valid IndexSetConfig indexSet) -
Uses of IndexSetConfig in org.graylog2.indexer.indices
Methods in org.graylog2.indexer.indices with parameters of type IndexSetConfigModifier and TypeMethodDescriptionIndices.getTemplateIndexSetConfig(IndexSet indexSet, IndexSetConfig indexSetConfig, IndexFieldTypeProfileService profileService) -
Uses of IndexSetConfig in org.graylog2.rest.models.system.indices
Methods in org.graylog2.rest.models.system.indices with parameters of type IndexSetConfigModifier and TypeMethodDescriptionDataTieringStatusService.getStatus(IndexSet indexSet, IndexSetConfig indexSetConfig) Return data-tiering status, if available in the caller's environmentDefaultDataTieringStatusService.getStatus(IndexSet indexSet, IndexSetConfig indexSetConfig) -
Uses of IndexSetConfig in org.graylog2.rest.resources.system.indexer.requests
Methods in org.graylog2.rest.resources.system.indexer.requests that return IndexSetConfigModifier and TypeMethodDescriptionIndexSetUpdateRequest.toIndexSetConfig(String id, IndexSetConfig oldConfig) Methods in org.graylog2.rest.resources.system.indexer.requests with parameters of type IndexSetConfigModifier and TypeMethodDescriptionstatic IndexSetUpdateRequestIndexSetUpdateRequest.fromIndexSetConfig(IndexSetConfig indexSet) IndexSetUpdateRequest.toIndexSetConfig(String id, IndexSetConfig oldConfig) -
Uses of IndexSetConfig in org.graylog2.rest.resources.system.indexer.responses
Methods in org.graylog2.rest.resources.system.indexer.responses that return IndexSetConfigMethods in org.graylog2.rest.resources.system.indexer.responses with parameters of type IndexSetConfigModifier and TypeMethodDescriptionstatic IndexSetSummaryIndexSetSummary.fromIndexSetConfig(IndexSetConfig indexSet, boolean isDefault) static IndexSetSummaryIndexSetSummary.fromIndexSetConfig(IndexSetConfig indexSet, boolean isDefault, DataTieringStatus dataTieringStatus)