File beat not generating logs

My file beat is not generating logs . below is the screen shot of the logs folder


but i wonder how it is sending logs to ELK server , because i am seeing logs in kibana for today. but there is no evidence that file beats is running. of course its running as a service. but there should be logs for this runs , only then we will come to know what is happening during every run .
correct ?
and below is the file beat.yml file

filebeat.inputs:

  • type: log
    enabled: true
    paths:
    • C:/busdata/rrsb/gbl1/logs/*.log

filebeat.config.modules:

Glob pattern for configuration loading

path: ${path.config}/modules.d/*.yml

Set to true to enable config reloading

reload.enabled: true

output.logstash:
hosts: ["10.xxx.100.yyy:5044"]

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