Skip to content

Commit

Permalink
Merge pull request logrhythm#81 from kjell-hedstrom/SyslogProtcol
Browse files Browse the repository at this point in the history
Syslog protcol
  • Loading branch information
Ben Aldrich committed Oct 21, 2013
2 parents b1f156e + 1d79046 commit dffda4e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions protofiles/SyslogConfMsg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ option java_outer_classname = "SyslogConfMsg";

message SyslogConf {
optional string syslogEnabled = 1;
optional string syslogLogAgentIP = 2;
optional string syslogLogAgentPort = 3;
optional string syslogMaxLineLength = 4;
optional string siemLogging = 5;
optional string debugSiemLogging = 6;
optional string scrubPasswords = 7;
optional string syslogTcpEnabled = 2;
optional string syslogLogAgentIP = 3;
optional string syslogLogAgentPort = 4;
optional string syslogMaxLineLength = 5;
optional string siemLogging = 6;
optional string debugSiemLogging = 7;
optional string scrubPasswords = 8;
optional string reportEverything = 99;
}

0 comments on commit dffda4e

Please sign in to comment.