GithubHelp home page GithubHelp logo

zerolugithub / elasticsearch-head-chrome Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tradiff/elasticsearch-head-chrome

0.0 2.0 0.0 453 KB

Chrome Extension containing the ElasticSearch Head application.

CSS 5.30% JavaScript 94.55% HTML 0.15%

elasticsearch-head-chrome's Introduction

Synopsis

Chrome Extension containing the excellent ElasticSearch Head application.

Motivation

This was created because ElasticSearch 5 removed the ability to run ElasticSearch Head as an Elastic Plugin. This offers an alternative to self-hosting in your own web server. It also has the advantage of bypassing CORS without configuring CORS on your Elastic server.

Installation

Head over to ElasticSearch Head page on the Chrome Web Store.

Usage

  1. Click the extension icon in the toolbar of your web browser.
  2. Type the address for your elastic node into the top of the new tab that opened.
  3. Click the Connect button.

Usage tips

To make this more convenient to use (ie: without having to enter in the remote ElasticSearch URL each time), it's helpful to know that you can decorate the URL to the plugin, and use a bookmark on your bookmark bar to use in the future.

  • If your ElasticSearch server is local, you can use chrome-extension://ffmkiejjmecolpfloofpjologoblkegm/elasticsearch-head/index.html?base_uri=http://localhost:9200

  • If your ElasticSearch server is remote and you have to use a SSH tunnel through a jump host:

    • setup your tunnel (in my example, port 29200) ssh -N -L 29200:myeshost:9200 myusername@jumphost
    • then use chrome-extension://ffmkiejjmecolpfloofpjologoblkegm/elasticsearch-head/index.html?base_uri=http://localhost:29200 to get to the remote ES cluster.
  • If you have multiple remote ES clusters that you often connect to, making a folder in your bookmark bar, and then having each ES cluster can look pretty snazzy:

Contact

@hamburger_menu

elasticsearch-head-chrome's People

Contributors

tradiff avatar vocatan avatar priteshkp avatar

Watchers

 avatar  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.