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

chore: add helm template and docs about opensearch output plugin #329

Merged
merged 1 commit into from
Jun 14, 2022
Merged

chore: add helm template and docs about opensearch output plugin #329

merged 1 commit into from
Jun 14, 2022

Conversation

mangoGoForward
Copy link
Member

Signed-off-by: mango xu.weiKyrie@foxmail.com

What this PR does / why we need it:

Add helm template and docs about opensearch output plugin of fluentbit

Which issue(s) this PR fixes:

Fixes #326 #327

Does this PR introduced a user-facing change?

None

Additional documentation, usage docs, etc.:


…luentbit

Signed-off-by: mango <xu.weiKyrie@foxmail.com>
spec:
matchRegex: (?:kube|service)\.(.*)
opensearch:
{{ toYaml .Values.fluentbit.output.opensearch | indent 4}}
Copy link
Member Author

Choose a reason for hiding this comment

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

I suggest to refactor other helm template like this, because we can reduce a enable item and don't need to list them all in template.

Copy link
Member

Choose a reason for hiding this comment

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

agree @wenchajun

spec:
matchRegex: (?:kube|service)\.(.*)
opensearch:
{{ toYaml .Values.fluentbit.output.opensearch | indent 4}}
Copy link
Member

Choose a reason for hiding this comment

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

agree @wenchajun

@benjaminhuo benjaminhuo merged commit b8d22f1 into fluent:master Jun 14, 2022
@mangoGoForward mangoGoForward deleted the feat/add_opensearch_template branch June 15, 2022 01:28
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.

Docs: add a user guide for fluentbit's output plugin of OpenSearch
3 participants