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 GCP Stackdriver Fluentbit Output Plugin #605

Merged
merged 1 commit into from Mar 9, 2023

Conversation

HarleyB123
Copy link
Collaborator

What this PR does / why we need it:

Part of the fluent-operator goal of adding more output plugins. Needed to further support the goal of the project (managing fluentd/fluentbit configuration via YAML manifests)

Which issue(s) this PR fixes:

No active issue for this

Does this PR introduced a user-facing change?

None

Additional documentation, usage docs, etc.:


Signed-off-by: Harley Bates <HarleyBatesOfficial@yahoo.co.uk>
@@ -74,6 +74,8 @@ type OutputSpec struct {
DataDog *output.DataDog `json:"datadog,omitempty"`
// Firehose defines Firehose Output configuration.
Fireose *output.Firehose `json:"firehose,omitempty"`
// Stackdriver defines Stackdriver Output Configuration
Stackdriver *output.Stackdriver `json:"stackdriver,omitempty"`
Copy link
Member

@wenchajun wenchajun Mar 9, 2023

Choose a reason for hiding this comment

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

Wouldn't StackDriver be better?

Copy link
Member

Choose a reason for hiding this comment

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

Wouldn't StackDriver be better?

No the origial word is Stackdriver

@benjaminhuo benjaminhuo merged commit 839f88c into fluent:master Mar 9, 2023
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.

None yet

3 participants