Project

eshero

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Elasticsearch insights made easy
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

 Project Readme

EsHero

Elasticsearch insights made easy

Installation

Add this line to your application’s Gemfile:

gem 'eshero'

And mount the dashboard in your config/routes.rb:

mount EsHero::Engine, at: "eshero"

Be sure to secure the dashboard in production.

Insights

EsHero.indices
EsHero.nodes

Security

Basic Authentication

Set the following variables in your environment or an initializer.

ENV["ESHERO_USERNAME"] = "andrew"
ENV["ESHERO_PASSWORD"] = "secret"

Devise

authenticate :user, lambda {|user| user.admin? } do
  mount EsHero::Engine, at: "eshero"
end

TODO

  • status checks
  • stats on memory and disk space

Contributing

Everyone is encouraged to help improve this project. Here are a few ways you can help: