Skip to content

[CCR] Table actions not working (follower index and auto-follow pattern) #84236

@yuliacech

Description

@yuliacech

Description

Found on master

Related issues: CCR not keyboard accessible, CCR actions not working in IE11

In Cross-Cluster Replication app, table actions 'pause/resume replication' and 'unfollow leader index' in Followers indices tab and 'delete auto-follow pattern' in Auto-follow patterns tab don't work: when the row action button is clicked, a modal is displayed shortly and then immediately hidden without the possibility to confirm the action.

These actions work when accessed via 'manage' action button on top of the table: Select an index or pattern in the table, click 'manage follower index/pattern', click one of the options.

Gifs

Details

follower-index

delete-auto-follow-pattern

How to reproduce

  1. Start Kibana with yarn start
  2. Start 'local' cluster with yarn es snapshot --license=trial
  3. Start 'remote' cluster with yarn es snapshot --license=trial -E cluster.name=europe -E transport.port=9400 in a separate terminal tab.
    • Alternatively, checkout elasticsearch repo in a folder adjacent to Kibana and use yarn es source --license=trial -E cluster.name=europe -E transport.port=9400
  4. Index a document into my-leader-index on 'remote' cluster with curl -X PUT http://elastic:changeme@localhost:9201/my-leader-index --data '{"settings":{"number_of_shards":1,"soft_deletes.enabled":true}}' --header "Content-Type: application/json"
  5. Navigate to 'Stack Management' -> 'Remote Clusters' and add a remote cluster available at 127.0.0.1:9400
  6. Navigate tot 'Stack Management' -> 'Cross-Cluster Replication' and add a follower index (for my-leader-index)and an auto-follow pattern

Metadata

Metadata

Assignees

Labels

Feature:CCR and Remote ClustersTeam:Kibana ManagementDev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//bugFixes for quality problems that affect the customer experience

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions