Coder Social home page Coder Social logo

essuraj / elasticsearch-toolbox Goto Github PK

View Code? Open in Web Editor NEW
27.0 8.0 3.0 2.97 MB

๐ŸŒณ A simple, easy to use ide for all you elasticsearch needs right from chrome (deprecated as chrome apps are deprecated and app was meant for es 2.)

License: MIT License

JavaScript 31.06% CSS 53.27% HTML 15.68%
elasticsearch elasticsearch-gui sense

elasticsearch-toolbox's Introduction

Elasticsearch-Toolbox

A simple, easy to use ide for all you elastic search needs.Built for chrome

all you need to use this too is the url you use to connect to elaticsearch and chrome.

Chrome extension link

elasticsearch-toolbox's People

Contributors

essuraj 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

elasticsearch-toolbox's Issues

Ability select multiple indices..

Please add ability to add multiple indices using patterns. Most indices follow index_YYYY.MM.DD pattern so ability to select index_* is required.

Can we get an ability to call a raw query

At the moment the editor uses the indexes found in the selected drop down to create the POST/GET query. What I would like is somewhere to call the war query directly. As we use elastic aliases we cant call them from this tool. If you can provide ability to call the raw queries that would be greatly appreciated.

HTTP authentication

First of all, thank you for the tool, it's great!

When using search guard, for example, is not possible to use the elasticsearch-toolbox because it seems that is not available to authenticate with basic HTTP.
Would be very nice to have this feature.
Thank you!

Allow searching on result by using (Ctrl +F)

Hey Suraj,

Thanks a lot for this app. Would it be possible to enable searching on the results? It's not a big deal for me right now (copying and pasting on notepad) but it would be really helpful to be able to search directly inside the app.

Thanks a lot =-)

Select alias instead of index not working

If I have an alias for multiple indices or I simply want to query over multiple indices (give me all results from this and that document type / index ...) I have found no way to do that. Also there is no way to make a query over all indices ( _all ).

Select Document type not working

Select document type doesn't give a list of all the document types available.
It instead filters on all the document types available.

Sort indexes in the dropdown

Our elasticsearch clusters have tons of indexes and looking for the right one in the dropdown is quite challenging since they are not ordered at all. Alternatively being able to type the index name would also work great.

Improve CSV Export

When exporting results, all fields that are not string appear as [object Object] in the CSV file.

It would be nice to have the path to the value as a column in CSV.
For example let's assume we have

{
  "title": "iPad",
  "price": {
    "amount": 300,
    "currency": "GBP"
  }
} 

then the CSV file will be:

title,price.amount,price.currency
iPad,300,GBP

Current CSV export will produce:

title,price
iPad,[object Object]

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.