kibana/x-pack/plugins/cloud
2021-05-06 17:04:56 -04:00
..
common Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
public Don't query for the current user on anonymous pages (#99511) 2021-05-06 17:04:56 -04:00
server [Fleet] Set fleet server host in cloud (#98070) 2021-04-23 09:57:13 -04:00
jest.config.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
kibana.json Adds cloud links to user menu (#82803) 2020-11-10 09:51:27 -06:00
README.md [Cloud plugin] Added README text (#97999) 2021-04-23 17:08:22 +02:00
tsconfig.json Revert "TS Incremental build exclude test files (#95610)" (#96223) 2021-04-05 11:59:26 -07:00

cloud plugin

The cloud plugin adds cloud specific features to Kibana. The client-side plugin configures following values:

  • isCloudEnabled = true for both ESS and ECE deployments
  • cloudId is the ID of the Cloud deployment Kibana is running on
  • baseUrl is the URL of the Cloud interface, for Elastic Cloud production environment the value is https://cloud.elastic.co
  • deploymentUrl is the URL of the specific Cloud deployment Kibana is running on, the value is already concatenated with baseUrl
  • profileUrl is the URL of the Cloud user profile page, the value is already concatenated with baseUrl
  • organizationUrl is the URL of the Cloud account (& billing) page, the value is already concatenated with baseUrl
  • cname value is the same as baseUrl on ESS but can be customized on ECE