| Package | Description |
|---|---|
| org.graylog2.rest.resources.system.indexer | |
| org.graylog2.rest.resources.system.indexer.requests |
| Modifier and Type | Method and Description |
|---|---|
IndexSetSummary |
IndexSetsResource.update(String id,
@Valid @NotNull IndexSetUpdateRequest updateRequest) |
| Modifier and Type | Method and Description |
|---|---|
static IndexSetUpdateRequest |
IndexSetUpdateRequest.create(@NotBlank String title,
String description,
boolean isWritable,
@Min(value=1L) int shards,
@Min(value=0L) int replicas,
@NotNull String rotationStrategyClass,
@NotNull RotationStrategyConfig rotationStrategy,
@NotNull String retentionStrategyClass,
@NotNull RetentionStrategyConfig retentionStrategy,
@Min(value=1L) int indexOptimizationMaxNumSegments,
boolean indexOptimizationDisabled,
org.joda.time.Duration fieldTypeRefreshInterval) |
static IndexSetUpdateRequest |
IndexSetUpdateRequest.fromIndexSetConfig(IndexSetConfig indexSet) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.