@Path(value="/tools/split_and_index_tester") public class SplitAndIndexTesterResource extends RestResource
objectMapper, serverStatus, userService
Constructor and Description |
---|
SplitAndIndexTesterResource() |
Modifier and Type | Method and Description |
---|---|
SplitAndIndexTesterResponse |
splitAndIndexTester(String splitBy,
int index,
String string) |
bytesToValueMap, checkPermission, checkPermission, getCurrentUser, getSubject, guessContentType, isPermitted, isPermitted, page, restrictToMaster, setPrettyPrint
@GET @Timed @Produces(value="application/json") public SplitAndIndexTesterResponse splitAndIndexTester(@QueryParam(value="split_by")@NotNull String splitBy, @QueryParam(value="index")@Min(value=0L) int index, @QueryParam(value="string")@NotNull String string)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.