Description:
Displays Elasticsearch information.
This add-on is very useful for deleting no longer used Elasticsearch indexes.
Note: this add-on only works on locally installed instances of Elasticsearch.
Features:
- Easily delete any Elasticsearch index.
- All phrases start with elasticsearchinformation_ for your convenience.
Add 'elasticsearchinformation' to your forum URL. Must be an admin to view this page.
Note 1:
From the terminal you can use the following commands to check and or start Elasticsearch:
service elasticsearch status
service elasticsearch start
Note 2:
If Elasticsearch is not restarting when your do a System reboot, enter the following terminal command to have Elacticsearch automatically start when the system is rebooted:
systemctl enable elasticsearch
Attachments