下載最新版 Logstash 7.12
具有網路環境的話,直接透過 yum 安裝,所以:
yum install logstash
無網路環境,先下載成 rpm,並 scp 至欲安裝的 Server,並安裝,所以:
wget https://artifacts.elastic.co/downloads/logstash/logstash-7.12.0-x86_64.rpm
rpm -ivh logstash-7.12.0-x86_64.rpm
啟動 Lostatsh
systemctl start logstash
確認 Logstash status
systemctl status logstash
測試 Logstash
/usr/share/logstash/bin/logstash -e 'input{stdin{}}output{stdout{codec=>rubydebug}}'
繼續安裝 Beats、Elasticsearch、Kibana
學習如何使用 Grok filter plugin
有任何問題,或是想看新主題?
聯絡我們