0
点赞
收藏
分享

微信扫一扫

Device收到通知时,通知指示灯不闪烁的问题

幺幺零 2024-01-30 阅读 8

How to show index creation time with _cat/indices API in Elasticsearch - Stack Overflow

Have a look at the cat API : you can get the list of available parameters via http://localhost:9200/_cat/indices?help

To get the creation date of your indexes, you would use creation.date (or creation.date.string). For example, use

http://localhost:9200/_cat/indices?h=h,s,i,id,p,r,dc,dd,ss,creation.date.string

For full header names:

http://localhost:9200/_cat/indices?h=health,status,index,id,pri,rep,docs.count,docs.deleted,store.size,creation.date.string&v=
举报

相关推荐

0 条评论