| Package | Description |
|---|---|
| org.graylog2.inputs | |
| org.graylog2.inputs.extractors |
| Modifier and Type | Method and Description |
|---|---|
Extractor |
InputServiceImpl.getExtractor(Input input,
String extractorId) |
Extractor |
InputService.getExtractor(Input input,
String extractorId) |
| Modifier and Type | Method and Description |
|---|---|
List<Extractor> |
InputServiceImpl.getExtractors(Input input) |
List<Extractor> |
InputService.getExtractors(Input input) |
| Modifier and Type | Method and Description |
|---|---|
void |
InputServiceImpl.addExtractor(Input input,
Extractor extractor) |
void |
InputService.addExtractor(Input input,
Extractor extractor) |
| Modifier and Type | Class and Description |
|---|---|
class |
CopyInputExtractor |
class |
GrokExtractor |
class |
JsonExtractor |
class |
RegexExtractor |
class |
RegexReplaceExtractor |
class |
SplitAndIndexExtractor |
class |
SubstringExtractor |
| Modifier and Type | Method and Description |
|---|---|
Extractor |
ExtractorFactory.factory(String id,
String title,
long order,
Extractor.CursorStrategy cursorStrategy,
Extractor.Type type,
String sourceField,
String targetField,
Map<String,Object> extractorConfig,
String creatorUserId,
List<Converter> converters,
Extractor.ConditionType conditionType,
String conditionValue) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.