Closed Hubbitus closed 6 years ago
I'll be focusing time on a new release and issues this weekend, so I should be able to take a look at this then.
Quick test on the new port for 6.3, shows this is broken. Not sure if the same issue, but I'll address it in the 6.3 first, then look at back releases.
Ok.. got your exact error on 6.0.1 as I was forward porting #80 and #81 ... I did not see this in the previous versions. So I'll fix it in 6.0.1 as part of the stream of forward ports, and it should get done today/tomorrow.
fixed
Plugin version
1.0.7
Kibana version
6.1.2
Plugins installed
For
kibana
onlyKibanaNestedSupportPlugin
Description of the problem including expected versus actual behavior
I try use
filter
aggregation in metric visualisation. When I provide filter in any form (KNQL
orelasticsearch
form) I got error.What interesting, I got different errors dependent on entered filter style.
Elasticsearch style filter
If I try enter filter like
{"errors.hasErrors":true}
I got:KNQL syntax
If I try enter filter like
"errors.hasErrors" = true
I got:Steps to reproduce
Split group
select aggregationFilters
Filter 1
valueErrors in browser console (if relevant)
I think no
If using docker, include your docker file
Official
oss
kibana
images