Purple-Devs / health_check

Simple health check of Rails app for use with uptime checking sites like newrelic and pingdom
MIT License
476 stars 125 forks source link

Allow Elasticsearch to be configurable #124

Closed mrcook closed 12 months ago

mrcook commented 2 years ago

Changes to allow a configuration hash to be passed to elasticsearch GEM.

Elasticsearch::Client.new(HealthCheck.elasticsearch_config)