-
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
Saved object import shows inaccurate error count #68958
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Kibana Management
Feature label for Data Views, Advanced Setting, Saved Object management pages
Feature:Saved Objects
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
Comments
jportner
added
bug
Fixes for quality problems that affect the customer experience
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
triaged
labels
Jun 11, 2020
Pinging @elastic/kibana-security (Team:Security) |
This is happening because some objects have multiple references to an index pattern, and each reference is getting counted as an error (line 72): kibana/src/plugins/saved_objects_management/public/lib/process_import_response.ts Lines 51 to 91 in 2d1312f
|
rudolf
added
Feature:Kibana Management
Feature label for Data Views, Advanced Setting, Saved Object management pages
Feature:Saved Objects
labels
Jul 6, 2020
jportner
added a commit
to jportner/kibana
that referenced
this issue
Aug 19, 2020
Resolved via #75444 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Kibana Management
Feature label for Data Views, Advanced Setting, Saved Object management pages
Feature:Saved Objects
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
Kibana version: 7.8
Describe the bug: When processing a saved object import that results in reference errors, the error count is inaccurate.
Steps to reproduce:
Expected behavior: The error count should equal 9, instead it appears to be 16.
Screenshots (if relevant):
"Import saved objects" flyout:
Debugging and checking the object state reveals that several duplicates of import objects are included:
The text was updated successfully, but these errors were encountered: