Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 359 Bytes

logstash.md

File metadata and controls

28 lines (15 loc) · 359 Bytes

Logstash

Config

config/elasticsearch.php

'connections' => [

  'default' => [
    'logstashDriver' => null, //file, redis
  ],

]

Usage

the driver that your defined publishs all Laravel's log

  • a JSON file storage/logs/logstash-YYYY-MM-DD.log

  • redis server

Logstash can read these From logstash-YYYY-MM-DD.log OR redis;