Skip to content
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

Cherry-pick #20929 to 7.9: Clarify use for shared_credential_file #21082

Merged
merged 1 commit into from
Sep 15, 2020
Merged

Cherry-pick #20929 to 7.9: Clarify use for shared_credential_file #21082

merged 1 commit into from
Sep 15, 2020

Commits on Sep 14, 2020

  1. Clarify use for shared_credential_file (#20929)

    When starting beats as a service, the PID will be owned by the user that manages the service. This would be root in most cases. Users tend to run tests as non-root, running beats directly (./metricbeat) on the command line. Without the shared_credential_file path the beat checks for credentials under the user's home directory. When starting beats as a service, the home directory of the user managing the service (typically root) is different than what was being used in testing and development, which can be hard to figure out.
    
    (cherry picked from commit cbed0d6)
    kostasb authored and kaiyan-sheng committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    9f0cc8f View commit details
    Browse the repository at this point in the history