0.8.0 Matching index with regex pattern #20
what
- Added matching index and splitting it with regex pattern.
why
- Fluentd send logs to ES and creates indexes with pattern
logstash-%Y.%m.%d
where it's possible for other applications to create different index patterns - for example Kinesis Firehose will createlogstash-%Y-%m-%d
. Such pattern triggers deletion of all indexes by this lambda.