Skip to content

Commit

Permalink
Merge pull request elastic#300 from Jacob-Delgado/add-vitals-config
Browse files Browse the repository at this point in the history
added vitals configuration
  • Loading branch information
Jacob Delgado authored and Jacob Delgado committed Mar 19, 2015
2 parents c7b3ef0 + 6e86155 commit 732daba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions protofiles/ConfigType.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ enum ConfigType {
InfluxConfig = 13;
EventManagerClientConfig = 14;
ColumboClientConfig = 15;
VitalsClientConfig = 16;
}
9 changes: 9 additions & 0 deletions protofiles/VitalsClientConfig.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package protoMsg;

option java_package = "com.logrhythm.configelements";
option java_outer_classname = "VitalsClientConfigMsg";

message VitalsClientConfig {
optional string insertInputQueue = 1;
optional string accumulatorQueue = 2;
}

0 comments on commit 732daba

Please sign in to comment.