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