# How to configure Logstash and develop our own Input

**URL:** https://discuss.elastic.co/t/how-to-configure-logstash-and-develop-our-own-input/24644
**Category:** Logstash
**Created:** [June 30, 2015, 4:18pm UTC](https://discuss.elastic.co/t/how-to-configure-logstash-and-develop-our-own-input/24644 "2015-06-30T16:18:28Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ChiBiPonD](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/chibipond/32/15859_2.png) [@ChiBiPonD](https://discuss.elastic.co/u/ChiBiPonD)
#### Post date: [June 30, 2015, 4:18pm UTC](https://discuss.elastic.co/t/how-to-configure-logstash-and-develop-our-own-input/24644/1 "2015-06-30T16:18:28Z")

</div>

I have set up 3 master nodes with Elastisearch installed. I want to achieve storing ~600KHz to Elasticsearch. Some people had suggested me to have a look on Logstash. However, I have no idea how to configure it. What is Logstash forwarder? Is it needed?  
If I desire my values, how can I do it? Do I need to implement my own app? What is the easiest way to do it?  
Thank you in advance.

---

<div class="post-metadata">

### Author: ![jrgns](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jrgns/32/640_2.png) [@jrgns](https://discuss.elastic.co/u/jrgns)
#### Post date: [July 1, 2015, 9:25am UTC](https://discuss.elastic.co/t/how-to-configure-logstash-and-develop-our-own-input/24644/2 "2015-07-01T09:25:19Z")

</div>

Hey

Logstash is a system you can use to pull logs from various places (including files), filter and mangle them, and then push it to various endpoints, including Elasticsearch. The main page is here: [https://www.elastic.co/products/logstash](https://www.elastic.co/products/logstash)

There are various input plugins available, so you'll need to find one that fits your needs, and then set it up.

Logstash forwarder is used when you don't want to install Logstash itself on the same machine as the source of your logs. Once again, it depends on what you want to do if you need it or not.

Also look at the Logstash Book and the Logstash Config Guide.

J

---

<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:35am UTC](https://discuss.elastic.co/t/how-to-configure-logstash-and-develop-our-own-input/24644/3 "2017-07-06T05:35:53Z")

</div>


