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 #8849 to 6.x: Fix inherits environment variables #8855

Merged
merged 1 commit into from
Oct 31, 2018

Conversation

ph
Copy link
Contributor

@ph ph commented Oct 31, 2018

Cherry-pick of PR #8849 to 6.x branch. Original message:

We were inheriting environment variables on windows only, this make sure
the variables are inherited on unix too. Because the system module in
metricbeat uses lsof since the environment variables were cleared the
$PATH was not available so the binary was not found.

fixes: #8848

We were inheriting environment variables on windows only, this make sure
the variables are inherited on unix too. Because the system module in
metricbeat uses `lsof` since the environment variables were cleared the
$PATH was not available so the binary was not found.

fixes: elastic#8848
(cherry picked from commit 67abf3b)
@ph ph merged commit 3aa5040 into elastic:6.x Oct 31, 2018
@ph
Copy link
Contributor Author

ph commented Oct 31, 2018

failures are journalbeat/functionbeat which are solved in another PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants