Logstash filters for OpenStack
Go to file
Clark Boylan 3a3e0a1f22 Run single node logstash without redis.
logstash.o.o is running into memory contention. The three logstash
processes (agent, indexer, web), redis, and elasticsearch are all memory
hogs. Remove redis which allows us to consolidate the work of the agent
and indexer into a single process.

If we decide to add remote logstash agents we will want to add redis to
the mix again. This is probably best done on a second host dedicated to
redis.

Change-Id: I5ba96b4a27d91cb73c9380ed47d0495b9005effa
Reviewed-on: https://review.openstack.org/27452
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
2013-04-25 17:44:22 +00:00
agent.conf.erb Better multiline handling for Jenkins console logs 2013-04-11 21:07:58 +00:00
indexer.conf.erb Run single node logstash without redis. 2013-04-25 17:44:22 +00:00
redis-output.conf.erb Add skeleton logstash module. 2013-01-29 20:44:09 +00:00