Curator Space filter not working correctly on small indexes

I am trying to avoid reindexing larger indexes but the curator space filter seems to not see the space properly.

I think it may have issues with indexes that are less than 1GB. What calls does curator make to get index sizes?

Here is an example filter

filters:
    - filtertype: age
      source: name
      direction: older
      timestring: '%Y.%m.%d'
      unit: days
      unit_count: 24
    - filtertype: space
      disk_space: 1
      threshold_behavior: less_than

If you set log_level to DEBUG you will see all of the math that Curator uses for each index. It's quite verbose, but you'd be able to see exactly what Curator is measuring for that comparison.

It will help to see what is exposed by that output.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.