| Package | Description |
|---|---|
| org.graylog2.rest.models.system.inputs.extractors.responses |
| 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) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.