Increase logstash workers/host to 4
Initial load testing suggests we should be able to handle at least 4 processes per host. Also re-enable crm114. Change-Id: Ia0158ad5f7f524c4fa0a80d479e2b74d28f0d1a6
This commit is contained in:
parent
3f4d099f23
commit
4e0739fd36
@ -3,5 +3,5 @@ gearman-port: 4730
|
||||
output-host: localhost
|
||||
output-port: 9999
|
||||
output-mode: tcp
|
||||
#crm114-script: /usr/local/bin/classify-log.crm
|
||||
#crm114-data: /var/lib/crm114
|
||||
crm114-script: /usr/local/bin/classify-log.crm
|
||||
crm114-data: /var/lib/crm114
|
||||
|
@ -38,4 +38,10 @@ class openstack_project::logstash_worker (
|
||||
log_processor::worker { 'B':
|
||||
config_file => 'puppet:///modules/openstack_project/logstash/jenkins-log-worker.yaml',
|
||||
}
|
||||
log_processor::worker { 'C':
|
||||
config_file => 'puppet:///modules/openstack_project/logstash/jenkins-log-worker.yaml',
|
||||
}
|
||||
log_processor::worker { 'D':
|
||||
config_file => 'puppet:///modules/openstack_project/logstash/jenkins-log-worker.yaml',
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user