-
Notifications
You must be signed in to change notification settings - Fork 158
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
localhost on agent #3732
localhost on agent #3732
Conversation
c509a75
to
34a7c86
Compare
34a7c86
to
04e25a3
Compare
fa4375b
to
d01ed1a
Compare
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.
Looks great to me, approved pending all test coverage (ansible) passing
Our salt module should also be updated: https://github.com/signalfx/splunk-otel-collector/blob/main/deployments/salt/splunk-otel-collector/collector_config.sls#L29 |
e158422
to
b3eccce
Compare
Co-authored-by: Jina Jain <[email protected]>
b3eccce
to
d9f9df3
Compare
* Add chef tests for listen interface * Add puppet tests for listen interface * Add salt tests for listen interface
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.
Installer changes LGTM.
Description:
These changes update the
SPLUNK_LISTEN_INTERFACE
environment variable to be 127.0.0.1 for the default agent config locations where it was otherwise 0.0.0.0 in all cases. They also update the installers to only forward the env var to the target service if configured by the user.supersedes #3639
Testing:
Updated unit and integration tests.
Documentation:
Updated readmes