kibana/x-pack/plugins/cloud/README.md
Yulia Čech 5d0af1cd36
[Cloud plugin] Added README text (#97999)
* Added README text

* Update x-pack/plugins/cloud/README.md

Co-authored-by: Alejandro Fernández Haro <afharo@gmail.com>

* Updated README.md

* Updated docs build

Co-authored-by: Alejandro Fernández Haro <afharo@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-04-23 17:08:22 +02:00

822 B

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