|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.flume.sink.elasticsearch.ElasticSearchSinkConstants
public class ElasticSearchSinkConstants
Field Summary | |
---|---|
static String |
BATCH_SIZE
Maximum number of events the sink should take from the channel per transaction, if available. |
static String |
CLUSTER_NAME
Name of the ElasticSearch cluster to connect to |
static String |
DEFAULT_CLUSTER_NAME
|
static String |
DEFAULT_INDEX_NAME
|
static String |
DEFAULT_INDEX_TYPE
|
static int |
DEFAULT_PORT
DEFAULTS USED BY THE SINK |
static int |
DEFAULT_TTL
|
static String |
HOSTNAMES
Comma separated list of hostname:port, if the port is not present the default port '9300' will be used |
static String |
INDEX_NAME
The name to index the document to, defaults to 'flume' |
static String |
INDEX_TYPE
The type to index the document to, defaults to 'log' |
static String |
SERIALIZER
The fully qualified class name of the serializer the sink should use. |
static String |
SERIALIZER_PREFIX
Configuration to pass to the serializer. |
static String |
TTL
TTL in days, when set will cause the expired documents to be deleted automatically, if not set documents will never be automatically deleted |
Constructor Summary | |
---|---|
ElasticSearchSinkConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String HOSTNAMES
127.0.0.1:92001,127.0.0.2:9300
public static final String INDEX_NAME
public static final String INDEX_TYPE
public static final String CLUSTER_NAME
public static final String BATCH_SIZE
public static final String TTL
public static final String SERIALIZER
public static final String SERIALIZER_PREFIX
public static final int DEFAULT_PORT
public static final int DEFAULT_TTL
public static final String DEFAULT_INDEX_NAME
public static final String DEFAULT_INDEX_TYPE
public static final String DEFAULT_CLUSTER_NAME
Constructor Detail |
---|
public ElasticSearchSinkConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |