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

Create a ceph output plugin based on the S3 plugin. #7021

Open
ph opened this issue May 4, 2017 · 1 comment
Open

Create a ceph output plugin based on the S3 plugin. #7021

ph opened this issue May 4, 2017 · 1 comment

Comments

@ph
Copy link
Contributor

ph commented May 4, 2017

Having the possibility to send events to a ceph endpoint has been a really requested feature to add to Logstash especially since ceph implements a compatible S3 API. There was work on the S3 output to actually add that feature. After discussing with @jordansissel @suyograo and @acchen97, we have agreed that we need to provide that feature to our users and we have decided to do the following step:

  • Make a new plugin called logstash-output-ceph
  • Define ceph specific option in that plugin.
  • Reuse the S3 output classes as much as possible.

Creating a new plugin will make sure that the options are well defined for that new endpoint.

@gaul
Copy link

gaul commented Jan 30, 2018

Why does Ceph need its own plugin? Most S3 tools allow users to configure endpoints for either AWS, Ceph, or other implementations.

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