Skip to content

0.8.0 Matching index with regex pattern #20

Compare
Choose a tag to compare
@3h4x 3h4x released this 30 Jun 17:12
21624d9

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 create logstash-%Y-%m-%d. Such pattern triggers deletion of all indexes by this lambda.