Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core: Formalize index creation time as part of index metadata #7119

Closed
dakrone opened this issue Aug 1, 2014 · 0 comments · Fixed by #7218
Closed

Core: Formalize index creation time as part of index metadata #7119

dakrone opened this issue Aug 1, 2014 · 0 comments · Fixed by #7218

Comments

@dakrone
Copy link
Member

dakrone commented Aug 1, 2014

We should store a timestamp for when the index was created. This would allow us to do things like index-level TTL or scheduled operations in the future.

@dakrone dakrone added the adoptme label Aug 1, 2014
@colings86 colings86 self-assigned this Aug 8, 2014
@colings86 colings86 removed the adoptme label Aug 8, 2014
colings86 added a commit that referenced this issue Aug 12, 2014
This change stores the index creation time in the index metadata when an index is created.  The creation time cannot be changed but can be set as part of the create index request to allow for correct creation times for historical data.

Closes #7119
@colings86 colings86 changed the title Formalize index creation time as part of index metadata Core: Formalize index creation time as part of index metadata Aug 12, 2014
colings86 added a commit that referenced this issue Sep 8, 2014
This change stores the index creation time in the index metadata when an index is created.  The creation time cannot be changed but can be set as part of the create index request to allow for correct creation times for historical data.

Closes #7119
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants