Details
-
Improvement
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
1.5.0
-
None
-
None
Description
Currently ElasticSearchSink indexName is appended with "YYYY-MM-DD" to generate actual ElasticSearch index name and allow index rolling on a daily basis. This works well for simpler use cases but is restrictive imho. User should be able to add indexSuffix as per their own use case and also keep the indexSuffix empty if requirement demands.
agent.sinks.essink.indexName = flume becomes flume-2013-10-10.
It will be really useful to have HDFS Sink filepath style indexSuffix naming i.e. "YYYY" will roll the indexes yearly, "YYYY-MM" will create indices monthly.
Attachments
Attachments
Issue Links
- is depended upon by
-
FLUME-2884 Tag not allowed in ElasticSearch indexNameBuilder properties
- Patch Available
- is duplicated by
-
FLUME-2576 Elasticsearch sink: customizing dateFormat for IndexNameBuilder does not work
- Open
-
FLUME-2876 ElasticSearchSink: indexnameBuilderContext.putAll bug fixes
- Patch Available
-
FLUME-2391 Turn Elasticsearch sink index timestamp parametrizable
- Open
- is part of
-
FLUME-2435 elasticsearchsink: IndexNameBuilder configuration fails
- Patch Available
- is related to
-
FLUME-2424 allow index timestamp format option for ES sink
- Closed
- links to