-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Query DSL in queries and filters #770
Comments
We have plans to implement this in an upcoming version. We've waited on it for now while development of a new javascript client progresses. Once we have that in place this will be one of the first new features. |
Which JS client are you waiting for? Is there anything I can do to help move this forward? |
Its being developed internally, should be out in the coming weeks. |
What is the progress on the current issue? And one more question: how can we query on various endpoints? (not only on _search one) |
Also curious about the status of this issue. |
Any update on this? |
+1 for this |
👍 |
+1 for this, would be great to have the possibility to edit the inspected elements, and at least do a clean json object query in the search field in Kibana as well. |
+1 - wondering if there has been any progress here |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
Is there any news to this? |
+1, especially to incorporate the aggregations functionality |
+1 |
5 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
@rashidkpc any updates on this? 😄 👍 thanks! |
+1 |
2 similar comments
+1 |
+1 |
We're still working on it, turned out to be a bit more complex than we thought todo right. Coming soonish. |
Thanks @rashidkpc this will be a killer feature for me and if I can get a preview edition of kibana for this it will be great for my demo purpose...This is one of the great ways to push ES in a bigger org where I am in right now....makes it really compelling case to not build any visualization for an ES index where we have modeled everything as nested for reliable search result |
+1 |
1 similar comment
+1 |
Hi, Thanks, |
+1 |
6 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
With Kibana 4 you can put JSON right into the query bar. It's not perfect but in a pinch it will allow you to use the DSL to create queries. |
@rashidkpc: any news of this feature? Thanks! @spenceralger : this sounds great, but how to do it? How to put JSON into the query bar? (I'm trying with the query of this example: http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/children-agg.html) |
+1 to that feature. I have some Thank you! |
#3315 |
Is there any update of writing JSON queries in Kibana 4 ? |
Any update on this feature? Also why this issue is in closed state? @spalger how to put JSON in query bar? |
@yesoreyeram it's really just that easy |
+1 OMG! Super cool!!! Thanks @spalger |
@navraj28 I know its an old comment but I am using query similar to yours. Were you able to execute your query in Kibana? |
Any reason this got closed? Did it get implemented? (I'm needing to create a Kibana Visualization that shows a weighted average computed using a "bucket_script" aggregation - I was hoping this issue might have provided me a way to simply use my elasticsearch query directly without it being generated for me by Kibana based on my UI selections) |
I need to do custom Elasticsearch queries as well, for example, there's a bug for rolled-up indices that has a workaround in the form of a custom query. Currently, there's no way for me to do the chart that I need. Is this even on the roadmap? |
I believe some queries cannot be done with the query string query alone, e.g. queries on nested fields. It shouldn't be too hard to just support an arbitrary Query DSL object. I'll take a look into doing it next week, unless an alternative exists. A Google search for "kibana query dsl" turns up nothing.
The text was updated successfully, but these errors were encountered: