Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 192 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 192 Bytes

ELK

Install with Docker (local)

  • Clone repository

  • rename .env.example on .env

  • Run elasticsearch and kibana

make es
  • Run logstash and filebeat
make lf