ES的一些操作记录

Elasticsearch 不登录节点,查看节点的内存信息
GET _cat/nodes?h=name,hm,ramPercent,ram.current,ramMax&v

Elasticsearch查看close掉的索引
GET /_cluster/state/blocks?pretty

Elasticsearch批量查看索引的创建时间
GET _cat/indices?h=h,s,i,id,p,r,dc,dd,ss,creation.date.string