public class Input extends Object
| Constructor and Description |
|---|
Input() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getConfiguration() |
List<Extractor> |
getExtractors() |
Map<String,String> |
getStaticFields() |
String |
getTitle() |
String |
getType() |
boolean |
isGlobal() |
void |
setConfiguration(Map<String,Object> configuration) |
void |
setExtractors(List<Extractor> extractors) |
void |
setGlobal(boolean global) |
void |
setStaticFields(Map<String,String> staticFields) |
void |
setTitle(String title) |
void |
setType(String type) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.