zoukankan      html  css  js  c++  java
  • elasticsearch2.x插件之一:kopf

    kopf

    kopf is a simple web administration tool for elasticsearch written in JavaScript + AngularJS + jQuery + Twitter bootstrap.

    It offers an easy way of performing common tasks on an elasticsearch cluster. Not every single API is covered by this plugin, but it does offer a REST client which allows you to explore the full potential of the ElasticSearch API.

    Installation

    You can either install a specific version(using its release tag) or the most up to date version from a given branch.

    Installing on an Elasticsearch instance:

    ./elasticsearch/bin/plugin install lmenezes/elasticsearch-kopf/{branch|version}
    open http://localhost:9200/_plugin/kopf

    eg:./elasticsearch/bin/plugin install lmenezes/elasticsearch-kopf/v2.0.1

    上面安装方式是在线的,而离线方式很简单,把zip安装包解压到elasticsearch/plugin/kopf下即可。访问方式,和head、bigdesk相同,http://localhost:9200/_plugin/kopf

  • 相关阅读:
    ajax封装
    完美运动框架
    表单上传input=file
    面向对象入门
    浅谈javaScript内存
    关于使用iframe的父子页面进行简单的相互传值
    浅谈原生JavaScript的动画和特效
    rem 原理与简介
    移动 web 适配
    jsonp 简单封装
  • 原文地址:https://www.cnblogs.com/jiu0821/p/6525579.html
Copyright © 2011-2022 走看看