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

https://github.com/zkfmapf123/elastic-search-stack

elastic-search + kibana + logstash + *-beats
https://github.com/zkfmapf123/elastic-search-stack

Last synced: 5 months ago
JSON representation

elastic-search + kibana + logstash + *-beats

Awesome Lists containing this project

README

          

# ELK Stack

![elk](./public/elk.png)

## Execute

```sh
cd cloud
terraform init && terraform apply
make scp-up
```

## Todo (Local)

- [x] Elastic Search
- Master (9200)
- Slaves (1,2) -> 9300
- [x] MetricBeat
- Kibana를 통해서 ES (Master, Slave) System Monitoring
- [x] Kibana
- [x] Filebeat
- [x] LogStash
- input -> filter -> output pipeline
- jRuby

```
input {
...
}

filter {
...
}

output {
...
}
```

## Todo (Cloud)

- EC2 ELK Pipeline
- ECS ELK Pipeline

## Beat Products

- AuditBeat (Linux의 Audit Message)
- FileBeat (파일의 있는 정보)
- MetricBeat (System Metric 정보)
- PacketBeat (네트워크 패킷의 정보)
- HeardBeat (BlackBox -> TCP, HTTP Level의 살아있는지, Uptime)
- WinlogBeat (윈도우 로그)
- FunctionBeat (Serverless 형태로 데이터 Shipping)

## Reference

- Logstash Input Plugins
- AWS CLI for EC2 Instance

## 회고...

[REMINDER](./REMINDER.md)