linux  cenotos rpm 

rpm -i elasticsearch-7.16.0-x86_64.rpm 

service elasticsearch start

sudo /usr/share/logstash/bin/logstash -f test.conf

 

 

 

'Sever' 카테고리의 다른 글

CUBRID 11.2 설치  (0) 2022.05.16
cent os port open  (0) 2022.05.16

찾아보기 귀찮아서 적는 메모

 

1. firewall install

yum install -y firewalld

 

2. firewall port open

firewall-cmd --permanent --zone=public --add-port=8080/tcp

firewall-cmd --reload

 

3. port open list

 

netstat -tnlp

'Sever' 카테고리의 다른 글

elasticsearch install logtash  (0) 2022.05.19
CUBRID 11.2 설치  (0) 2022.05.16

+ Recent posts