8000 Permit staged expiration: open -> closed -> deleted · Issue #1 · elastic/curator · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Permit staged expiration: open -> closed -> deleted #1

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

Closed
jordansissel opened this issue Aug 20, 2013 · 1 comment
Closed

Permit staged expiration: open -> closed -> deleted #1

jordansissel opened this issue Aug 20, 2013 · 1 comment
Assignees

Comments

@jordansissel
Copy link
Contributor

http://www.elasticsearch.org/guide/reference/api/admin-indices-open-close/

Closed indexes incur basically no run-time resource usage and reads/writes to them should fail.

Closing an index before deleting it allows you to make it unsearchable before you finally purge it. This can be useful in panicked situations where you might need that data you thought you deleted.

Scenario: Want 90 days of logs.

  • close logs older than 90 days
  • delete logs older than 120 days

This gives you a 30 day window to go "oops!" and recover anything closed if you need it but otherwise only consumes disk space (but not other resources) until deleted.

@untergeek
Copy link
Member

This issue is closed now.

untergeek pushed a commit that referenced this issue Mar 16, 2016
Implementing the enhancement #392 : it is now possible to specify the …
tschroeder-zendesk referenced this issue in tschroeder-zendesk/curator Jan 5, 2018
untergeek added a commit that referenced this issue Mar 20, 2018
magar51 added a commit to magar51/curator that referenced this issue Mar 13, 2024
Replacing non-inclusive term "blacklist", "whitelist" with neutral language
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0