| Package | Description |
|---|---|
| org.graylog2.bundles | |
| org.graylog2.inputs | |
| org.graylog2.inputs.extractors | |
| org.graylog2.plugin.inputs | |
| org.graylog2.system.stats |
| Modifier and Type | Method and Description |
|---|---|
Extractor.Type |
Extractor.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Extractor.setType(Extractor.Type type) |
| Modifier and Type | Method and Description |
|---|---|
Map<Extractor.Type,Long> |
InputServiceImpl.totalExtractorCountByType() |
Map<Extractor.Type,Long> |
InputService.totalExtractorCountByType() |
| 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) |
| Modifier and Type | Field and Description |
|---|---|
protected Extractor.Type |
Extractor.superType |
| Modifier and Type | Method and Description |
|---|---|
static Extractor.Type |
Extractor.Type.fuzzyValueOf(String s)
Just like
valueOf(String) but uses the upper case string and doesn't throw exceptions. |
Extractor.Type |
Extractor.getType() |
static Extractor.Type |
Extractor.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Extractor.Type[] |
Extractor.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Extractor(com.codahale.metrics.MetricRegistry metricRegistry,
String id,
String title,
long order,
Extractor.Type type,
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 |
|---|---|
abstract Map<Extractor.Type,Long> |
ClusterStats.extractorCountByType() |
| Modifier and Type | Method and Description |
|---|---|
static ClusterStats |
ClusterStats.create(ElasticsearchStats elasticsearchStats,
MongoStats mongoStats,
long streamCount,
long streamRuleCount,
Map<String,Long> streamRuleCountByStream,
long userCount,
long outputCount,
Map<String,Long> outputCountByType,
long dashboardCount,
long inputCount,
long globalInputCount,
Map<String,Long> inputCountByType,
long extractorCount,
Map<Extractor.Type,Long> extractorCountByType,
long contentPackCount,
LdapStats ldapStats,
AlarmStats alarmStats) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.