Skip to content
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

cluster filebeat #5212

Closed
JasonHuangHuster opened this issue Sep 20, 2017 · 1 comment
Closed

cluster filebeat #5212

JasonHuangHuster opened this issue Sep 20, 2017 · 1 comment

Comments

@JasonHuangHuster
Copy link

why there's no cluster function with filebeat ? commonly , filebeats are installed on many machines and need manged properly .
what's more , can i custom the output to to storage like HDFS ? right now , there's only logstash and es . and i didn't see tutorials about the cluster and custom output ..

@andrewkroh
Copy link
Member

We're working on adding a central management feature for managing Beats from a central location. See #7028.

If you wanted to develop a custom output you can do it as a Go plugin which works for Linux. Otherwise you need to compile a custom binary that includes your custom output. This is the interface you need to implement: https://github.com/elastic/beats/blob/master/libbeat/outputs/outputs.go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants