An open API service indexing awesome lists of open source software.

https://github.com/aleroxac/elk-beats

elk + beats
https://github.com/aleroxac/elk-beats

auditbeat beats docker docker-compose elasticsearch elk filebeat heartbeat kibana logstash metricbeat packetbeat

Last synced: 8 months ago
JSON representation

elk + beats

Awesome Lists containing this project

README

          

# elk-beats
![beats](assets/images/beats_family.png)

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

## Resources available
- [elk-sample](https://github.com/aleroxac/elk-sample) files
- filebeat
- metricbeat
- packetbeat
- auditbeat
- heartbeat

## Setup
``` shell
## 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
```