mirage
mirage copied to clipboard
:art: GUI for simplifying Elasticsearch Query DSL
Hello, First of all, thank for you great application. It helps me everyday working with ES:) I'm working with Mirage in chrome(as an extension). I can modify query manually, bet...
When selecting a numeric field, the option for `term` and `terms` query should show as they are applicable. However, we currently don't show them.
URL params doesn't support `distance` field in case of geodistance queries. Query:  [Mirage Link](https://opensource.appbase.io/mirage/#?input_state=XQAAAAK0CAAAAAAAAAA9iIhnNAWbsswtYjeQNZkpzQK4_mOzUeDpWmI_q1W5J_v7Zsy4Ujaaw71A1BS9rYYbaidH1ngBtQ-I1sDSXRgrmGsCDzBYBoUXwDHQtefpH-PChYyyKqpnVdVrmIsxvIDhOBtThtu_W53GnLmSMoma1UPnh9E7LZRkgXxp3ltXA31wX1fcfowk1r2gVrCN8VgmuPFOWM3o65_HcKkYs4OQ0hAB7hnHy3CILQ5MgAbYZpuCAVHzQcRXBvN2fFZCuCSUNYX32cshZ3d4lrzfi6fQXgJyuLD2vgQns3dUESCtKWJx7m6L3fxjViX04mcxbte-NrsTOVNx3X2YvOd2UG_O3P5pgvLecXNPgnsZACPDmsU8OKslnavslVZEjTn_TFj6xc7bgYqdvYkOK1-UKMgOKP0J3jYoVLUimxuXXxXxgHLnuSBlYv4MbQi1Hw9WjzpILKsFOhJNVGk3h88itDk2RILhqrJIU74eps4pG2P_9U-HhoWZ4vJXrsMx4sgFLKwuxL9JnpcoI8I9h3KCvxj2JVBPKrS2EACCLhtc-_1rz1FVJZZFtuHP4mvbmoYOWEpxOb6adSXi4Pf2DMuwPSBUTDVUc0JFmAgbj3uc87aSFzvbyhabjxPcjthDQCIsXfXwVAEr_-T-YQ1Q_VMvfGlPPq-k6ze89d9Y593K_HoB7G2WX35A-ha3oTTld7jcHFuKjX_042jNudf8e2uIjQgbhAD9icDO55t5cbJk3t0zBzAAI7W9Yk8ggDY889WnR4tLL1aO669LO3QpZGOZzzLVTDTSurgTi9FKtwI5397AOTlz00ZTc_FeeH4l5syXeqGQnXoBRvcoFWau0mfdJfQin__2WFBm)
Is there a recommended approach for updating the dejuvu "Data View" url to a local docker instance of dejavu?
There is a missing query type when a user loads a saved query. [Example URL](https://opensource.appbase.io/mirage/#?input_state=XQAAAAKwBAAAAAAAAAA9iIhnNAWbsswtYjeQNZkpzQK4_mOzUeDpWmKy6bA5agSYe1JiQgfkiNA7gw2HgoIIiFTTsA9ZyZY5VhBROEhMYAp9wXmbYO9ipNHXRV-VJgm6LuM5E2bVn4BJNpAxaYUWLLKKe3yh7cC96SxlNSC5VxlND1nRcJtpqGMwECOdRceO0xWgoXoyDliq_NpQ5H5RQaKgR1jfzT6Rt2HW2FlGRoS8Y0qz_2fvgqciRE812XeKB23dnSg9YesZ2pfah8TUGmlj_3XgJGAWOgmAekp3gIxqe-ABYWiRAz-DgiPTc05bNCmiOQoiqkdns1U_qycNDbza3M1jVaZwomDM6rMLtlwgGtkBCJFnsU2LjOYoqfc4ZPjdSY0xDEniWUU3U9fqK0vrjgqA9B_hd02hqkyapDpEadu2G65nRjKysBtt9G0GzM_VRkGGinLz52-6211XExEcKDN7jHoltvDqINg4hK1YK4RS1SD-8_pA4dr3gmAsNBm0V2GuNIMpnl18zEBu6MpEA7_cQxjTrLAhlUHrJmVsK96Zl1FosG1DKgN-yTk6XdJA1zpNBmrv3w1oJTCwkBHQkbez7iIlLT29n_DzQ9gieJiQJbJzFKs9VQ024bN6Hk99kmp14_QVeT3xs1-McFIVHFnnLTL8nmx1h__X3w2_)
The data consists of an array of simple objects with the shape as follows: Here's [link](https://gist.githubusercontent.com/dhruvdutt/1180f1727eb5dac109577c78d0731591/raw/5c584e1a840097d5837c97f79eb6544c57599e4e/dhruvdutt-starter-data.json) to the full exported data. ``` [ { "title": "todo1", "completed": true } ]...
For many of our index, like the one from logstash, it's date based. So I would like to see if is it possible to have something like for index(appName). I...
I m trying to run this application on linux.Using node version v3.3.1. Getting below errors while running command npm install.  any solutions?? Thanks
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
From the documentation, Mirage only works with 7.x or lower versions. Compatibility with 8.x is still missing or is it just the Readme that is not up to date?