Uses of Class
org.graylog2.rest.models.system.inputs.extractors.requests.CreateExtractorRequest
Packages that use CreateExtractorRequest
Package
Description
-
Uses of CreateExtractorRequest in org.graylog2.rest.models.system.inputs.extractors.requests
Methods in org.graylog2.rest.models.system.inputs.extractors.requests that return CreateExtractorRequestModifier and TypeMethodDescriptionstatic CreateExtractorRequestCreateExtractorRequest.create(@NotEmpty String title, String cursorStrategy, @NotEmpty String sourceField, @NotEmpty String targetField, @NotEmpty String extractorType, Map<String, Object> extractorConfig, List<Map<String, Object>> converters, String conditionType, String conditionValue, long order) -
Uses of CreateExtractorRequest in org.graylog2.rest.resources.system.inputs
Methods in org.graylog2.rest.resources.system.inputs with parameters of type CreateExtractorRequestModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseExtractorsResource.create(String inputId, @Valid @NotNull CreateExtractorRequest cer) ExtractorsResource.update(String inputId, String extractorId, @Valid @NotNull CreateExtractorRequest cer)