[docs] Add info about SYSTEM user requirement to the ingest Getting Started#65
Merged
dedemorton merged 2 commits intoelastic:masterfrom Jul 23, 2020
Merged
Conversation
|
A docs preview will be available soon: |
dedemorton
added a commit
to dedemorton/observability-docs
that referenced
this pull request
Jul 23, 2020
…tarted (elastic#65) * [docs] Add info about SYSTEM user requirement to the ingest getting started docs * reset release-state
dedemorton
added a commit
to dedemorton/observability-docs
that referenced
this pull request
Jul 23, 2020
…tarted (elastic#65) * [docs] Add info about SYSTEM user requirement to the ingest getting started docs * reset release-state
bmorelli25
pushed a commit
to bmorelli25/observability-docs
that referenced
this pull request
Apr 11, 2023
…tarted (elastic#65) * [docs] Add info about SYSTEM user requirement to the ingest getting started docs * reset release-state
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Updates ingest management docs to indicate that the agent must be run under the SYSTEM user to use the Endpoint integration.
Why is it important?
Users will run into a "Agent process is not root/admin or validation failed" error on Win if they don't run under SYSTEM.
Related issues
(I'm also writing a troubleshooting topic with more detail. I'll add the link here when it's ready.)
Note that the current docs do not show platform-specific commands. I will fix that...just waiting for the final design of our tabbed panel widget to avoid having to redo the work.