-
Notifications
You must be signed in to change notification settings - Fork 151
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
Enhancement: Add fluentd refresh_interval #982
Comments
Please open a Splunk idea at ideas.splunk.com and post it here. |
Idea opened here: https://ideas.splunk.com/ideas/PORTALSID-I-192 |
@InputObject2 a PR is up for this. Will update you once it gets merged. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. If this issue is still relevant, please leave a comment explaining why it is still relevant. Otherwise, please close it. |
@atoulme this has been done for a while, the referenced PR was merged! |
Thanks! |
In the splunk-connect-for-kubernetes chart, there is a value to configure the polling time for files (refresh_interval), with a default of 60 seconds.
We switched over to the splunk-otel-collector as recommended by the Splunk docs, but it looks like this value cannot be set in the current version of the chart.
In the source.container.conf (in the fluentd configmap), we'd need to add something liike:
refresh_interval {{ .Values.fluentd.config.refreshInterval | default 60 }}
The text was updated successfully, but these errors were encountered: