Added database type for switching between vertica and influxDB.

This commit is contained in:
Deklan Dieterly 2014-06-11 08:06:46 -06:00
parent 274bb9a254
commit 55e7e7810b

View File

@ -10,12 +10,15 @@
"buffer_size": "1048576",
"num_processors": "1"
},
"vertica_output_processor": {
"output_processor": {
"batch_size": "10000"
},
"deduper_config": {
"dedupe_run_frequencey_seconds": "30"
},
"database_configuration": {
"database_type": "vertica"
},
"vertica_metric_repository_config": {
"max_cache_size": "2000000"
},