Skip to content

Commit 2473717

Browse files
committed
👌 修改部署脚本
1 parent ffc20db commit 2473717

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

codes/deploy/elk/deploy.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ replaceFilebeatConfig() {
108108
cp ${ELASTIC_SOFTWARE_PATH}/filebeat-${version}-linux-x86_64/filebeat.yml ${ELASTIC_SOFTWARE_PATH}/filebeat-${version}-linux-x86_64/filebeat.yml.bak
109109
cd ${ELASTIC_SOFTWARE_PATH}/filebeat-${version}-linux-x86_64
110110
wget https://github.com/dunwu/linux-notes/blob/master/codes/deploy/elk/config/filebeat.yml
111-
cp /home/zp/config/elk/filebeat.yml ${ELASTIC_SOFTWARE_PATH}/filebeat-${version}-linux-x86_64/filebeat.yml
112111
sed -i 's/127.0.0.1/'"${IP}"'/g' ${ELASTIC_SOFTWARE_PATH}/filebeat-${version}-linux-x86_64/filebeat.yml
113112
}
114113

0 commit comments

Comments
 (0)