Giter VIP home page Giter VIP logo

myhead's Introduction

MyHead

myhead是一个简易的ElasticSearch web可视化管理工具,可以用来观察集群状态,索引管理等.

页面预览


image image

功能介绍


  • 支持集群状态健康健康
  • 分片数监控
  • 索引最大前20(数量可调整)
  • 查看索引mapping,stats,
  • 删除,和批量删除索引

计划支持功能


  • 集群状态非Green告警
  • 多方面绘图统计等.

安装部署


  • 安装apache和mod_wsgi模块
  • 配置vhost如下:
 <VirtualHost *:80>
    ServerName your server name
    WSGIScriptAlias / /home/myhead/app.wsgi
    ErrorLog logs/dummy-host.example.com-error_log
    CustomLog logs/dummy-host.example.com-access_log common
<Directory "/home/myhead/">
        Order deny,allow
        Allow from all
</Directory>
</VirtualHost>

myhead's People

Contributors

jeremy-gao avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.