How to see the filebeat dashboard after enabling the filebeat through central beat management?

Dear Members,

i have successfully enrolled the filebeat through kibana ui by using central beat management.
After enrolling the beat filebeat.yml is like below :

management:
enabled: true
period: 1m0s
access_token: ${management.accesstoken}
kibana:
protocol: http
host: elastic.********.com:5601
ssl: null
timeout: 10s
ignoreversion: true
blacklist:
output: console|file

i am unable to see the filebeat-* data in kibana dashboards?
Here my question is how to load the filebeat data into kibana ?

Do you see any errors in your Filebeat log?

Hi @shaunak,

Thank you for the reply. issue with the log-file not updating from past 2 days. i had fixed the logfile and now i can see the filebeat-* in kibana dashboard

Thanks,
Subhash.

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