-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Kibana loses filters in TSVB after upgrade from to 7.3 #48710
Comments
Reported behavior:
|
I am trying to reproduce the issue by creating TSVB visualizations in Kibana 6.8, saving the visualizations as saved objects and importing them into Kibana 7.3. |
Hi all, I ran into this behavior on our internal repo that's tracking enhancement requests. I feel like we jumped from 6.x to 7.3 but I'm not 100% sure and the person responsible for the upgrade is currently on paternity leave. This seems like a pretty big issue, potentially affecting a large number of users with time series use cases. We have plans to upgrade other internal clusters as well that heavily utilize the filters in TSVB across numerous visualizations. When we have a fix for this, is this something we can backport? This seems like a pretty serious regression to me, especially if you don't know what those filters were previously. Happy to share the instance internally if needed (though I've fixed the visualization). |
@alexfrancoeur It will help a lot if you can share the instance and the saved object exported from the 6.x version! If you don't have the saved visualizations from 6.x, hopefully you'll be able to let me know where you had to fix the visualization. |
A PR has been submitted to resolve the situation in Kibana version 7.5: #49000 |
@troy012 @alexfrancoeur @AlonaNadler Fortunately, the filters aren't deleted! Unfortunately, we can't backport further back than 7.5. I've submitted a PR for a backport fix to 7.5 and added manual work-arounds in the comment above. For versions between 7.3 and 7.5, we have to apply a manual work-around (described above). The manual work-around has to be applied to every visualization that uses Group by: Filters items. Please let me know if you have any questions. |
@TinaHeiligers let's backport the fix to 7.4 - even though there is no patch planned at the moment, we may decide to do one. Let's make sure the fix is in the 7.4 branch proactively. |
Can we also port this to 7.3? This is a "correctness" issue - showing data that is not correct really worries me. I am aware of our pattern of only back-porting security issues; however, I categorize correctness as being nearly as severe as security since it potentially impacts decisions our customers make based on data they are looking at. |
@VijayDoshi The request to be able to backport to 7.3.x has been made. |
Kibana version: 7.3
when upgrading to 7.3 from 7.2, in Kibana you lose filters that were in Lucene syntax on TSVB visuals, it might be related to KQL support introduced in TSVB filters in 7.3
This issue breaks visualizations in the sense users don't understand why results are off and the cause is not easy to find.
@elastic/kibana-app
The text was updated successfully, but these errors were encountered: