2 description "Role applied to all web/api backend servers"
 
   8       :max_connections_per_child => 10000,
 
   9       :async_request_worker_factor => 4
 
  14       "filebeat.prospectors" => [
 
  15         { "input_type" => "log", "paths" => ["/var/log/apache2/access.log"], "fields" => { "type" => "apache" } },
 
  16         { "input_type" => "log", "paths" => ["/var/log/web/rails-logstash.log"], "fields" => { "type" => "rails" } }
 
  30   "role[logstash-forwarder]",
 
  31   "recipe[web::backend]"