gem icon indicating copy to clipboard operation
gem copied to clipboard

💎 GUI for Data Modeling with Elasticsearch

Results 8 gem issues
Sort by recently updated
recently updated
newest added

hi, I am new to ES. So looking at simpler ways to create/maintain the mappings. GEM looks a good option to try out. But now that v5.x no longer supports...

Elasticsearch is secured with shield and GEM is repeatedly asking me the credentials and unable to connect

geo_points can be specified in the following format: ``` geo_point: "lat, lon" (1) geo_point: [lon, lat] (2) geo_point: { (3) lat: lat, lon: lon } ``` These values can be...

enhancement

For the [official date formats](https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-date-format.html#built-in-date-formats) in the input values, gem should detect the date datatype.

enhancement

A user set mapping inference is overridden as soon as something in the input changes. We should preserve the state of user changes made to the specific fields.

bug
enhancement

![](https://i.imgur.com/pUgBIR9.png) In this example, location is a `geo_point` but available_dates is not.

bug

Hi guys, In our scenario, index names have dates in their names, Logstash style. For ease of use, we surf them using aliases and wildcards, only for searches, that is....

Similar to dejavu's https://github.com/appbaseio/dejavu/blob/dev/.docker/Dockerfile, create a Dockerfile to run **gem** via docker.

enhancement
help wanted