Skip to content

o19s/solr-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solr-monitor

Easy search alerts with Solr! This project is a Solr package that exposes the Lucene Monitor API as a request handler.

Installation

Start Solr with packaging enabled:

docker run --rm -p 8983:8983 --name solr solr:8.7 -c -Denable.packages=true

docker exec -it solr bash

Packaging

Public Key

The public & private key were generated by the original authors. The public key resides in repo / solr-monitor.der.

Lucene Monitor API

See the documentation here for the Lucene hooks that drives the alerting functionality.

https://lucene.apache.org/core/8_5_1/monitor/org/apache/lucene/monitor/package-summary.html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages