Elasticsearch information

Elasticsearch information [Paid] 1.5

No permission to buy ($35.00)

AndyB

Well-known member
AndyB submitted a new resource:

Eleasticsearch information - Displays Elasticsearch information.

Premium upgrade:

This XF2 add-on along with the entire collection can be purchased for $35.00 USD. Your Premium upgrade will allow you to download as many XF2 add-ons as you like for one year. Please see the entire collection located in the Resources area at this URL:

https://www.xf2addons.com/

Description:

Displays Elasticsearch information.

This add-on is very useful for deleting no longer used Elasticsearch indexes.

(Example of Elasticsearch information...

Read more about this resource...
 
@AndyB Getting Server error log.

Code:
ErrorException: [E_NOTICE] Undefined variable: stats src/addons/Andy/ElasticsearchInformation/Pub/Controller/ElasticsearchInformation.php:104

Generated by: Nirjonmela Sep 7, 2019 at 3:14 AM

Stack trace

#0 src/addons/Andy/ElasticsearchInformation/Pub/Controller/ElasticsearchInformation.php(104): XF::handlePhpError(8, '[E_NOTICE] Unde...', '/home/nadda/pub...', 104, Array)
#1 src/XF/Mvc/Dispatcher.php(321): Andy\ElasticsearchInformation\Pub\Controller\ElasticsearchInformation->actionIndex(Object(XF\Mvc\ParameterBag))
#2 src/XF/Mvc/Dispatcher.php(244): XF\Mvc\Dispatcher->dispatchClass('Andy\\Elasticsea...', 'Index', Object(XF\Mvc\RouteMatch), Object(Andy\ElasticsearchInformation\Pub\Controller\ElasticsearchInformation), NULL)
#3 src/XF/Mvc/Dispatcher.php(100): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(Andy\ElasticsearchInformation\Pub\Controller\ElasticsearchInformation), NULL)
#4 src/XF/Mvc/Dispatcher.php(50): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#5 src/XF/App.php(2178): XF\Mvc\Dispatcher->run()
#6 src/XF.php(390): XF\App->run()
#7 index.php(20): XF::runApp('XF\\Pub\\App')
#8 {main}

Request state

array(4) {
  ["url"] => string(26) "/elasticsearchinformation/"
  ["referrer"] => string(48) "/elasticsearchinformation/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Getting this error:
Code:
ErrorException: [E_NOTICE] Trying to get property 'version' of non-object src/addons/Andy/ElasticsearchInformation/Pub/Controller/ElasticsearchInformation.php:53

I had a quick look, my elasticsearch server is running on https. I think the addon only connects with http?
 
On the /elasticsearchinformation page I have my normal db plus:

.geoip_databases 38.66 MB Delete

If I try to delete it I get a server error. I googled the db, and it seems ES was adding these geoip databases as a bug.
 
After installing only show this information:

1651730662549.png

Does it normal?

Someone shows below information with cluster, how to achieve that?

1651730975703.png
 
Top Bottom