I am using Elasticsearch 5.2 and cannot see index creation timewith http://localhost:9200/_cat/indices?v.
index creation time
http://localhost:9200/_cat/indices?v
Just wonder what parameters will show index creation timefor each of the indices.
Check out the cat API : you can get a list of available options withhttp://localhost:9200/_cat/indices?help
http://localhost:9200/_cat/indices?help
To get the creation date of your indexes, you must use creation.date(or creation.date.string). For example, use
creation.date
creation.date.string
http://localhost:9200/_cat/indices?h=h,s,i,id,p,r,dc,dd,ss,creation.date.string
Source: https://habr.com/ru/post/1015445/More articles:Homography and affinity transformation - terminologyneo4j does not query for an absent match, but does not return an empty array - neo4jAny reasons not to use the Angular CLI to get started? - angularjsDependent expression and ODR usage in common Lambda in C ++ 14 - c ++Как настроить HA при первоначальном поиске для связи с двумя разными EJB на двух разных кластерах? - jbossVisual Studio 2017 publish ftp not working - visual-studioUsing an unchecked variable in lambda - c ++API for converting lat-lon in the vicinity of New York - google-maps'git subodule add' without cloning - gitHow to determine type for css color in TypeScript? - typesAll Articles