Switch to dedicated elasticsearch node.

Switch to a large dedicated elasticsearch node as sharing resources
between logstash, kibana, jenkins-log-pusher, and elasticsearch results
in a constrained environment.

Change-Id: I39e6210f2c577429be2cb38aca09111a0f56f9be
Reviewed-on: https://review.openstack.org/30344
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Clark Boylan 2013-05-23 14:08:58 -07:00 committed by Jenkins
parent 99635df2e9
commit 017aba78ea
1 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,7 @@ filter {
output {
elasticsearch {
host => "127.0.0.1"
host => "elasticsearch.openstack.org"
node_name => "logstash-indexer"
}
}