I have following code.
input {
file {
path => "C:\logstash-7.2.0\samples\test_10.log"
start_position => "beginning"
ignore_older => 0
}
}
filter {
}
output {
stdout { codec => rubydebug}
}
I ran in debug mode after deleting sincedb file from default location.
I am constantly getting following message in the log files:
[2019-07-30T21:59:19,509][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-07-30T21:59:19,722][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
[2019-07-30T21:59:19,723][DEBUG][logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
[2019-07-30T21:59:21,970][DEBUG][org.logstash.execution.PeriodicFlush] Pushing flush onto pipeline.