How to monitor if LogStash is fully loaded?
问题 I am using LogStash to collect the usage logs of my service. I am wondering how could I know if a LogStash is fully loaded and should add more servers to handle the logs? I don't want to miss any of the logs. Any suggestion would be helpful, thanks in advance:) 回答1: First, Logstash is only parsing the logs and send the logs event to a place to store, ex: Elasticsearch! If you are using elasticsearch as your logs storage, you can try to install marvel. It is a plugin of elastcisearch, after