Issue 411 Alert with Logstash

I have problem when i would like to connect Logstash with 411 .
I have any problem in log files of apache server.

$config['elasticsearch'] = [
# Configuration for the 411 Alerts index.
'alerts' => [
'hosts' => ['http://localhost.elk:9200'],
'index_hosts' => ,
'ssl_cert' => null,
'index' => null ,
'date_based' => false,
'date_interval' => null,
'date_field' => 'alert_date',
'date_type' => null,
'src_url' => null,
],
# Configuration for the logstash index that 411 queries.
'logstash' => [
'hosts' => ['http://localhost.elk:9200'],
'index_hosts' => ,
'ssl_cert' => null,
'index' => '[logstash-]Y.m.d',
'date_based' => true,
'date_interval' => 'd',
'date_field' => '@timestamp',
'date_type' => null,
'src_url' => null,
],
];

This look like a question for 411.

This topic was automatically closed after 6 days. New replies are no longer allowed.