(aws) Amazon Linux 2(AMZN2)에 fluent-bit를 설치하는 방법
Amazon Linux 2(AMZN2)에 fluent-bit를 설치하는 방법 테스트 환경 $ cat /etc/os-release NAME=”Amazon Linux” VERSION=”2″ ID=”amzn” ID_LIKE=”centos rhel fedora” VERSION_ID=”2″ PRETTY_NAME=”Amazon Linux 2″ ANSI_COLOR=”0;33″ CPE_NAME=”cpe:2.3:o:amazon:amazon_linux:2″ HOME_URL=”https://amazonlinux.com/” epel 패키지 설치 amazon-linux-extras install -y epel fluent-bit.repo 저장소 추가 ‘EOF’: 변수($releasever)를 그대로 입력할 수 있도록 작은따옴표로 묶어야 합니다. 고양이 /etc/yum.repos.d/fluent-bit.repo…터미네이터 cat <<‘EOF’ > /etc/yum.repos.d/fluent-bit.repo (fluent-bit) name = Fluent Bit … Read more