Skip to content
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

"Unable find saved objects" error is shown on sorting of Tags on 'Saved Objects' page #138591

Closed
ghost opened this issue Aug 11, 2022 · 5 comments · Fixed by #139999
Closed

"Unable find saved objects" error is shown on sorting of Tags on 'Saved Objects' page #138591

ghost opened this issue Aug 11, 2022 · 5 comments · Fixed by #139999
Assignees
Labels
bug Fixes for quality problems that affect the customer experience impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. QA:Validated Issue has been validated by QA Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc

Comments

@ghost
Copy link

ghost commented Aug 11, 2022

Kibana version: 8.4 Kibana cloud environment

Host OS and Browser version: All, All

Build Details:

Version: 8.4.0 BC2
Build: 55166
Commit: 9e9e0d6a685cbc2858a85a357f93dcb76259fdee

Preconditions:

  • 8.4 Kibana cloud environment should be available.
  • Multiple Tags should be created on Stack Management > Tags page

Steps to reproduce:

  1. Navigate to Stack Management > Saved Objects
  2. Click on Tag text on Tag column
  3. Upward/downward arrow will be shown
  4. Observe that the Unable find saved objects error is shown

Expected Result:

  • Sorting of Tags should work fine for Tags column and no error should be shown.

Screen Recording:

Saved.Objects.-.Elastic.-.Google.Chrome.2022-08-10.17-41-32.mp4
@ghost ghost added bug Fixes for quality problems that affect the customer experience impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. Team:Fleet Team label for Observability Data Collection Fleet team labels Aug 11, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/fleet (Team:Fleet)

@dikshachauhan-qasource dikshachauhan-qasource added Team:Data Management and removed Team:Fleet Team label for Observability Data Collection Fleet team labels Aug 11, 2022
@dikshachauhan-qasource
Copy link

Secondary review is done for ticket.

@joshdover joshdover added Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc and removed Team:Data Management labels Aug 11, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-core (Team:Core)

@jen-huang jen-huang changed the title [Fleet]: "Unable find saved objects" error is shown on sorting of Tags on 'Saved Objects' page "Unable find saved objects" error is shown on sorting of Tags on 'Saved Objects' page Aug 11, 2022
@pgayvallet
Copy link
Contributor

pgayvallet commented Sep 5, 2022

Introduced by mistake by #132525, before that, the tags column wasn't sortable.

Long story short, the only possible fix right now would be to change the tags column to be non-sortable as prior to #132525.

Long story long, the table component is performing server-side pagination, so any column used for sorting should also be able to be converted to an ES's sort parameter. However the tags column doesn't map to any concrete ES field, so sorting by it with the current system is not possible.

@pgayvallet pgayvallet self-assigned this Sep 5, 2022
@ghost ghost added the QA:Ready for Testing Code is merged and ready for QA to validate label Sep 9, 2022
@ghost
Copy link
Author

ghost commented Sep 19, 2022

Hi @pgayvallet,

We have re-validated this issue on the latest 8.5.0 SNAPSHOT Kibana Staging environment and found that the issue is fixed.

Build details:

Version: 8.5.0 SNAPSHOT
Build: 56399
Commit: 943675d4fc9807b4589266fcfed36016eea4317c

Below are the observations:

  • Tags column is not sortable and no error is shown on clicking Tags column text on the 'Saved Objects' page.

Screen Recording:

Saved.Objects.-.Elastic.-.Google.Chrome.2022-09-19.10-20-53.mp4

Hence, marking this issue as QA: Validated.

Thanks!

@ghost ghost added QA:Validated Issue has been validated by QA and removed QA:Ready for Testing Code is merged and ready for QA to validate labels Sep 19, 2022
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 impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. QA:Validated Issue has been validated by QA Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants