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

Buffer Output tuning - and consistency with fluentd BufferedOutput #84

Open
ericdahl opened this issue Mar 28, 2023 · 2 comments
Open

Comments

@ericdahl
Copy link

This plugin doesn't inherit from BufferedOutput so the typical fluentd configuration options around tuning buffers are not available (e.g,. memory vs file, flush interval, etc)

Is this intentional? It seems like it would be easier to use if it was consistent with other buffered output plugins, using the standard <buffer> type config

I noticed this when converting from the Splunk output plugin to this output plugin, and specifically seeing that the flush interval was much higher, without an apparent way to tune it.

@perk-sumo
Copy link

Hello Eric, thank you for submitting!

Let us take a look and prioritise it.

One thing though - can you share your use case? Maybe you could consider using our https://github.com/SumoLogic/sumologic-otel-collector distro instead?

@ericdahl
Copy link
Author

Hi, thanks for checking.

We've been using fluentd for years for log collection, processing and buffering/aggregation across hundreds of ephemeral docker hosts. We also have some custom plugins for log filtering and processing. Fluentd has been great for us and this plugin also was an easy integration to output logs to Sumo.

This plugin seems to work fine, but was just interested in whether it could be improved via the BufferedOutput alignment, allowing for more tuning as needed.

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

No branches or pull requests

2 participants