uken / fluent-plugin-elasticsearch

Apache License 2.0
891 stars 310 forks source link

failed to push msg to new index after index rollover. #905

Closed astzyj closed 3 years ago

astzyj commented 3 years ago

what we have: ES: alias: rollover-alias index: daily-00001

policy: rollover while max_age=1m

fluentd config: index_name: daily-00001 rollover_index true deflector_alias rollover-alias

what we found:

  1. index roll over according to the policy, there are indices created like, daily-00002...
  2. docs keep push to the origin index: daily-00001.

please help.

Thanks

github-actions[bot] commented 3 years ago

@azyjie this issue was automatically closed because it did not follow the issue template.