Hello guys,
I am running Metricbeat on Windows and observed that first 10 minutes of system events after service restart is not logged anywhere. Is it bug or a feature? Even when I switch to queue.disk, the first data in file appears after 10 minutes.
What I discovered, when changing true
to false
in following snippet, the issue disappears.
metricbeat.config.modules:
path: ${path.config}/modules.d/*.yml
reload.enabled: true
reload.period: 600s
Thanks for comment.