I tried to use this website (http://www.onlineconversion.com/unix_time.htm) to convert but the result isn't correct.
"creation_date": "1425631497164" ==> Wed, 19 Jun 47146 13:12:44 GMT <=== It's wrong!! Can you recommend which converter or how to? On Monday, April 20, 2015 at 12:11:25 PM UTC+7, Mark Walkom wrote: > > It's when the index was created, it's unix epoch time. > > On 20 April 2015 at 14:06, tao hiko <[email protected] <javascript:>> > 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": "1425631497164", >> "uuid": "A9ZXMK7zTjSyB_oWpvf7fg", >> "analysis": { >> "analyzer": { >> "sensible_analyzer": { >> "type": "custom", >> "filter": [ >> "word_filter", >> "lowercase" >> ], >> "tokenizer": "keyword" >> } >> }, >> "filter": { >> "word_filter": { >> "split_on_numerics": "false", >> "type": "word_delimiter", >> "preserve_original": "true", >> "split_on_case_change": "false", >> "generate_number_parts": "false", >> "generate_word_parts": "false" >> } >> } >> }, >> "number_of_replicas": "1", >> "number_of_shards": "6", >> "version": { >> "created": "1040399" >> } >> } >> } >> >> Thank you, >> Hiko >> >> -- >> You received this message because you are subscribed to the Google Groups >> "elasticsearch" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/elasticsearch/4c784554-9a52-423a-8acc-386423a1b197%40googlegroups.com >> >> <https://groups.google.com/d/msgid/elasticsearch/4c784554-9a52-423a-8acc-386423a1b197%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/d71fe951-d6db-4144-9941-b1ef0b1fe1f7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
