本次練習如何透過filebeat採集主機資訊,並傳遞給logstash進行分析過濾 ... run -it --rm logstash -e "input { stdin { } } output { stdout { } }" ...
確定! 回上一頁