| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.flume.sink.elasticsearch.ElasticSearchSinkConstants
public class ElasticSearchSinkConstants
| Field Summary | |
|---|---|
| static String | BATCH_SIZEMaximum number of events the sink should take from the channel per transaction, if available. | 
| static String | CLIENT_PREFIXThe client prefix to extract the configuration that will be passed to elasticsearch client. | 
| static String | CLIENT_TYPEThe client type used for sending bulks to ElasticSearch | 
| static String | CLUSTER_NAMEName of the ElasticSearch cluster to connect to | 
| static String | DEFAULT_CLIENT_TYPE | 
| static String | DEFAULT_CLUSTER_NAME | 
| static String | DEFAULT_INDEX_NAME | 
| static String | DEFAULT_INDEX_NAME_BUILDER_CLASS | 
| static String | DEFAULT_INDEX_TYPE | 
| static int | DEFAULT_PORTDEFAULTS USED BY THE SINK | 
| static String | DEFAULT_SERIALIZER_CLASS | 
| static int | DEFAULT_TTL | 
| static String | HOSTNAMESComma separated list of hostname:port, if the port is not present the default port '9300' will be used | 
| static String | INDEX_NAMEThe name to index the document to, defaults to 'flume' | 
| static String | INDEX_NAME_BUILDERThe fully qualified class name of the index name builder the sink should use to determine name of index where the event should be sent. | 
| static String | INDEX_NAME_BUILDER_PREFIXThe fully qualified class name of the index name builder the sink should use to determine name of index where the event should be sent. | 
| static String | INDEX_TYPEThe type to index the document to, defaults to 'log' | 
| static String | SERIALIZERThe fully qualified class name of the serializer the sink should use. | 
| static String | SERIALIZER_PREFIXConfiguration to pass to the serializer. | 
| static String | TTLTTL in days, when set will cause the expired documents to be deleted automatically, if not set documents will never be automatically deleted | 
| static String | TTL_REGEX | 
| 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 String INDEX_NAME_BUILDER
public static final String INDEX_NAME_BUILDER_PREFIX
public static final String CLIENT_TYPE
public static final String CLIENT_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
public static final String DEFAULT_CLIENT_TYPE
public static final String TTL_REGEX
public static final String DEFAULT_SERIALIZER_CLASS
public static final String DEFAULT_INDEX_NAME_BUILDER_CLASS
| Constructor Detail | 
|---|
public ElasticSearchSinkConstants()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||