# Can path of file in input plugins set to D drive/disk path on Windows OS?

**URL:** https://discuss.elastic.co/t/can-path-of-file-in-input-plugins-set-to-d-drive-disk-path-on-windows-os/202416
**Category:** Logstash
**Created:** [October 5, 2019, 6:55am UTC](https://discuss.elastic.co/t/can-path-of-file-in-input-plugins-set-to-d-drive-disk-path-on-windows-os/202416 "2019-10-05T06:55:27Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![zxc654951](https://avatars.discourse-cdn.com/v4/letter/z/c89c15/32.png) [@zxc654951](https://discuss.elastic.co/u/zxc654951)
#### Post date: [October 5, 2019, 6:55am UTC](https://discuss.elastic.co/t/can-path-of-file-in-input-plugins-set-to-d-drive-disk-path-on-windows-os/202416/1 "2019-10-05T06:55:27Z")

</div>

Hello. I can run logstash.bat on Windows normally with path to c drive. I want to change path to d drive, but it won't work. Turn the debug on, and report like:  
`[2019-10-05T14:49:18,537][DEBUG][logstash.instrument.periodicpoller.cgroup] One or more required cgroup files or directories not found: /proc/self/cgroup, /sys/fs/cgroup/cpuacct, /sys/fs/cgroup/cpu [2019-10-05T14:49:18,872][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"} [2019-10-05T14:49:18,876][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"} [2019-10-05T14:49:22,096][DEBUG][logstash.pipeline] Pushing flush onto pipeline {:pipeline_id=>"main", :thread=>"#<Thread:0xb7981f3 sleep>"}`

Below is my .conf code:

`input { file { path => ["c:/DATA/ToES/IDEH*.*"] start_position => "beginning" tags => "IDEH" sincedb_path => "NUL" } } output { stdout {} }`

I try to change the path like `path => ["d:/DATA/ToES/IDEH*.*"]`, `path => ["/d:/DATA/ToES/IDEH*.*"]` or `path => ["d:\DATA/ToES/IDEH*.*"]` which won't work. How can I do? Thanks for help.

---

<div class="post-metadata">

### Author: ![zxc654951](https://avatars.discourse-cdn.com/v4/letter/z/c89c15/32.png) [@zxc654951](https://discuss.elastic.co/u/zxc654951)
#### Post date: [October 9, 2019, 3:17am UTC](https://discuss.elastic.co/t/can-path-of-file-in-input-plugins-set-to-d-drive-disk-path-on-windows-os/202416/2 "2019-10-09T03:17:42Z")

</div>

Does someone face that question and has solution?

---

<div class="post-metadata">

### Author: ![zxc654951](https://avatars.discourse-cdn.com/v4/letter/z/c89c15/32.png) [@zxc654951](https://discuss.elastic.co/u/zxc654951)
#### Post date: [October 15, 2019, 5:55am UTC](https://discuss.elastic.co/t/can-path-of-file-in-input-plugins-set-to-d-drive-disk-path-on-windows-os/202416/3 "2019-10-15T05:55:59Z")

</div>

Does this question need more information?

---

<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: [November 12, 2019, 5:56am UTC](https://discuss.elastic.co/t/can-path-of-file-in-input-plugins-set-to-d-drive-disk-path-on-windows-os/202416/4 "2019-11-12T05:56:41Z")

</div>

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