# Logstash Input Plugin Development with File Input Plugin

**URL:** https://discuss.elastic.co/t/logstash-input-plugin-development-with-file-input-plugin/257486
**Category:** Logstash
**Created:** [December 3, 2020, 10:29am UTC](https://discuss.elastic.co/t/logstash-input-plugin-development-with-file-input-plugin/257486 "2020-12-03T10:29:00Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![rknd](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rknd/32/103882_2.png) [@rknd](https://discuss.elastic.co/u/rknd)
#### Post date: [December 3, 2020, 10:29am UTC](https://discuss.elastic.co/t/logstash-input-plugin-development-with-file-input-plugin/257486/1 "2020-12-03T10:29:00Z")

</div>

Hello,  
I would like to ask, if its possible to pass file input plugin output in a new\_input\_plugin. I mean like output of the file input plugin, will be the input of another input plugin.  
As an example,  
Read logs from path with file input and send all lines to new\_input\_plugin. Note : I don't want to work with filter plugin cause my aim is processing all logs in once, not working with events

> input{  
> file {  
> path =\> ""  
> }  
> new\_input\_plugin{
> 
> ```
> }
> }
> 
> ```

---

<div class="post-metadata">

### Author: ![Badger](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/badger/32/25190_2.png) [@Badger](https://discuss.elastic.co/u/Badger)
#### Post date: [December 3, 2020, 4:07pm UTC](https://discuss.elastic.co/t/logstash-input-plugin-development-with-file-input-plugin/257486/2 "2020-12-03T16:07:20Z")

</div>

> [@rknd](#):
>
> I mean like output of the file input plugin, will be the input of another input plugin.

No, it is not.

---

<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: [December 31, 2020, 4:07pm UTC](https://discuss.elastic.co/t/logstash-input-plugin-development-with-file-input-plugin/257486/3 "2020-12-31T16:07:24Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
