Drupal is a registered trademark of Dries Buytaert
Release: Drupal 10.3.6 Update released for Drupal core (10.3.6)! Release: Drupal 11.0.5 Update released for Drupal core (11.0.5)! Release: Drupal 10.2.9 Update released for Drupal core (10.2.9)! Release: Drupal 10.2.10 Update released for Drupal core (10.2.10)! Release: Drupal 10.3.7 Update released for Drupal core (10.3.7)! Release: Drupal 11.0.6 Update released for Drupal core (11.0.6)! Release: Drupal 10.3.8 Update released for Drupal core (10.3.8)! Release: Drupal 11.0.7 Update released for Drupal core (11.0.7)! Module Revived: Translation Management Tool 8.x-1.19 Module tmgmt updated after 7 months of inactivity (8.x-1.19). Usage Milestone: Account field split Module account_field_split crossed 10,000 active installs.

Solr Health Check

This module provides an endpoint to check the health of all Solr cores associated with a Drupal site. It is designed to help site administrators and developers quickly verify the status and performance of their Solr search server.

Features

  • Checks the health status of all Solr cores configured with Search API.
  • Returns a summary status report for each Solr core, including response time and error messages if any.
  • Excludes the health check endpoint from all caches to ensure real-time data.

Installation

  1. Download and extract the module to your modules/contrib directory or install via Composer: composer require drupal/solr_health_check.
  2. Enable the module on the Extend page or via Drush: drush en solr_health_check.

Usage

Once enabled, access the health check endpoint at /solr-health-check to view the status of all Solr cores.

Example Output

{
  "default_solr_content_index": {
    "status": "up",
    "response_time": 0.034
  },
  "another_solr_index": {
    "status": "down",
    "message": "Solr responded but with an error status.",
    "error_status": 500,
    "error_message": "Internal Server Error"
  }
}

Credits

Developed by Max from Demonz Media.

Support

For issues, feature requests, and general support, please visit the issue queue.

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Nov 2024
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 1
Maintenance
Dormant

Releases

Version Type Core Release date
1.1.3 Stable Nov 13, 2024