| Package | Description |
|---|---|
| org.graylog2.grok | |
| org.graylog2.inputs.extractors | |
| org.graylog2.rest.resources.system | |
| org.graylog2.rest.resources.system.responses |
| Modifier and Type | Method and Description |
|---|---|
GrokPattern |
GrokPatternServiceImpl.load(String patternId) |
GrokPattern |
GrokPatternService.load(String patternName) |
GrokPattern |
GrokPatternServiceImpl.save(GrokPattern pattern) |
GrokPattern |
GrokPatternService.save(GrokPattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
Set<GrokPattern> |
GrokPatternServiceImpl.loadAll() |
Set<GrokPattern> |
GrokPatternService.loadAll() |
| Modifier and Type | Method and Description |
|---|---|
GrokPattern |
GrokPatternServiceImpl.save(GrokPattern pattern) |
GrokPattern |
GrokPatternService.save(GrokPattern pattern) |
boolean |
GrokPatternServiceImpl.validate(GrokPattern pattern) |
boolean |
GrokPatternService.validate(GrokPattern pattern) |
| Constructor and Description |
|---|
GrokExtractor(com.codahale.metrics.MetricRegistry metricRegistry,
Set<GrokPattern> grokPatterns,
String id,
String title,
int order,
Extractor.CursorStrategy cursorStrategy,
String sourceField,
String targetField,
Map<String,Object> extractorConfig,
String creatorUserId,
List<Converter> converters,
Extractor.ConditionType conditionType,
String conditionValue) |
| Modifier and Type | Method and Description |
|---|---|
GrokPattern |
GrokResource.listPattern(String patternId) |
GrokPattern |
GrokResource.updatePattern(String patternId,
GrokPattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
GrokResource.createPattern(GrokPattern pattern) |
GrokPattern |
GrokResource.updatePattern(String patternId,
GrokPattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<GrokPattern> |
GrokPatternList.patterns() |
| Modifier and Type | Method and Description |
|---|---|
static GrokPatternList |
GrokPatternList.create(Collection<GrokPattern> patternList) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.