mirage icon indicating copy to clipboard operation
mirage copied to clipboard

:art: GUI for simplifying Elasticsearch Query DSL

Results 30 mirage issues
Sort by recently updated
recently updated
newest added

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

With a series of indices (xxxx_2010, xxxx_2011, xxxx_2012, etc), kibana can use a pattern "xxxx_*" It does not appear that mirage does this. So, indices of "*" or "xxxx_*" fail...

During 'npm install' I have the following error: > node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-72_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-72_binding.node" I checked - in v3.13.1 indeed there is no win32-x64-72_binding.node release. Last...

Using the current version 0.8.0 of the Mirage Chrome Extension, whenever the checkbox "Add joining quere" is selected and "nested" is selected from the "select-joining-query" dropdown, the generated query changes...

When I run a query, a modal opens with the results. For some reason, when this modal is open, the scrollbar functionality of the browser is partially disabled. I can...

Because Elasticsearch API has been changed mainly because of the [removal of types](https://www.elastic.co/guide/en/elasticsearch/reference/master/removal-of-types.html) since version 7, mirage is currently completely unable to be applied in elastic practice with Elasticsearch 7.

This is the cause of #16 Reproduction steps: - Install mirage as an extension or run it locally. - Provide an AWS-hosted ElasticSearch cluster URL and index. - Note in...

Regarding https://github.com/appbaseio/mirage/issues/32. Could you be more specific about how I might "trivially replace the host name of the shared URL"? Do you mean under the share icon on the far...