+ :min_spare_threads => 50,
+ :max_spare_threads => 450,
+ :async_request_worker_factor => 4
+ }
+ },
+ :logstash => {
+ :forwarder => {
+ "filebeat.prospectors" => [
+ { "input_type" => "log", "paths" => ["/var/log/apache2/access.log"], "fields" => { "type" => "apache" } },
+ { "input_type" => "log", "paths" => ["/var/log/web/rails-logstash.log"], "fields" => { "type" => "rails" } }
+ ]