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

support the compressing stream in forward and secure forward #504

Closed
haroboro opened this issue Dec 10, 2014 · 10 comments · Fixed by #1179
Closed

support the compressing stream in forward and secure forward #504

haroboro opened this issue Dec 10, 2014 · 10 comments · Fixed by #1179
Labels
feature request *Deprecated Label* Use enhancement label in general

Comments

@haroboro
Copy link

It's to save the bandwidth across the data centers, also accelerate the transfer speed and save the time.

@repeatedly
Copy link
Member

For secure forward, please check fluent-plugin-secure-forward: https://github.com/tagomoris/fluent-plugin-secure-forward

@repeatedly
Copy link
Member

We will consider supporting compression in v0.14's new APIs: #309 (comment)

@cswilliams
Copy link

+1, this would be a great feature to help reduce our bandwidth charges on AWS

@repeatedly repeatedly added the feature request *Deprecated Label* Use enhancement label in general label Jul 7, 2015
@deitch
Copy link

deitch commented Jul 8, 2015

Yes, I was just looking for this. You would need to support it in out_forward as well, so the receiver can decompress it.

I have a use case where the compressed logs are ~10% of the uncompressed logs. For LAN, that doesn't matter, but for shipping inter-DC or to the cloud, that is a huge deal.

+1

@repeatedly
Copy link
Member

@deitch Do you use Gzip or Snappy like compression?

@deitch
Copy link

deitch commented Jul 8, 2015

Don't actually care. We have gotten similar results with gzip and plain zip. But as long as in_forward / in_secure_forward and out_forward both support it, I can put a fluentd on each host to collect and forward, and have another cluster of them in the cloud, and everyone is happy.

@tsailiming
Copy link

+1

@repeatedly
Copy link
Member

Does someone try this patch?

#637

@Manikantan22
Copy link

I am looking for a option to compress a message during out_forward. Could someone help me?

@tagomoris
Copy link
Member

refer #1179

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request *Deprecated Label* Use enhancement label in general
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants