Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
Doug Burks edited this page Mar 3, 2018 · 9 revisions

In the new Elastic Stack integration, you can choose to extend your master server storage using separate storage nodes. When you choose this option, Logstash on the master server outputs to redis. Storage nodes then consume from redis.

To see how many logs are in the redis queue:

redis-cli LLEN logstash:redis
Clone this wiki locally