filebeat 연결
pmj6541
앞의 내용에서 kibana, elasticsearch, logstash 를 연결해주었다. 그리고 마지막으로 filebeat를 이용해 저장된 log를 주기적으로 logstash로 보내주도록 만들어야 한다. filebeat 1. 우선 filebeat 를 설치해준다. Download Filebeat • Lightweight Log Analysis Download Filebeat, the open source data shipper for log file data that sends logs to Logstash for enrichment and Elasticsearch for storage and analysis. www.elastic.co 2. 설치시 C:\ProgramData\Elastic 이 위치에 Be..