Skip to content

Commit

Permalink
Merge pull request elastic#323 from kjell-hedstrom/2.6.2_suppressfield
Browse files Browse the repository at this point in the history
2.6.2 suppressfield
KjellKod committed Apr 21, 2015
2 parents cfa55b4 + d534339 commit 6536857
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions protofiles/BaseConfMsg.proto
Original file line number Diff line number Diff line change
@@ -45,10 +45,11 @@ message BaseConf {
optional string pcapRecordsToClearPerCycle = 47;
optional string flowReportInterval = 48;
optional string esIndexerQueueSize = 49;
optional string syslogQueue = 50;
optional string diskpacketwriterQueueSize = 51;
optional string diskpacketwriterFeedbackQueueSize = 52;
optional string pCapFlushInterval = 53;
optional string maxRepeatedFieldCount = 50;
optional string syslogQueue = 51;
optional string diskpacketwriterQueueSize = 52;
optional string diskpacketwriterFeedbackQueueSize = 53;
optional string pCapFlushInterval = 54;
optional string sizeOfPcapChunks = 55;
optional string numberOfPcapChunks = 56;
optional string pCapRemovalNotifyQueue = 57;

0 comments on commit 6536857

Please sign in to comment.