Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

ankane/eshero

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 

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:

About

Elasticsearch insights made easy

Resources

License

Stars

Watchers

Forks

Packages

No packages published