• Stars
    star
    542
  • Rank 81,982 (Top 2 %)
  • Language
    JavaScript
  • License
    Apache License 2.0
  • Created almost 12 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An angularJS client for elasticsearch as a plugin

Introduction

Join the chat at https://gitter.im/jettro/elasticsearch-gui Welcome to the Gui plugin for elasticsearch. Using this plugin you can explore your elasticsearch index. This plugin gives you a few different ways to start exploring. There is a way to search the repository in a way you would do it on a web site. You can enter keywords, do advanced search, use facets. Another way to explore the index is focussed on learning the structure of the actual executed query. You can enter a number of items to include in the query. You can enter fields, facets, highlighting, limit the indexes, limit the types. Finally there is a way to show some of the data in a graph.

Installation

local installation

You can install the plugin in your own elasticsearch instance using the following command in the elasticsearch folder:

[~/elasticsearch] $ bin/plugin install jettro/elasticsearch-gui 

Next you can browse to you elasticsearch instance: http://localhost:9200/_plugin/gui/index.html

use deployed installation

Since we use mainly JavaScript, it is possible to connect to a remote elasticsearch instance. To facilitate this, elasticsearch returns a specific html header.

That way you can use my installed version of the plugin to connect to your local elasticsearch instance. You can find it at the following url: Remote installed plugin @gridshore

Starting from elasticsearch 1.4 there have been some security measures. One thing is that CORS is now by default disabled. This is smart from security perspective but prevents this plugin from running if you are not coming from the same host as the elasticsearch server. If you still want this to work add the following properties to elasticsearch.yml:

http.cors.enabled: true
http.cors.allow-origin: "http://www.gridshore.nl"

Older versions

Currently we develop agains elasticsearch v2.0. Due to some api changes you cannot use it with older elasticsearch installations. You can however use the older versions in branch v1.1.x and v0.90.8+. On my website you can also access the older version using the url:

Remote installed plugin @gridshore (v1.2) Remote installed plugin @gridshore (v1.1) Remote installed plugin @gridshore (v0.90)

TODO's

  • Replace all callbacks with promises.
  • Use the resolve function of a routing instead of a initializer function.
  • Check startup logic to do the configurations
  • While starting, config object is not automaticalle started.

More Repositories

1

c3-angular-directive

Contains angularjs directives that use c3js to create good looking graphs
JavaScript
203
star
2

small-scripts

Contains a number of small scripts that might be useful to others as well
Groovy
22
star
3

maintain-elastic

Sample application showing Dropwizard in combination with Elasticsearch
JavaScript
21
star
4

vertx-samples

Place to store my vertx samples
JavaScript
21
star
5

nodejstryout

Node.js sample using raw socket.io and nowjs
JavaScript
14
star
6

nodejs-photo-indexer

A photo indexer based on node.js, elasticsearch and exiftools.
JavaScript
14
star
7

axon-addressbook-nodejs

Creating a node.js client for the rest based axon addressbook sample
JavaScript
14
star
8

nodejs-presenter

Create a very basic application that can be used as to give presentations.
JavaScript
9
star
9

SpringOAuthLinkedinIntegrationSample

Creating a sample application using Spring OAuth to connect to linkedin
Java
9
star
10

elasticclientdemo

A demo project to play around with the new elastic 5 java rest client
TypeScript
8
star
11

geo-elastic

Project to try out things with elasticsearch and geo
JavaScript
7
star
12

docker-elk-blog

Copy plus changes of the deviantony elk docker config for a blog
Dockerfile
6
star
13

rolling500

TypeScript
6
star
14

CompanyHr

A project using google app engine to handle human resource management
Java
5
star
15

elastic-basic-plugin

Java
4
star
16

JavaNosApi

Java wrapper for the NOS api
Java
4
star
17

axon-addressbook-grails

Projects showing how to integrate grails with the axon cqrs framework
Groovy
3
star
18

GridshoreSamples

Small samples that do not deserve to be a project
Java
3
star
19

nodejs-music-indexer

Project to use node.js to index my music collection into elasticsearch
JavaScript
2
star
20

weaviate-hybrid-example

Just a test project to playground with weaviate and their hybrid module
Python
2
star
21

MyScheduling

Project that can be used to schedule people and plan their activities
Groovy
2
star
22

art-of-questions

Repository containing required resources for our workshop titled: The Art of Questions, creating a QA system using semantic search and LLMs
Jupyter Notebook
2
star
23

querqy-tryout

Project accompanying a blog post about the query tool
Dockerfile
1
star
24

LerenRekenen

iOS project for an app to learn how to calculate
Objective-C
1
star
25

LejosTryouts

My own projects trying out lejos
Java
1
star
26

Gridshore-xmlrpc

Project that accepts xmlrpc posts to create twitter updates
Groovy
1
star
27

search-dsl

Project to experiment with creating a search dsl using Antlr
Java
1
star
28

openai-aws-opensearch-service

A sample project for creation Retrieval Augmented Generation project with OpenAI and AWS OpenSearch Service
Jupyter Notebook
1
star
29

MyDataPipeline

Repository containing my experiment to play with a data pipeline
Python
1
star
30

jettro.github.com

Repository to publish pages to github
JavaScript
1
star
31

ml-introduction

Contains some experiments for a machine learning introduction training
Jupyter Notebook
1
star
32

resilience4j-demo

A small project to play around with the Resilience4j library
Java
1
star
33

jettro-dev-website

Statische website voor jettro-dev, gebruik makend van gatsby, react, bootstrap
CSS
1
star
34

langchain-tutorials

A repository to contain the code for my langchain tutorials
Jupyter Notebook
1
star