:apache => {
:mpm => "worker",
:worker => {
- :max_requests_per_child => 10000
+ :max_connections_per_child => 10000
}
},
:logstash => {
:forwarder => {
- :files => [
- { :paths => ["/var/log/apache2/access.log"], :fields => { :type => "apache" } },
- { :paths => ["/var/log/web/rails-logstash.log"], :fields => { :type => "rails" } }
+ "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" } }
]
}
},