Project:DebuggingIndexing
From MaRDI portal
Cirrus Search: https://www.mediawiki.org/wiki/Extension:CirrusSearch
Elastic Search: https://www.elastic.co/de/elasticsearch
- Start with using Portainer: https://portainer.portal.mardi4nfdi.de/
- Go to container overview: https://portainer.portal.mardi4nfdi.de/#!/2/docker/containers
-> Check out logs at the ElasticSearch container
- Get info about Elastic Searvh service status:
- Go to Portainer->ElasticSearch Docker->Console and execute: curl -X GET "localhost:9200/_cluster/health?pretty"
- Get name of indices: curl -X GET "localhost:9200/_cat/indices?v&pretty"
- Get status of specific index: curl -X GET "localhost:9200/your_index_name/_stats?pretty"
Container mardi-wikibase should have cirrussearch
-> open console and exec "/var/www/html/maintenance/run showJobs --group"