forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Cloud plugin] Added README text (elastic#97999) (elastic#98153)
* Added README text * Update x-pack/plugins/cloud/README.md Co-authored-by: Alejandro Fernández Haro <[email protected]> * Updated README.md * Updated docs build Co-authored-by: Alejandro Fernández Haro <[email protected]> Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Alejandro Fernández Haro <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
- Loading branch information
1 parent
8b41ca1
commit ba19c86
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# `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 |