Re: creation_date in index setteing

2015-04-20 Thread Prashant Agrawal
Hi All, I also require the indexing time to be returned by ES, but when i am firing the query like curl -XGET 'http://192.168.0.179:9200/16-04-2015-index/_settings' I am not able to get the index_creation time and getting the response as :

Re: creation_date in index setteing

2015-04-20 Thread tao hiko
Thank you very much Christian. On Monday, April 20, 2015 at 2:29:29 PM UTC+7, christian...@elasticsearch.com wrote: The creation date is given with millisecond precision. Take away the last 3 digits and you converter gives Fri, 06 Mar 2015 08:44:57 GMT fo r 1425631497. Christian On

Re: creation_date in index setteing

2015-04-20 Thread christian . dahlqvist
The creation date is given with millisecond precision. Take away the last 3 digits and you converter gives Fri, 06 Mar 2015 08:44:57 GMT for 1425631497. Christian On Monday, April 20, 2015 at 5:06:40 AM UTC+1, tao hiko wrote: I query setting information of index and found that have

Re: creation_date in index setteing

2015-04-20 Thread Colin Goodheart-Smithe
Prashant, What version of Elasticsearch are you using? The index creation date added to the index settings API in version 1.4.0 and will only show for indices created with that version or later (see https://github.com/elastic/elasticsearch/pull/7218). Colin On Monday, April 20, 2015 at

Re: creation_date in index setteing

2015-04-20 Thread Prashant Agrawal
-setteing-tp4073837p4073856.html To unsubscribe from creation_date in index setteing, click here http://elasticsearch-users.115913.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4073837code=cHJhc2hhbnQuYWdyYXdhbEBwYWxhZGlvbi5uZXR8NDA3MzgzN3wtMTkxMzg2NjkyMw== . NAML http

Re: creation_date in index setteing

2015-04-19 Thread Mark Walkom
It's when the index was created, it's unix epoch time. On 20 April 2015 at 14:06, tao hiko taoh...@gmail.com wrote: I query setting information of index and found that have creation_date field but I cannot understand what is value. Can you explain me more? settings: { index:

creation_date in index setteing

2015-04-19 Thread tao hiko
I query setting information of index and found that have creation_date field but I cannot understand what is value. Can you explain me more? settings: { index: { creation_date: 1425631497164, uuid: A9ZXMK7zTjSyB_oWpvf7fg, analysis: {