-
Notifications
You must be signed in to change notification settings - Fork 175
Add hosts and K8s quickstarts to stateful docs #4168
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
Conversation
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
This pull request does not have a backport label. Could you fix it @dedemorton? 🙏
|
@alaudazzi Do you want me to port your changes, too, or do you want to do that? |
@akhileshpok @thomheymann Who is the best person to ask about the privileges required to perform the steps in the hosts quickstart? Also can you please confirm that the hosts quickstart is available in 8.15? I spun up a cluster on cloud last week, and did not see the onboarding UI that I was expecting. |
@dedemorton please go ahead and port my changes. Thank you and sorry for the late reply. |
I have the same question about K8s monitoring (which I added today): what should we document for required privileges when using stateful? |
@dedemorton - The hosts and the K8s quickstarts will only become available in stateful in 8.16. They are currently available on serverless. Is your question around required privileges focusing on Elasticsearch, Kibana or something else? Root level privileges are required to install an Elastic Agent for both of these quickstarts. |
@akhileshpok Yes, I mean are there any Elasticsearch/Kibana privileges that might be required for users who are using a stateful cluster (for serverless, we've documented that the Admin role is required). |
@thomheymann - Do you have any inputs on the above question related to ES/Kibana privileges? Thanks |
@dedemorton Users need the following privileges to use data onboarding:
The builtin role that has these privileges is the |
Noting here that backport-skip label is set because we don't yet have a branch for 8.16. Everything in master will end up in 8.16 when we create the branch. |
@alaudazzi Can you take a look at my changes in this commit to make sure you agree with the consistency changes that I"ve applied? |
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.
A couple of small things but otherwise LGTM!
docs/en/observability/quickstarts/monitor-hosts-with-elastic-agent.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/observability/quickstarts/monitor-hosts-with-elastic-agent.asciidoc
Outdated
Show resolved
Hide resolved
🚀 Built elastic-dot-co-docs-preview-docs successfully!
|
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
@akhileshpok I'm going to merge this because it's blocking another PR I have in progress. If you have any concerns with the changes here, just open a docs issue, and we will address your concerns. Thanks! |
Ports hosts quickstart added in #4073 to stateful.
Also makes a few changes to the serverless files to sync them with this PR.