如何在Elasticsearch中使用_cat / indices API显示索引创建时间

时间:2017-03-03 15:23:40

标签: elasticsearch

我使用的是Elasticsearch 5.2,但index creation time无法看到http://localhost:9200/_cat/indices?v

想知道哪些选项会为每个索引显示index creation time

1 个答案:

答案 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