최대 1 분 소요

Import the Elasticsearch GPG Key

먼저 elasticsearch의 repository를 이용하기 위하여 elasticsearch 공식 repository의 GPG Key를 Import합니다.

Download and install the public signing key:

sudo rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch

Installing from the RPM repository

Elasticsearch 7.x의 repository를 설치 합니다.

sudo cat > /etc/yum.repos.d/elasticstack.repo << EOL
[elasticstack]
name=Elastic repository for 7.x packages
baseurl=https://artifacts.elastic.co/packages/7.x/yum
gpgcheck=1
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
enabled=1
autorefresh=1
type=rpm-md
EOL

Filebeat의 설치

sudo dnf install filebeat

Filebeat 시작

sudo systemctl enable filebeat
sudo systemctl start filebeat

댓글남기기