From 3afcf1764d640383d9f29bed2106d1e5a29c37c8 Mon Sep 17 00:00:00 2001 From: Shweta Bhandare Date: Fri, 13 Jun 2014 11:16:25 -0600 Subject: [PATCH 1/2] Added Indexer Queue size --- protofiles/BaseConfMsg.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protofiles/BaseConfMsg.proto b/protofiles/BaseConfMsg.proto index 4533d7a54ca63..9760fd161f72b 100644 --- a/protofiles/BaseConfMsg.proto +++ b/protofiles/BaseConfMsg.proto @@ -43,6 +43,7 @@ message BaseConf { optional string dpiRecycleThreshold = 46; optional string pcapRecordsToClearPerCycle = 47; optional string flowReportInterval = 48; + optional string esIndexerQueueSize = 49; // REMEMBER to add any new parameters to the unit test at // Research/test/ConfBaseValidationTests.cpp : From b4869ffee6076dd359b7739a09344ae632526001 Mon Sep 17 00:00:00 2001 From: Shweta Bhandare Date: Tue, 17 Jun 2014 14:08:20 -0600 Subject: [PATCH 2/2] Added syslogQueue. Need to exclude this from webui. --- protofiles/BaseConfMsg.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protofiles/BaseConfMsg.proto b/protofiles/BaseConfMsg.proto index 9760fd161f72b..be5b2a958ddf5 100644 --- a/protofiles/BaseConfMsg.proto +++ b/protofiles/BaseConfMsg.proto @@ -44,6 +44,7 @@ message BaseConf { optional string pcapRecordsToClearPerCycle = 47; optional string flowReportInterval = 48; optional string esIndexerQueueSize = 49; + optional string syslogQueue = 50; // REMEMBER to add any new parameters to the unit test at // Research/test/ConfBaseValidationTests.cpp :