@@ -324,15 +321,6 @@ export class DetailPanelUi extends Component {
-
-
-
-
{shards && shards.map((shard, i) => (
@@ -436,6 +424,8 @@ export class DetailPanelUi extends Component {
closeDetailPanel,
} = this.props;
+ const indexManagementUri = getIndexListUri(`name:${followerIndex.name}`);
+
return (
@@ -452,22 +442,37 @@ export class DetailPanelUi extends Component {
- {followerIndex && (
-
-
+
+
+
- )}
- followerIndices={[followerIndex]}
- />
-
- )}
+
+
+
+ {followerIndex && (
+
+
+ )}
+ followerIndices={[followerIndex]}
+ />
+
+ )}
+
+
);
diff --git a/x-pack/plugins/cross_cluster_replication/public/app/sections/home/follower_indices_list/follower_indices_list.js b/x-pack/plugins/cross_cluster_replication/public/app/sections/home/follower_indices_list/follower_indices_list.js
index 8c1dfabe7ff32..5de818123dccd 100644
--- a/x-pack/plugins/cross_cluster_replication/public/app/sections/home/follower_indices_list/follower_indices_list.js
+++ b/x-pack/plugins/cross_cluster_replication/public/app/sections/home/follower_indices_list/follower_indices_list.js
@@ -124,7 +124,7 @@ export const FollowerIndicesList = injectI18n(
-
+
);
}
diff --git a/x-pack/plugins/remote_clusters/public/sections/components/remote_cluster_form/__snapshots__/remote_cluster_form.test.js.snap b/x-pack/plugins/remote_clusters/public/sections/components/remote_cluster_form/__snapshots__/remote_cluster_form.test.js.snap
index 752b4880c7b01..b4b6eb2afc962 100644
--- a/x-pack/plugins/remote_clusters/public/sections/components/remote_cluster_form/__snapshots__/remote_cluster_form.test.js.snap
+++ b/x-pack/plugins/remote_clusters/public/sections/components/remote_cluster_form/__snapshots__/remote_cluster_form.test.js.snap
@@ -166,7 +166,16 @@ Array [
class="euiFormHelpText euiFormRow__text"
id="mockId-help"
>
- An IP address or host name, followed by the transport port of the remote cluster.
+ An IP address or host name, followed by the
+
+ transport port
+
+ of the remote cluster.
@@ -430,7 +439,16 @@ Array [
class="euiFormHelpText euiFormRow__text"
id="mockId-help"
>
- An IP address or host name, followed by the transport port of the remote cluster.
+ An IP address or host name, followed by the
+
+ transport port
+
+ of the remote cluster.
,
+
+
+ ),
+ }}
/>
)}
isInvalid={showErrors}
diff --git a/x-pack/plugins/remote_clusters/public/services/documentation_links.js b/x-pack/plugins/remote_clusters/public/services/documentation_links.js
index a7ccaa7df8800..d094f05ce1eda 100644
--- a/x-pack/plugins/remote_clusters/public/services/documentation_links.js
+++ b/x-pack/plugins/remote_clusters/public/services/documentation_links.js
@@ -10,3 +10,4 @@ const esBase = `${ELASTIC_WEBSITE_URL}guide/en/elasticsearch/reference/${DOC_LIN
export const skippingDisconnectedClustersUrl = `${esBase}/modules-cross-cluster-search.html#_skipping_disconnected_clusters`;
export const remoteClustersUrl = `${esBase}/modules-remote-clusters.html`;
+export const transportPortUrl = `${esBase}/modules-transport.html`;