-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beat exporter need support filebeat.inputs - type: log
; but not the deprecated filebeat.prospectors: - input_type: log
#5
Comments
@duhang thanks, i'll check it out, maybe you could grab whole json output of /stats endpoint and attach it to this issue? |
Here you go!
|
duhang
changed the title
Beat exporter need supports
Beat exporter need support Sep 24, 2018
filebeat.inputs - type: log
along with the deprecated filebeat.prospectors: - input_type: log
filebeat.inputs - type: log
along with the deprecated filebeat.prospectors: - input_type: log
duhang
changed the title
Beat exporter need support
Beat exporter need support Sep 24, 2018
filebeat.inputs - type: log
along with the deprecated filebeat.prospectors: - input_type: log
filebeat.inputs - type: log
; but not the deprecated filebeat.prospectors: - input_type: log
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
beat-exporter/collector/filebeat.go
Line 30 in 67af338
Basically, just need replace "prospector" with "input" at the above line.
Please note that filebeat.prospectors is now deprecated and people should start using filebeat.inputs in their filebeat.yml instead.
Deprecated:
New:
Here is what
curl http://localhost:5066/stats
will show forfilebeat.input
from FB 6.4.1The text was updated successfully, but these errors were encountered: