Skip to content

Commit

Permalink
Merge pull request elastic#193 from Robert-Weber/bytesForStorageOfStr…
Browse files Browse the repository at this point in the history
…angeData

Bytes for storage of strange data
  • Loading branch information
weberr13 committed Jun 20, 2014
2 parents f13251d + dac63ff commit 2ba4653
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion protofiles/DpiMsgLRproto.proto
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ message DpiMsgLRproto
optional string StoragePath = 41;
repeated uint32 SrcIP6 = 42;
repeated uint32 DestIP6 = 43;
optional string RawData = 44;
optional string NormalizedSyslogData = 44;
optional uint64 TimeEnd = 45;
optional bool HeaderWritten = 46;
// REMEMBER TO UPDATE resources/DpiMsgLRproto.protoheader as well
Expand Down
2 changes: 1 addition & 1 deletion protofiles/LogMessage.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ message LogMessage {

optional LogType outputType = 1;
repeated SourceType inputType = 2;
repeated string inputData = 3;
repeated bytes inputData = 3;
repeated SystemSubtype systemSubType = 4;
repeated string eventName = 5;
}
Expand Down
2 changes: 1 addition & 1 deletion resources/DpiMsgLRproto.protoheader
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ message DpiMsgLRproto
optional string StoragePath = 41;
repeated uint32 SrcIP6 = 42;
repeated uint32 DestIP6 = 43;
optional string RawData = 44;
optional string NormalizedSyslogData = 44;
optional uint64 TimeEnd = 45;
optional bool HeaderWritten = 46;
// REMEMBER TO UPDATE resources/DpiMsgLRproto.protoheader as well
Expand Down

0 comments on commit 2ba4653

Please sign in to comment.