simple-elasticsearch-cleaner

A simple Elasticsearch cleaner based on a Python script to clean up all indices and data streams from the Elasticsearch cluster which are older than the specified number of days.

APACHE-2.0 License

Stars
1
Committers
1

Bot releases are hidden (Show)

simple-elasticsearch-cleaner - Release v2.0.0

Published by abdullahkhawer 2 months ago

2.0.0 - 2024-08-20

🚀 Features

  • [breaking] Add code for its Docker container, Helm chart and Terraform module, update main Python script to replace number_of_days argument with environment variable, update README accordingly and refactor code.
simple-elasticsearch-cleaner - Release v1.0.1 Latest Release

Published by abdullahkhawer 2 months ago

[1.0.1] - 2024-08-08

🐛 Bug Fixes

  • Refactor code to remove unwanted code, unused import and to disable SSL security warning during connection.

📚 Documentation

  • Update README.md to add an example execution logs
simple-elasticsearch-cleaner - Release v1.0.0

Published by abdullahkhawer 2 months ago

[1.0.0] - 2024-08-08

🚀 Features

  • [breaking] Develop a simple Elasticsearch cleaner based on a Python script to clean up all indices and data streams from the Elasticsearch cluster which are older than the specified number of days

📚 Documentation

  • Create a README.md to add useful details about the tool.

⚙️ Miscellaneous Tasks

  • Add VERSION file.
  • Add CHANGELOG.md file
Related Projects