Uses of Record Class
org.graylog.plugins.views.search.rest.scriptingapi.request.AggregationRequestSpec
Packages that use AggregationRequestSpec
Package
Description
-
Uses of AggregationRequestSpec in org.graylog.plugins.views.search.rest.scriptingapi
Methods in org.graylog.plugins.views.search.rest.scriptingapi with parameters of type AggregationRequestSpecModifier and TypeMethodDescriptionScriptingApiResource.executeQuery(@Valid AggregationRequestSpec aggregationRequestSpec, SearchUser searchUser) -
Uses of AggregationRequestSpec in org.graylog.plugins.views.search.rest.scriptingapi.mapping
Methods in org.graylog.plugins.views.search.rest.scriptingapi.mapping that return AggregationRequestSpecModifier and TypeMethodDescriptionQueryParamsToFullRequestSpecificationMapper.simpleQueryParamsToFullRequestSpecification(String query, Set<String> streams, String timerangeKeyword, List<String> groups, List<String> metrics) Methods in org.graylog.plugins.views.search.rest.scriptingapi.mapping with parameters of type AggregationRequestSpecModifier and TypeMethodDescriptionAggregationSpecToPivotMapper.apply(AggregationRequestSpec aggregationSpec) AggregationTabularResponseCreator.mapToResponse(AggregationRequestSpec searchRequestSpec, SearchJob searchJob) SearchRequestSpecToSearchMapper.mapToSearch(AggregationRequestSpec aggregationRequestSpec, SearchUser searchUser)