본문 바로가기
infra/ELK

[ELK] ELK Stack을 구축해 보자 - Beats

by hjhello423 2019. 12. 23.


Beats?

각 Beat는 별도로 설치 가능한 product입니다.

Beats를 설치하기 전에 Elastic Stack을 설치하고 구성해야 합니다.

 

FileBeat Install

FileBeat를 RPM 형식으로 설치를 진행하도록 하겠습니다.

다른 Beat를 사용해야 하거나 다른 설치방식을 사용해야 하면 글 아래의 Reference 링크를 확인해주세요.

설치방법은 매우 간단합니다.

curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.5.0-x86_64.rpm
sudo rpm -vi filebeat-7.5.0-x86_64.rpm

 


Debug

아래와 같이 실행하면 모든 debug 로그를 확인할 수 있습니다.

filebeat -e -d "*"
sudo ./filebeat -e -c filebeat.yml -d "publish"

 

 

반응형

댓글