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


How to reproduce
- Start Kibana with
yarn start
- Start 'local' cluster with
yarn es snapshot --license=trial
- 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
- 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"
- Navigate to 'Stack Management' -> 'Remote Clusters' and add a remote cluster available at
127.0.0.1:9400
- Navigate tot 'Stack Management' -> 'Cross-Cluster Replication' and add a follower index (for
my-leader-index)and an auto-follow pattern
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
How to reproduce
yarn startyarn es snapshot --license=trialyarn es snapshot --license=trial -E cluster.name=europe -E transport.port=9400in a separate terminal tab.yarn es source --license=trial -E cluster.name=europe -E transport.port=9400my-leader-indexon 'remote' cluster withcurl -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"127.0.0.1:9400my-leader-index)and an auto-follow pattern