Hello,
i work on migration dashboard, vizualisation, queries, kibana 4.5.2 to
7.9.2
I created simple pie chart 7.9.2, with filter with kql, working fine, result is ok.
i create new pie chart 7.9.2, same approach at first one, but i use advanced feature filter json input instead of kql, i copy the filter aggregation and it must be merge with query/filter at execution. it do that well.
The query work fine and get same result response when i compare the two pie chart 7.9.2, and 4.5.2 work fine. i check also the query generated with postman, i have no issue.
But the problem, in case of using json aggregation filter (slice ), the pie chart doesn't refresh graphic in 7.9.2. i have no error wtih the query. The display is stayed with the count with total document, json filter doenst have effect on visualization after query execution
I have not this problem with kibana 4.5.2 when i use json filter aggregation pie chart.
somebody have an idea ? bug ? fixe ?
Thanks alot