-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[elastic-agent] respect host configuration for http endpoint #25114
Conversation
When http processes endpoint is enabled, do not hardcode http endpoint to localhost. This would not work for docker environments.
Pinging @elastic/agent (Team:Agent) |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
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
@simitt Can you add an entry in x-pack/elastic-agent/changelog.next.asciidoc/ |
Lets do a follow up with the changelog entry to not have to run full CI again ... |
@ruflin are you an reviewer with write access? Merging is blocked. |
@simitt Hope my 👍 worked so it can be merged. |
@simitt I just added the correct mergify tags so you don't have to backport manually. |
When http processes endpoint is enabled, do not hardcode http endpoint to localhost. This would not work for docker environments. (cherry picked from commit ff97e0e)
What does this PR do?
When http processes endpoint is enabled, do not hardcode http endpoint
to localhost, but respect configuration.
Why is it important?
Current implementation does not work for docker environments.