unit_count
编辑unit_count
编辑- filtertype: age source: creation_date direction: older unit: days unit_count: 3
此设置的值将用作 unit 的乘数。
unit、unit_count 和可选的 epoch 由 Curator 用于使用以下公式建立时间点参考点
point_of_reference = epoch - ((number of seconds in unit) * unit_count)
units
计算如下
单位 | 秒 | 注意 |
---|---|---|
|
|
一秒钟 |
|
|
计算为 60 秒 |
|
|
计算为 60 分钟 (60*60) |
|
|
计算为 24 小时 (24*60*60) |
|
|
计算为 7 天 (7*24*60*60) |
|
|
计算为 30 天 (30*24*60*60) |
|
|
计算为 365 天 (365*24*60*60) |
如果 epoch 未设置,则使用当前时间。可以通过对 unit_count 使用负值来设置未来的参考点。
此设置必须由用户设置,否则将引发异常并停止执行。
如果此设置与 unit_count_pattern 结合使用,则配置的值仅在无法匹配模式时用作回退值。在这种情况下,值 -1 具有特殊含义,并且会导致在模式匹配失败时忽略索引。
有关时间计算的更多信息,请参阅 age 过滤器文档。