| Package | Description |
|---|---|
| org.graylog2.rest.models.system.inputs.extractors.requests | |
| org.graylog2.rest.resources.system.inputs |
| Modifier and Type | Method and Description |
|---|---|
static CreateExtractorRequest |
CreateExtractorRequest.create(@NotEmpty String title,
String cutOrCopy,
@NotEmpty String sourceField,
@NotEmpty String targetField,
@NotEmpty String extractorType,
Map<String,Object> extractorConfig,
Map<String,Map<String,Object>> converters,
String conditionType,
String conditionValue,
long order) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ExtractorsResource.create(String inputId,
@Valid @NotNull CreateExtractorRequest cer) |
ExtractorSummary |
ExtractorsResource.update(String inputId,
String extractorId,
@Valid @NotNull CreateExtractorRequest cer) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.