Closed jimmyjones2 closed 9 years ago
While I agree this is a good feature, it likely won't happen for some time. There is an infrastructure that needs to be built around filters to properly facilitate the inclusion of custom filters. Long term we want to provide structured inputs for filters, shorter term we need the ability to insert JSON filters
On the same line, i could click on a pie chart and filter down to a set of data, that feature is lost in Kibana 4?
This should be available not just on Discover but also Visualize and Dashboard
+1
+1
+1
+1
+1
+1
At least a button to create a filter from the current query field would be useful.
+1, Kibana 4 should make it easier to work with filters because cached filters generally outperform queries [http://www.elastic.co/guide/en/elasticsearch/guide/current/_queries_and_filters.html]
+1. This may prevent migration to the new kibana for my company.
+1
Editable filters in the former version was one of the best features. Specially because of the immediate response as @sebdotv mentioned.
Here's my workaround to this. Not ideal but it might satisfy some. This will allow you to add arbitrary filters to your search, not just the limited term match filters you get by clicking on fields.
"filter": [
..... existing filters .....
{
"meta": {
"disabled": false,
"index": "[logstash-]YYYY.MM.DD",
"key": "query",
"negate": false,
"value": "exception.exception_class:*"
},
"query": {
"query_string": {
"analyze_wildcard": true,
"query": "exception.exception_class:*"
}
}
}
]
+1. the feature which forces me to keep Kibana3 still alive
+1
Doesn't work in Firefox 37. Related to https://github.com/elastic/kibana/issues/3610.
+1
+1
+1
+1 , would really improve usability!
+1
+1
+1. Yes.
+1, Guys, we need it.
+1
+1
+1
+1
Up to me, it is really a key feature. Like @rparkhunovsky, I can't totally go to Kibana 4 until this feature is not implemented.
+1
+1 @rparkhunovsky @fbaligand Same here on running a dual K3/K4 setup and not being able to fully upgrade.. This issue is the biggest blocker for me, and the fact that you cannot give names to filters in a subaggregation. We need proper labels and not a bunch of cryptic filters to appear in the legend box.
+1
+1 wont' be able to move from kibana 3 until this is fixed
+1
I'm shocked that such an essential feature from Kibana 3 is missing from Kibana 4... I had to do a couple of Google searches, well, to arrive here plus to confirm that it's not just me who cannot figure out how to simply edit a filter "bubble". Please add this...
+1 This is absolutely key functionality. Honestly, Kibana 4 feels very not ready for prime time. Interesting architecture and lots of potential, but so not ready to replace KB3.
+1 definitely regression
+1 absolutely necessary
On Tue, Jun 30, 2015 at 1:54 PM, mckennab notifications@github.com wrote:
+1 definitely regression
— Reply to this email directly or view it on GitHub https://github.com/elastic/kibana/issues/1583#issuecomment-117282685.
+1 no discussion over to be or not to be.
+1 ... agreed with @hirobertgit
+1 K4 is nice but without editable filters I'm better off with K3
Any plans to add this in the near future? This was one of the most useful features in K3!
@tiago-loureiro There's a "4.3.0" label on this issue. So I'd assume it's slated for when 4.3 is released. Since we're only on 4.1.1 now, that makes me a bit :cry:
At the devs: What kind of skills are needed to add this feature? Or does it require touching too many pieces of Kibana for it to be easy?
+1
+1
+1 million
+1
+100000
+100001
Would be great if filters were editable in the Kibana 4 Discover page, like they were in Kibana 3. This allows you quickly add a filter for a field of interest, but change the value to one not in the current set, or something else you're interested in. I know it can be done with the query, but would be better for people scared/too lazy for that!