| Package | Description |
|---|---|
| org.graylog2.rest.models.system.inputs.extractors.responses | |
| org.graylog2.rest.resources.system.inputs |
| Modifier and Type | Method and Description |
|---|---|
static ExtractorSummary |
ExtractorSummary.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) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<ExtractorSummary> |
ExtractorSummaryList.extractors() |
| Modifier and Type | Method and Description |
|---|---|
static ExtractorSummaryList |
ExtractorSummaryList.create(int total,
List<ExtractorSummary> extractors) |
static ExtractorSummaryList |
ExtractorSummaryList.create(List<ExtractorSummary> extractors) |
| Modifier and Type | Method and Description |
|---|---|
ExtractorSummary |
ExtractorsResource.single(String inputId,
String extractorId) |
ExtractorSummary |
ExtractorsResource.update(String inputId,
String extractorId,
CreateExtractorRequest cer) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.