📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Stale v1.1.0

Elasticsuite Ghost Cleaner

sehrling/elasticsuite-ghost-cleaner

Deletes "ghost" indices in Smile Elasticsuite via a cron job. This helps maintain a clean and efficient Elasticsearch setup.

78,978
Downloads
Below average
17
GitHub Stars
Below average
1y ago
Last Release
2
Open Issues
Build Issues
2/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
1 warning
PHPStan Level 9

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.1.0 on Magento 2.4.8-p3
Dec 27, 2025

Looking for Contributors

Dependency injection compilation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

Elasticsuite Ghost Cleaner Magento compatibility status badge

README

Loaded from GitHub

Elasticsuite ghost cleaner

A magento 2 module that uses a cron job to delete indices marked as "ghost".

Requirements

Installation

Via composer (recommended)

Go to the Magento 2 root directory and run the following commands in the shell:

composer require sehrling/elasticsuite-ghost-cleaner
bin/magento module:enable Sehrling_ElasticsuiteGhostCleaner
bin/magento setup:upgrade

Manually

Create the directory app/code/Sehrling/ElasticsuiteGhostCleaner and copy the all the files from this repository into it. Then run:

bin/magento module:enable Sehrling_ElasticsuiteGhostCleaner
bin/magento setup:upgrade

License

MIT

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.