@Path(value="/system/indexer/overview") public class IndexerOverviewResource extends RestResource
configuration, userService| Constructor and Description |
|---|
IndexerOverviewResource(DeflectorResource deflectorResource,
IndexerClusterResource indexerClusterResource,
IndexRangesResource indexRangesResource,
Counts counts,
IndexSetRegistry indexSetRegistry,
Indices indices,
Cluster cluster) |
| Modifier and Type | Method and Description |
|---|---|
IndexerOverview |
index()
Deprecated.
|
IndexerOverview |
index(String indexSetId) |
checkAnyPermission, checkPermission, checkPermission, getCurrentUser, getIndexSet, getSubject, getUriBuilderToSelf, isAnyPermitted, isAnyPermitted, isPermitted, isPermitted, setPrettyPrint@Inject public IndexerOverviewResource(DeflectorResource deflectorResource, IndexerClusterResource indexerClusterResource, IndexRangesResource indexRangesResource, Counts counts, IndexSetRegistry indexSetRegistry, Indices indices, Cluster cluster)
@GET @Timed @Produces(value="application/json") @Deprecated public IndexerOverview index() throws TooManyAliasesException
TooManyAliasesException@GET
@Timed
@Path(value="/{indexSetId}")
@Produces(value="application/json")
public IndexerOverview index(@PathParam(value="indexSetId")
String indexSetId)
throws TooManyAliasesException
TooManyAliasesExceptionCopyright © 2012–2021 Graylog, Inc.. All rights reserved.