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

Adding forward input plugin configuration #843

Merged
merged 2 commits into from
Jul 31, 2023

Conversation

yash97
Copy link
Contributor

@yash97 yash97 commented Jul 24, 2023

What this PR does / why we need it:

Adding support for forward input plugin to operator.

Which issue(s) this PR fixes:

Fixes #

Does this PR introduced a user-facing change?

Yes user can now turn on forward input plugin for fluentbit.


Additional documentation, usage docs, etc.:

I have added threaded option in fluentbit config. It's not mentioned in documentation as parameter for input plugin but it is generic parameter available for some plugins.


@yash97 yash97 changed the title [WIP] Adding forward input plugin configuration Adding forward input plugin configuration Jul 24, 2023
@yash97 yash97 marked this pull request as ready for review July 24, 2023 03:11
// Params implement Section() method
func (f *Forward) Params(_ plugins.SecretLoader) (*params.KVs, error) {
kvs := params.NewKVs()
if f.Port >= 0 && f.Port < 65535 {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@benjaminhuo benjaminhuo merged commit ae2b1b5 into fluent:master Jul 31, 2023
6 checks passed
@jcdauchy-moodys
Copy link

Just in time what I wanted, thanks !

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

Successfully merging this pull request may close these issues.

4 participants