Uses of Class
org.graylog2.rest.models.system.inputs.extractors.responses.ExtractorSummary
Packages that use ExtractorSummary
Package
Description
-
Uses of ExtractorSummary in org.graylog2.rest.models.system.inputs.extractors.responses
Methods in org.graylog2.rest.models.system.inputs.extractors.responses that return ExtractorSummaryModifier and TypeMethodDescriptionstatic ExtractorSummaryExtractorSummary.create(String id, String title, String type, String cursorStrategy, String sourceField, String targetField, Map<String, Object> extractorConfig, String creatorUserId, List<Map<String, Object>> converters, String conditionType, String conditionValue, Long order, Long exceptions, Long converterExceptions, ExtractorMetrics metrics) Methods in org.graylog2.rest.models.system.inputs.extractors.responses that return types with arguments of type ExtractorSummaryModifier and TypeMethodDescriptionabstract List<ExtractorSummary>ExtractorSummaryList.extractors()Method parameters in org.graylog2.rest.models.system.inputs.extractors.responses with type arguments of type ExtractorSummaryModifier and TypeMethodDescriptionstatic ExtractorSummaryListExtractorSummaryList.create(int total, List<ExtractorSummary> extractors) static ExtractorSummaryListExtractorSummaryList.create(List<ExtractorSummary> extractors) -
Uses of ExtractorSummary in org.graylog2.rest.resources.system.inputs
Methods in org.graylog2.rest.resources.system.inputs that return ExtractorSummaryModifier and TypeMethodDescriptionExtractorsResource.update(String inputId, String extractorId, @Valid @NotNull CreateExtractorRequest cer)