You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
logstash-output-ceph
Creating a new plugin will make sure that the options are well defined for that new endpoint.
The text was updated successfully, but these errors were encountered: