[Snapshot & Restore] Links to snapshot table don't activate filter #80373
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Snapshot and Restore
Elasticsearch snapshots and repositories UI
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Kibana version:
Found on current master branch
Describe the bug:
When inspecting a repository or a policy, there is link to found snapshots, that redirects to the snapshot table. If the link is opened in a new tab, the snapshot table has a filter for repository or policy name active and snapshots are filtered. If the link is clicked directly, the snapshot table doesn't have the filter activated.
Steps to reproduce:
yarn start
) and elasticsearch with a repo.path setting (yarn es snapshot -E path.repo=./my_repo_test
)Click '1 snapshot found' link in repository flyout.
Click snapshot name link in policy flyout.
Expected behavior:
Snapshot table is filtered by repository or policy name. This can be currently achieved by opening the link in a new window.
The text was updated successfully, but these errors were encountered: