Skip to content

Commit

Permalink
Merge pull request elastic#361 from Tom-Artale/fix-stats
Browse files Browse the repository at this point in the history
Fix for bug DE1776
  • Loading branch information
Tom Artale authored and Tom Artale committed Jun 23, 2015
2 parents 19b119d + 05bc57e commit 51ac647
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions protofiles/configelements/VitalsClientConfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ option java_package = "com.logrhythm.configelements";
option java_outer_classname = "VitalsClientConfigMsg";

message VitalsClientConfig {
optional string host = 1;
// DEPRECATED optional string host = 1;
optional string region = 2;
optional string service = 3;
// DEPRECATED optional string service = 3;
optional string pulseQueue = 4;
optional string accumulatorQueue = 5;
optional int32 defaultSecsToAccumulate = 6;
Expand Down
4 changes: 2 additions & 2 deletions protofiles/configelements/ux/VitalsClientConfigUX.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ option java_package = "com.logrhythm.configelements.ux";
option java_outer_classname = "VitalsClientConfigUXMsg";

message VitalsClientConfigUX {
optional ConfigUX host = 1;
// DEPRECATED optional ConfigUX host = 1;
optional ConfigUX region = 2;
optional ConfigUX service = 3;
// DEPRECATED optional ConfigUX service = 3;
optional ConfigUX pulseQueue = 4;
optional ConfigUX accumulatorQueue = 5;
optional ConfigUX defaultSecsToAccumulate = 6;
Expand Down

0 comments on commit 51ac647

Please sign in to comment.