纪元

编辑

此设置可在age 筛选器类型中使用,以及任何具有use_age 设置的筛选器中使用。此设置完全可选。

此设置并不常见,最常用于测试。

unitunit_count以及可选的epoch,由 Curator 用于根据以下公式建立时间参考点

point_of_reference = epoch - ((number of seconds in unit) * unit_count)

如果未设置epoch,则使用当前时间。通过为unit_count使用负值,可以设置未来的参考点。

示例

编辑
 - filtertype: age
   source: creation_date
   direction: older
   unit: days
   unit_count: 3
   epoch: 1491577200

此设置的值必须是纪元时间戳。在此示例中,给定的纪元时间1491577200为 2017-04-04T15:00:00Z (UTC)。这将使用比该时间戳早 3 天的时间作为年龄比较的参考点。