Skip to content

Commit

Permalink
Merge pull request elastic#281 from john-gress/merge_master_2.6.0_ixE…
Browse files Browse the repository at this point in the history
…ngine

Merge master 2.6.0 ix engine
  • Loading branch information
John Gress committed Mar 6, 2015
2 parents 6ae9d1f + 83bc3fe commit c16d2e3
Show file tree
Hide file tree
Showing 58 changed files with 200 additions and 119 deletions.
3 changes: 2 additions & 1 deletion protofiles/BaseConfMsg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "BaseConfMsg";

import "GoProtoDefaults.proto";



message BaseConf {
optional string dpiThreads = 7;
Expand Down
3 changes: 2 additions & 1 deletion protofiles/CarpenterConfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.configelements";
option java_outer_classname = "CarpenterConfigMsg";

import "GoProtoDefaults.proto";



message CarpenterConfig {
optional int32 minutesToRest = 1;
Expand Down
3 changes: 2 additions & 1 deletion protofiles/CassandraConfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.configelements";
option java_outer_classname = "CassandraConfigMsg";

import "GoProtoDefaults.proto";



message CassandraConfig {
optional string statsDBClusterName = 1;
Expand Down
3 changes: 2 additions & 1 deletion protofiles/ColumboConfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.configelements";
option java_outer_classname = "ColumboConfigMsg";

import "GoProtoDefaults.proto";



message ColumboConfig {
optional string requestQueue = 1;
Expand Down
3 changes: 2 additions & 1 deletion protofiles/CommandReply.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "CommandReplyMsg";

import "GoProtoDefaults.proto";



message CommandReply {
required bool success = 1;
Expand Down
3 changes: 2 additions & 1 deletion protofiles/CommandRequest.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "CommandRequestMsg";

import "GoProtoDefaults.proto";



message CommandRequest {
enum CommandType {
Expand Down
3 changes: 2 additions & 1 deletion protofiles/ConfTypeMsg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "ConfTypeMsg";

import "GoProtoDefaults.proto";



message ConfType {
enum Type {
Expand Down
3 changes: 2 additions & 1 deletion protofiles/ConfigDefaults.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import "ConfTypeMsg.proto";
option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "ConfigDefaultsMsg";

import "GoProtoDefaults.proto";



message ConfigDefaults {
message DefaultValues {
Expand Down
3 changes: 2 additions & 1 deletion protofiles/ConfigDefaultsRequest.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ option java_outer_classname = "ConfigDefaultsRequestMsg";
// For the ConfType request config parameters
// The CommandReply will contain the ConfigDefaults.proto with
// parameter name, default value, max, min
import "GoProtoDefaults.proto";



message ConfigDefaultsRequest {
optional ConfType.Type type = 1;
Expand Down
3 changes: 2 additions & 1 deletion protofiles/ConfigReplyMsg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ option java_package = "com.logrhythm.configelements";
option java_outer_classname = "ConfigReplyMsg";
import "ConfigType.proto";

import "GoProtoDefaults.proto";



message ConfigReply {
enum ReplyType {
Expand Down
3 changes: 2 additions & 1 deletion protofiles/ConfigRequestMsg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ option java_package = "com.logrhythm.configelements";
option java_outer_classname = "ConfigRequestMsg";
import "ConfigType.proto";

import "GoProtoDefaults.proto";



message ConfigRequest {
enum RequestType {
Expand Down
3 changes: 2 additions & 1 deletion protofiles/ConfigServerConfigMsg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.configelements";
option java_outer_classname = "ConfigServerConfigMsg";

import "GoProtoDefaults.proto";



message ConfigServerConfig {
repeated string configRequestQueue = 1;
Expand Down
3 changes: 2 additions & 1 deletion protofiles/DispatchClientConfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.configelements";
option java_outer_classname = "DispatchClientConfigMsg";

import "GoProtoDefaults.proto";



message DispatchClientConfig {

Expand Down
3 changes: 2 additions & 1 deletion protofiles/DispatchConfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.configelements";
option java_outer_classname = "DispatchConfigMsg";

import "GoProtoDefaults.proto";



message DispatchConfig {

Expand Down
3 changes: 2 additions & 1 deletion protofiles/DpiMsgLRproto.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package networkMonitor;
option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "DPIMessageProtosProtos";

import "GoProtoDefaults.proto";



message DpiMsgLRproto
{
Expand Down
3 changes: 2 additions & 1 deletion protofiles/DriveInfo.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "DriveInfoMsg";

import "GoProtoDefaults.proto";



message DrivesInfo {
message DriveInfo {
Expand Down
3 changes: 2 additions & 1 deletion protofiles/ESDataCollectionMsg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "ESDataCollectionMsg";
import "ESDataMsg.proto";

import "GoProtoDefaults.proto";



message ESDataCollection {
repeated ESData message = 1;
Expand Down
3 changes: 2 additions & 1 deletion protofiles/ESDataMsg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "ESDataMsg";

import "GoProtoDefaults.proto";



message ESData {
enum RequestType {
Expand Down
3 changes: 2 additions & 1 deletion protofiles/ESSearchResult.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "ESSearchResultMsg";

import "GoProtoDefaults.proto";



message ESSearchResult {

Expand Down
3 changes: 2 additions & 1 deletion protofiles/ElasticSearchClientConfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.configelements";
option java_outer_classname = "ElasticSearchClientConfigMsg";

import "GoProtoDefaults.proto";



message ElasticSearchClientConfig {
optional string elasticsearchClusterName = 1;
Expand Down
3 changes: 2 additions & 1 deletion protofiles/ForkerReply.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "ForkerReplyMsg";

import "GoProtoDefaults.proto";



message ForkerReply {
optional string output = 1;
Expand Down
3 changes: 2 additions & 1 deletion protofiles/ForkerRequest.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "ForkerRequestMsg";

import "GoProtoDefaults.proto";



message ForkerRequest {
optional string command = 1;
Expand Down
18 changes: 0 additions & 18 deletions protofiles/GoProtoDefaults.proto

This file was deleted.

3 changes: 2 additions & 1 deletion protofiles/HermesConfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.configelements";
option java_outer_classname = "HermesConfigMsg";

import "GoProtoDefaults.proto";



message HermesConfig {
repeated string pollStatsQueue = 1;
Expand Down
8 changes: 4 additions & 4 deletions protofiles/HermesReply.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "HermesReplyMsg";

import "GoProtoDefaults.proto";



message HermesReply {
message ValueTuple {
Expand All @@ -17,7 +18,6 @@ message HermesReply {
optional ValueTuple tupleValue = 3;
}

optional int32 beginTimeSeconds = 1;
optional int32 endTimeSeconds = 2;
repeated Stat stat = 3;
optional string uuid = 1;
repeated Stat stat = 2;
}
9 changes: 6 additions & 3 deletions protofiles/HermesRequest.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ package protoMsg;
option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "HermesRequestMsg";

import "GoProtoDefaults.proto";



message HermesRequest {
optional int32 beginTimeSeconds = 1;
optional int32 endTimeSeconds = 2;
optional string uuid = 1;
optional string indexName = 2;
optional int64 beginTimeMilliSeconds = 3;
optional int64 endTimeMilliSeconds = 4;
}
3 changes: 2 additions & 1 deletion protofiles/IndexManagerConfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.configelements";
option java_outer_classname = "IndexManagerConfigMsg";

import "GoProtoDefaults.proto";



message IndexManagerConfig {

Expand Down
12 changes: 8 additions & 4 deletions protofiles/InfluxConfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ package protoMsg;
option java_package = "com.logrhythm.configelements";
option java_outer_classname = "InfluxConfigMsg";

import "GoProtoDefaults.proto";



message InfluxConfig {
optional string hostname = 1;
optional string database = 2;
optional string username = 3;
optional string password = 4;
optional int32 port = 2;
optional string database = 3;
optional string adminUsername = 4;
optional string adminPassword = 5;
optional string dbUsername = 6;
optional string dbPassword = 7;
}
3 changes: 2 additions & 1 deletion protofiles/InstallInfo.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "InstallInfoMsg";

import "GoProtoDefaults.proto";



message InstallInfo {
optional uint64 installTime = 1;
Expand Down
3 changes: 2 additions & 1 deletion protofiles/License.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "LicenseMsg";

import "GoProtoDefaults.proto";



message RawLicense {
optional int32 bandwidthInMbps = 1;
Expand Down
3 changes: 2 additions & 1 deletion protofiles/LicenseReply.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "LicenseReplyMsg";

import "GoProtoDefaults.proto";



message LicenseReply {
repeated bytes encodedLicenses = 1;
Expand Down
3 changes: 2 additions & 1 deletion protofiles/LicenseRequest.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "LicenseRequestMsg";

import "GoProtoDefaults.proto";



message LicenseRequest {
enum RequestType {
Expand Down
3 changes: 2 additions & 1 deletion protofiles/LicenseUpdate.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "LicenseUpdateMsg";

import "GoProtoDefaults.proto";



message LicenseUpdate {
enum LicenseType {
Expand Down
3 changes: 2 additions & 1 deletion protofiles/LicenseUpdateReply.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "LicenseUpdateReplyMsg";

import "GoProtoDefaults.proto";



message LicenseUpdateReply {
optional bool success = 1;
Expand Down
3 changes: 2 additions & 1 deletion protofiles/LinkConfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.configelements";
option java_outer_classname = "LinkConfigMsg";

import "GoProtoDefaults.proto";



message LinkConfig {
optional int64 webHeartbeatIntervalMs = 1;
Expand Down
3 changes: 2 additions & 1 deletion protofiles/LogMessage.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package protoMsg;
option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "LogMessageMsg";

import "GoProtoDefaults.proto";



message LogMessage {
enum LogType {
Expand Down
Loading

0 comments on commit c16d2e3

Please sign in to comment.