more flexibility for queries (strore in config file)
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
"processingType": "casrpslog",
|
||||
"sourceTag": "CCERpsLog",
|
||||
"serverURI": "http://localhost:2222",
|
||||
"maxResultsPerMessage":100,
|
||||
"statements":{
|
||||
"poller":"'select top ' + config.maxResultsPerMessage + ' * from rpslog where pkey > \\'' + maxPKey + '\\' order by pkey'"
|
||||
},
|
||||
"pollIntervalIdle": 10000,
|
||||
"UP_sqlConfig": {
|
||||
"user": "casdbuser",
|
||||
|
||||
Reference in New Issue
Block a user