Rollover API 是否支持时间加序号的索引格式?
举例:当前索引是log-2019.03.01-000001
rollover条件是:
{
"conditions" : {
"max_docs": 100,
"max_age": "1d"
}
}'
Rollover能否支持,当文档数量大于100时,但是时间未超过1天时,索引只是根据序号递增,即新索引是log-2019.03.01-000002;
当文档数量小于100时,但是时间超过1天时,索引只是根据时间变化,即新索引是log-2019.03.02-000001;
这种时间格式和序号格式能否合在一起使用?
举例:当前索引是log-2019.03.01-000001
rollover条件是:
{
"conditions" : {
"max_docs": 100,
"max_age": "1d"
}
}'
Rollover能否支持,当文档数量大于100时,但是时间未超过1天时,索引只是根据序号递增,即新索引是log-2019.03.01-000002;
当文档数量小于100时,但是时间超过1天时,索引只是根据时间变化,即新索引是log-2019.03.02-000001;
这种时间格式和序号格式能否合在一起使用?
1 个回复
laoyang360 - 《一本书讲透Elasticsearch》作者,Elastic认证工程师 [死磕Elasitcsearch]知识星球地址:http://t.cn/RmwM3N9;微信公众号:铭毅天下; 博客:https://elastic.blog.csdn.net
赞同来自: