Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 671 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 671 Bytes

elk-beats

beats

ELK + Beats = (Elasticsearch + Logstash + Kibana) + (Filebeat + Metricbeat + Packetbeat + Auditbeat + Heartbeat)

Resources available

  • elk-sample files
  • filebeat
  • metricbeat
  • packetbeat
  • auditbeat
  • heartbeat

Setup

## Installing Docker
curl -fsSL https://get.docker.com | bash

### Installing docker-compose
sudo curl -L "https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose

## Running the docker-compose
docker-compose up -d