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 ?