# Logstash on network volume

**URL:** https://discuss.elastic.co/t/logstash-on-network-volume/173372
**Category:** Logstash
**Created:** [March 21, 2019, 6:06pm UTC](https://discuss.elastic.co/t/logstash-on-network-volume/173372 "2019-03-21T18:06:51Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![JeanSec](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jeansec/32/41724_2.png) [@JeanSec](https://discuss.elastic.co/u/JeanSec)
#### Post date: [March 21, 2019, 6:06pm UTC](https://discuss.elastic.co/t/logstash-on-network-volume/173372/1 "2019-03-21T18:06:51Z")

</div>

Hello,  
I have a working .conf file (it is working on my local disk). But when I change the path (I use file plugin) to my network disk Z, logstash doesn't detect any logs without sending any errors (with --verbose enabled).  
Version I use : Elasticsearch 6.6.1  
Kibana 6.6.1  
Logstash 6.6.1  
I red in the documentation that using file plugin is not advised but I can't make filebeat working with my multilines logs.  
Thank you

> input {  
> file {  
> path =\> ["Z:/xxx/xxx/xxx/test/\*.log"]  
> exclude =\> ["lol.log"]  
> start\_position =\> "beginning"  
> #sincedb\_path =\> "NUL"  
> codec =\> multiline {  
> pattern =\> "^%{DATESTAMP} "  
> negate =\> true  
> what =\> "previous"  
> }  
> }  
> }

---

<div class="post-metadata">

### Author: ![JeanSec](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jeansec/32/41724_2.png) [@JeanSec](https://discuss.elastic.co/u/JeanSec)
#### Post date: [March 21, 2019, 7:12pm UTC](https://discuss.elastic.co/t/logstash-on-network-volume/173372/2 "2019-03-21T19:12:02Z")

</div>

I found the solution : put ip of your volume instead of Z.

---

<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: [April 18, 2019, 7:12pm UTC](https://discuss.elastic.co/t/logstash-on-network-volume/173372/3 "2019-04-18T19:12:02Z")

</div>

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