Monitoring

URLs to Monitor in SearchBlox

SearchBlox can be monitored by the system administrators by checking the following endpoints.

1. Admin Access Endpoint:

https://exampledomain:port/console
Default: https://localhost:8443/console

The page should load successfully and return HTTP status code 200.
If the page is not accessible, SearchBlox service may not be running and may require a start/restart.

2. Search Access Endpoint:

https://exampledomain:port/search/index.html
Default: https://localhost:8443/search/index.html

The page should load successfully and return HTTP status code 200.
If the page is not accessible, SearchBlox service may not be running and may require a start/restart.

3. Elasticsearch Access Endpoint:

https://<IP_Address>:9200/_cat/indices
Default: https://localhost:9200/_cat/indices

Please check if the page load is successful and whether you are able to view all the indices.

The page should load successfully and return HTTP status code 200.
If the page is not accessible, Elasticsearch service may not be running and may require a start/restart.

If Elasticsearch service is accessible, please check the status of indexes.

  • Please check the color and status of all the indices.
  • Color of index is red
    If the color of any of the index is red, then please try restarting SearchBlox. If it does not help, please delete the respective index using curl command or using API console request in Kibana(refer help link below)
  • Status of the index is closed
    If the status of any of the index is closed, then please try to open the index using a curl command or API console in Kibana (refer help link below). If it does not help, please try restarting, if the index does not open even on a restart, then please delete the respective index using curl command or using API console request in Kibana.
  • Please refer the following links:
    status-of-indices-red-or-closed
    deleting-elasticsearch-indices