# Is redis really necessary in current version of ELK

**URL:** https://discuss.elastic.co/t/is-redis-really-necessary-in-current-version-of-elk/45343
**Category:** Logstash
**Created:** [March 24, 2016, 12:21pm UTC](https://discuss.elastic.co/t/is-redis-really-necessary-in-current-version-of-elk/45343 "2016-03-24T12:21:35Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![zhmq0124v](https://avatars.discourse-cdn.com/v4/letter/z/f08c70/32.png) [@zhmq0124v](https://discuss.elastic.co/u/zhmq0124v)
#### Post date: [March 24, 2016, 12:21pm UTC](https://discuss.elastic.co/t/is-redis-really-necessary-in-current-version-of-elk/45343/1 "2016-03-24T12:21:35Z")

</div>

Dear ELK funs,

I am new to ELK, had watched online videos from [elastic.co](http://elastic.co) and installed logstash 2.2.2 elasticsearch 2.2.1 locally on a standalone server.  
Learned from the videos, I know current version of logstash's performance has been improved because of the design change and elastic search could also be set up as a cluster.  
So why other tools like redis or kafka are required here, could we just use purely ELK?  
What could be the bottleneck of current version of ELK?  
Also the terms like shipper, forwarder, broker and indexer are so confusing to me, I could only think of logstash -\> elasticsearch -\> kibana, where could I found more explanations of those terms?

Best Regards,  
Mike

---

<div class="post-metadata">

### Author: ![magnusbaeck](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/magnusbaeck/32/44943_2.png) [@magnusbaeck](https://discuss.elastic.co/u/magnusbaeck)
#### Post date: [March 24, 2016, 1:15pm UTC](https://discuss.elastic.co/t/is-redis-really-necessary-in-current-version-of-elk/45343/2 "2016-03-24T13:15:35Z")

</div>

You can definitely use the Elastic stack without a broker. Brokers can help with spikes in traffic and distribute load more evenly among Logstash servers, but that might not justify the increased cost and complexity of having a broker.

---

<div class="post-metadata">

### Author: ![Joe\_Lawson](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/joe_lawson/32/3390_2.png) [@Joe\_Lawson](https://discuss.elastic.co/u/Joe_Lawson)
#### Post date: [March 24, 2016, 6:25pm UTC](https://discuss.elastic.co/t/is-redis-really-necessary-in-current-version-of-elk/45343/3 "2016-03-24T18:25:49Z")

</div>

"Necessary" is really dependent on your design and implementation. I suggest you check out [https://www.elastic.co/guide/en/logstash/current/deploying-and-scaling.html](https://www.elastic.co/guide/en/logstash/current/deploying-and-scaling.html) which elaborates on the many different ways of implementing the pipeline. Your design in what is describe as "the minimal install", meaning, it is the least necessary to run. You can do more if you want, but that depends on your needs.

Other designs describe how to handle load spikes and high availability which both utilize a queue or broker.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 5:05am UTC](https://discuss.elastic.co/t/is-redis-really-necessary-in-current-version-of-elk/45343/4 "2017-07-06T05:05:28Z")

</div>


