# One or more required cgroup files or directories not found in logstash

**URL:** https://discuss.elastic.co/t/one-or-more-required-cgroup-files-or-directories-not-found-in-logstash/337348
**Category:** Logstash
**Created:** [July 1, 2023, 6:06am UTC](https://discuss.elastic.co/t/one-or-more-required-cgroup-files-or-directories-not-found-in-logstash/337348 "2023-07-01T06:06:28Z")
**Posts on this page:** 1
**Showing post:** 4

<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: [July 1, 2023, 4:02pm UTC](https://discuss.elastic.co/t/one-or-more-required-cgroup-files-or-directories-not-found-in-logstash/337348/4 "2023-07-01T16:02:14Z")

</div>

> [@sanjay\_bhati](#):
>
> I am getting error: One or more required cgroup files or directories not found

That is [normally](https://discuss.elastic.co/t/one-or-more-required-cgroup-files-not-found-of-cgroup/163054/2) a DEBUG message, not an ERROR. It should not stop anything working.

> [@](#):
>
> sincedb\_path =\> "NULL"

That will persist the in-memory sincedb to a file called NULL in logstash's working directory. On Windows you should use "NUL", on UNIX use "/dev/null".

---

_[View the full topic](https://discuss.elastic.co/t/one-or-more-required-cgroup-files-or-directories-not-found-in-logstash/337348)._
