Skip to content

Commit

Permalink
add changelog and README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Oct 2, 2023
1 parent 2c8e8bc commit d1919f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
### 🛑 Breaking changes 🛑

- (Splunk) `SPLUNK_LISTEN_INTERFACE`: Move to use 127.0.0.1 for the network listen interface of the collector by default on Windows and Linux installers, as well as Chocolatey.
Users can override this behavior by configuring the installers and Chocolatey to use `0.0.0.0` to continue to use the previous default value.
Users can override this behavior by configuring the installers and Chocolatey to use `0.0.0.0` to continue to use the previous default value. Please see [Advanced Configuration](https://github.com/signalfx/splunk-otel-collector#advanced-configuration) for more information.


## v0.85.0

Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,16 @@ listen to configure the `SPLUNK_DEBUG_CONFIG_SERVER_PORT` environment variable.
You can use the environment variable `SPLUNK_LISTEN_INTERFACE` and associated installer option to configure the network
interface on which the collector's receivers and telemetry endpoints will listen.
The default value of `SPLUNK_LISTEN_INTERFACE` is set to `0.0.0.0`, except on Chocolatey and
the Windows and Linux standalone installers, where it defaults to `127.0.0.1`.
the Windows and Linux standalone installers, where it defaults to `127.0.0.1`.

The table below shows the configuration switches to use at installation time:

| Method | Command |
|------------|-------------------------------------------------------------------------------------|
| Chocolatey | `choco install splunk-otel-collector --params="'/SPLUNK_LISTEN_INTERFACE:0.0.0.0'"` |
| Linux | `sudo install.sh --listen-interface=0.0.0.0` |
| Windows | `install.ps1 --network_interface=0.0.0.0` |


## Upgrade guidelines

Expand Down

0 comments on commit d1919f4

Please sign in to comment.