kibana/x-pack/plugins/remote_clusters
2023-08-23 09:28:24 +03:00
..
__jest__/client_integration [Remote clusters] Add new security model (#161836) 2023-08-14 11:58:53 +03:00
common chore(NA): bump version to 8.5.0 (#137295) 2022-07-27 09:33:30 -07:00
fixtures chore(NA): splits types from code on @kbn/test (#124469) 2022-02-04 03:27:39 +00:00
public [Remote Clusters] Update copy about port help text (#164442) 2023-08-23 09:28:24 +03:00
server [config-schema] offeringBasedSchema helper (#163786) 2023-08-22 03:59:15 -07:00
jest.config.js [jest] update config files to get coverage per plugin (#111299) 2021-09-09 08:14:56 +02:00
kibana.jsonc [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
README.md [Remote clusters] Add new security model (#161836) 2023-08-14 11:58:53 +03:00
tsconfig.json [shared-ux-router] Add Router and Routes components (#159834) 2023-06-23 10:02:06 -05:00

Remote Clusters

Setting up a remote cluster

  • Run yarn es snapshot --license=trial and log into kibana
  • Create a local copy of the ES snapshot with cp -R .es/8.10.0 .es/8.10.0-2
  • Start your local copy of the ES snapshot .es/8.10.0-2/bin/elasticsearch -E cluster.name=europe -E transport.port=9400
  • Create a remote cluster using 127.0.0.1:9400 as seed node and proceed with the wizard
  • Verify that your newly created remote cluster is shown as connected in the remote clusters list

About

This plugin helps users manage their remote clusters, which enable cross-cluster search and cross-cluster replication.