디렉토리 변경
cd /etc/yum.repos.d
파일 생성
cat > elasticsearch.repo
[elasticsearch]
name=Elasticsearch repository for 8.x packages
baseurl=https://artifacts.elastic.co/packages/8.x/yum
gpgcheck=1
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
enabled=0
autorefresh=1
type=rpm-md
Plain Text
복사
Ctrl+D 눌러 파일 저장
elasticsearch 설치
sudo yum install --enablerepo=elasticsearch elasticsearch
SHA-1 사용불가 워닝이 발생하면 아래 참조