# \[Logstash configuration when dumping the result file in shared network location\]

**URL:** https://discuss.elastic.co/t/logstash-configuration-when-dumping-the-result-file-in-shared-network-location/36802
**Category:** Logstash
**Created:** [December 9, 2015, 9:18pm UTC](https://discuss.elastic.co/t/logstash-configuration-when-dumping-the-result-file-in-shared-network-location/36802 "2015-12-09T21:18:47Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![varun\_kumar1](https://avatars.discourse-cdn.com/v4/letter/v/ac91a4/32.png) [@varun\_kumar1](https://discuss.elastic.co/u/varun_kumar1)
#### Post date: [December 9, 2015, 9:18pm UTC](https://discuss.elastic.co/t/logstash-configuration-when-dumping-the-result-file-in-shared-network-location/36802/1 "2015-12-09T21:18:47Z")

</div>

Hello,  
I am trying to parse the input log file and sending the result to a file in a shared network location .Below is my configuration

file{  
path =\> "\optym-01/Share/Temporary\_Shared\_Space/varun/Logs/%{host}/%{path}"  
message\_format =\> "%{message}"  
flush\_interval =\> 0

But i am getting the below error

Errno::ENOENT: No such file or directory - \optym-01  
mkdir at org/jruby/RubyDir.java:458  
fu\_mkdir at C:/Users/varunk/Downloads/logstash-2.0.0/logstash-2.0.0/vendo  
r/jruby/lib/ruby/1.9/fileutils.rb:247

Thanks and Regards Varun

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [December 10, 2015, 12:51am UTC](https://discuss.elastic.co/t/logstash-configuration-when-dumping-the-result-file-in-shared-network-location/36802/2 "2015-12-10T00:51:03Z")

</div>

> [@varun\_kumar1](#):
>
> \optym-01

That does not look valid, shouldn't it be a `/` rather than a `\`?

---

<div class="post-metadata">

### Author: ![varun\_kumar1](https://avatars.discourse-cdn.com/v4/letter/v/ac91a4/32.png) [@varun\_kumar1](https://discuss.elastic.co/u/varun_kumar1)
#### Post date: [December 10, 2015, 3:37pm UTC](https://discuss.elastic.co/t/logstash-configuration-when-dumping-the-result-file-in-shared-network-location/36802/3 "2015-12-10T15:37:16Z")

</div>

Hello ,  
I changes to this //optym-01/Share/Temporary\_Shared\_Space/varun/Logs/%{host}/%{path}

Still getting the same error

---

<div class="post-metadata">

### Author: ![varun\_kumar1](https://avatars.discourse-cdn.com/v4/letter/v/ac91a4/32.png) [@varun\_kumar1](https://discuss.elastic.co/u/varun_kumar1)
#### Post date: [December 11, 2015, 6:23pm UTC](https://discuss.elastic.co/t/logstash-configuration-when-dumping-the-result-file-in-shared-network-location/36802/4 "2015-12-11T18:23:08Z")

</div>

Hello,  
Any update on this issue .

---

<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:18am UTC](https://discuss.elastic.co/t/logstash-configuration-when-dumping-the-result-file-in-shared-network-location/36802/5 "2017-07-06T05:18:48Z")

</div>


