
Security News
New CVE Forecasting Tool Predicts 47,000 Disclosures in 2025
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
elasticsearch-curator
Advanced tools
.. _readme:
Have indices in Elasticsearch? This is the tool for you!
Like a museum curator manages the exhibits and collections on display, Elasticsearch Curator helps you curate, or manage your indices.
Curator is breaking into version dependent releases. Curator 6.x will work with Elasticsearch 6.x, Curator 7.x will work with Elasticsearch 7.x, and when it is released, Curator 8.x will work with Elasticsearch 8.x.
Watch this space for updates when that is coming.
Additional support for Elasticsearch 7.14.0 - 7.17.x
Starting with Curator 8.0.18, Curator 8 can execute against Elasticsearch versions 7.14.0 - 7.17.x in addition to all versions of Elasticsearch 8.x.
Curator now connects using the es_client
Python module. This separation makes it much easier
to update the client connection portion separate from Curator. It is largely derived from the
original Curator client configuration, but with important updates.
The updated configuration file structure requires elasticsearch
at the root level::
---
elasticsearch:
client:
hosts: https://10.11.12.13:9200
cloud_id:
bearer_auth:
opaque_id:
request_timeout: 60
http_compress:
verify_certs:
ca_certs:
client_cert:
client_key:
ssl_assert_hostname:
ssl_assert_fingerprint:
ssl_version:
other_settings:
master_only:
skip_version_test:
username:
password:
api_key:
id:
api_key:
logging:
loglevel: INFO
logfile: /path/to/file.log
logformat: default
blacklist: []
Action file structure is unchanged, for now. A few actions may have had the options modified a bit.
FAQs
Tending your Elasticsearch indices and snapshots
We found that elasticsearch-curator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.