Skip to content

Commit

Permalink
Merge pull request elastic#184 from Tom-Artale/research-indexer-messa…
Browse files Browse the repository at this point in the history
…ge-formats

Research indexer message formats
  • Loading branch information
Ben Aldrich committed Jun 6, 2014
2 parents 8836dea + 69e95ce commit 1f40993
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions protofiles/DataMsg.proto → protofiles/ESDataMsg.proto
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
package protoMsg;

option java_package = "com.logrhythm.nm.message";
option java_outer_classname = "DataMsg";
option java_outer_classname = "ESDataMsg";

message DataMsgProto {
message ESData {
optional string indexName = 1;
optional string indexType = 2;
optional string indexId = 3;
optional int32 msgSourceId = 4;
optional string normalMsgDate = 5;
optional string json = 6;
optional uint64 normalMsgDate = 5;
optional string normalMsgDateStr = 6;
optional string json = 7;
}

0 comments on commit 1f40993

Please sign in to comment.