One or more required cgroup files not found of cgroup

hello, I am using elasticsearch and kibana and logstash windows version without docker. whenever I want to load a file to elasticsearch I get endless loop of this error

[DEBUG][logstash.instrument.periodicpoller.cgroup] One or more required cgroup files or directories not found: /proc/self/cgroup, /sys/fs/cgroup/cpuacct

The message is a DEBUG-level message indicating that internal instrumentation is unable to read cgroup information from your system; the message exists to help someone find out why cgroup information is not showing up in the API response or Elastic stack Monitoring dashboards.

It is not an error, and Logstash will operate normally even if it can't read the cgroup information.

But when i try to load a csv file it stays stuck on this loop and the stdout doesnt show and no index is found on elastic search

2 Likes

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