cloudfoundry / loggregator-release

Cloud Native Logging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doppler.outgoing_port is unused

poy opened this issue · comments

It looks like doppler.outgoing_port is redundant to loggregator.outgoing_dropsonde_port. It also looks like loggregator.outgoing_dropsonde_port is exported via bosh links. Doing a quick search, it looks like the only other place doppler.outgoing_port is used is some docs (which need updating).

doppler.outgoing_port:
description: "Port for outgoing doppler messages"
default: 8081

loggregator.outgoing_dropsonde_port:
description: "Port for outgoing dropsonde messages"
default: 8081

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/163406910

The labels on this github issue will be updated when the story is started.

Thanks for reporting this @poy
Glad you are still poking around in these repos.

This issue should be fixed in this commit: 8d9ee18