Logstash filters for OpenStack
Go to file
Clark Boylan d2d138c09c Don't index logs with DEBUG log level.
ElasticSearch has a hard time performing queries on large amounts of
data. It must load the fields it is searching on into memory and that
can cause the node to use all of the memory allocated to it which in
turn causes a lot of garbage collection essentially taking the node
offline. Filter out DEBUG log messages in the devstack logs to reduce
the amount of data that must be loaded into memory when performing
searches.

Change-Id: Icfe9c8c17ccef4f9379c774eef791f43463dcf6d
2013-08-06 11:52:26 -07:00
agent.conf.erb Better multiline handling for Jenkins console logs 2013-04-11 21:07:58 +00:00
indexer.conf.erb Don't index logs with DEBUG log level. 2013-08-06 11:52:26 -07:00
redis-output.conf.erb Add skeleton logstash module. 2013-01-29 20:44:09 +00:00