diff --git a/protofiles/LinkConfig.proto b/protofiles/LinkConfig.proto index a54964c7df726..883605533b69d 100644 --- a/protofiles/LinkConfig.proto +++ b/protofiles/LinkConfig.proto @@ -8,6 +8,7 @@ option java_outer_classname = "LinkConfigMsg"; message LinkConfig { optional int64 webHeartbeatIntervalMs = 1; - optional int32 searchInputPort = 2; - optional int32 searchResultForwardingPort = 3; + optional int32 webUIBrokerPort = 2; + optional int32 webUIIndexerPort = 3; + optional string frontEndToSearchQueue = 4; }