-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Cloud plugin] Added README text #97999
Conversation
Pinging @elastic/kibana-core (Team:Core) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found 1 typo 😇
x-pack/plugins/cloud/README.md
Outdated
@@ -1,3 +1,12 @@ | |||
# `cloud` plugin | |||
|
|||
The `cloud` plugin adds cloud specific features to Kibana. | |||
The plugin configures following values: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: The list below looks like it's the Public setup
contract. The Server-side contract is slightly different.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right, @afharo! I haven't thought about the server-side and never used it before, so I added 'client-side' to the text.
Co-authored-by: Alejandro Fernández Haro <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@yuliacech you might need to run node scripts/build_plugin_list_docs
and commit the changes to get a green CI :)
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
* 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]>
Summary
Recently, several new values have been added to Cloud plugin #95569. This PR adds information about those values that Cloud plugin now supplies.
I gathered information from #95569 and cloud#77420 and tried to describe the values how I understand them, change suggestions are welcome.