Coder Social home page Coder Social logo

elasticsearch-gui's Introduction

Hi there ๐Ÿ‘‹

Welcome to my profile page. Github contains a lot of code, some repositories are bigger than others. But you get a good impression on what I have been working on.

  • ๐Ÿ”ญ Iโ€™m currently working on AWS samples
  • ๐ŸŒฑ Iโ€™m currently learning AWS CDK
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on everything that is search related
  • ๐Ÿค” Iโ€™m looking for help with CDK samples related to AWS elasticsearch
  • ๐Ÿ’ฌ Ask me about Elasticsearch, Solr, DDD, CQRS
  • ๐Ÿ“ซ How to reach me: Twitter @jettroCoenradie

elasticsearch-gui's People

Contributors

dvberkel avatar emcconne avatar githubjeka avatar gitter-badger avatar jettro avatar stevenmaude avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

elasticsearch-gui's Issues

Implement error handling

At the moment there is no mechanism for error handling. There should be a generic mechanism for client side validation but also for errors when communicating with the server.

Improve the structure of the ui

  • Initial screen is the dashboard, so the dashboard will become the homescreen
  • The current home screen will become the search screen
  • Remove the statistics screen, it is still not used
  • Add the logo's to the about screen and write something about the plugin

Failed to install plugin

Hi,
This is my error:
root@couch1:/usr/share/elasticsearch# bin/plugin -v --install jettro/elasticsearch-gui
-> Installing jettro/elasticsearch-gui...
Trying https://github.com/jettro/elasticsearch-gui/zipball/master... (assuming site plugin)
Failed: SSLHandshakeException[Remote host closed connection during handshake]; nested: EOFException[SSL peer shut down incorrectly];
Failed to install jettro/elasticsearch-gui, reason: failed to download out of all possible locations..., use -verbose to get detailed information
root@couch1:/usr/share/elasticsearch#

Meanwhile I'm able to get it by wget.
BEST
Afshin

Change behavior for selecting highlighting and explain

At the moment you have to explicitly refresh the query to see what the changes are when you select highlighting, explain or the type of query (or, and, phrase). I want to add something like a watch to change this when the value changes. Then the refresh button for the query can also be removed.

Make it possible to deploy the plugin on github and chose the server to connect to

Github provides a feature to host a website. Since the plugin is pure JavaScript you can make it connect to another elasticsearch server if the port is available to you.

To be able to use that we need a configuration option to provide a url to the server to connect to and make all calls to a backend to use the server url as well.

Issue in the navbar directive

There is an issue with the current implementation of the navbar. Somehow the status check is performed twice. Seems to be a bug together with the used release of angularjs. Need to bump to released version 1.2.6 of angular and everything is fine.

Specify whether a node is client or not in the node list

You can currently see what nodes the cluster is composed of. It would be nice to be able to distinguish between nodes that are just clients or not.

The properties to look at are:

  1. data: whether the node can hold data
  2. master: whether the node can become master

A client node cannot do any of the above.

add pagination to the results

I want to have pagination to the results of the query functionalities:
{
"from" : 9,
"size" : 20,
"query" : {
...
}
}

Exclude _default_ type from shown mappings

The default type is a way to specify generic mapping definition for types that will be created in the future. It's a special type that shouldn't be shown on the UI since it doesn't hold data.

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.