728x90
다운로드 경로
https://portal.influxdata.com/downloads/
들어가서 설치환경 알려주면 친절하게.. 커맨드 알려줌
다운로드
# influxdb.key GPG Fingerprint: 05CE15085FC09D18E99EFB22684A14CF2582E0C5
cat <<EOF | sudo tee /etc/yum.repos.d/influxdb.repo
[influxdb]
name = InfluxDB Repository - RHEL \$releasever
baseurl = https://repos.influxdata.com/rhel/\$releasever/\$basearch/stable
enabled = 1
gpgcheck = 1
gpgkey = https://repos.influxdata.com/influxdb.key
EOF
설치하기
# yum install influxdb2
활성화, 방화벽은 그냥 죽임
# systemctl enable influxdb
# systemctl start influxdb
# systemctl stop firewalld
'PaaS > Data' 카테고리의 다른 글
influxDB influx cli 설치하기 (0) | 2023.06.26 |
---|---|
Elastic Search API 쿼리 샘플 (0) | 2023.01.13 |
Data Mesh란? (0) | 2022.08.16 |
Oracle의 Segment Advisor 사용하기 (0) | 2022.08.09 |
ElasticSearch-Filebeat 인덱스 이름 Custom하게 변경 (0) | 2022.08.08 |