我使用的是Elasticsearch 5.2,但index creation time
无法看到http://localhost:9200/_cat/indices?v
。
想知道哪些选项会为每个索引显示index creation time
。
答案 0 :(得分:33)
查看cat API:您可以通过http://localhost:9200/_cat/indices?help
获取可用参数列表
要获取索引的创建日期,您可以使用creation.date
(或creation.date.string
)。例如,使用
http://localhost:9200/_cat/indices?h=h,s,i,id,p,r,dc,dd,ss,creation.date.string