Skip to content

Commit

Permalink
Merge pull request #420 from momoXD007/splunk_support
Browse files Browse the repository at this point in the history
fixing a typo 'Spklunk' to 'Splunk'
  • Loading branch information
benjaminhuo authored Oct 11, 2022
2 parents e2dca72 + 13249f8 commit 844a085
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apis/fluentbit/v1alpha2/clusteroutput_types.go
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ type OutputSpec struct {
DataDog *output.DataDog `json:"datadog,omitempty"`
// Firehose defines Firehose Output configuration.
Fireose *output.Firehose `json:"firehose,omitempty"`
//Spklunk defines Splunk Output Configuration
//Splunk defines Splunk Output Configuration
Splunk *output.Splunk `json:"splunk,omitempty"`
// OpenSearch defines OpenSearch Output configuration.
OpenSearch *output.OpenSearch `json:"opensearch,omitempty"`
Original file line number Diff line number Diff line change
@@ -1669,7 +1669,7 @@ spec:
discard the data after reaching that limit.
type: string
splunk:
description: Spklunk defines Splunk Output Configuration
description: Splunk defines Splunk Output Configuration
properties:
Workers:
description: Enables dedicated thread(s) for this output. Default
2 changes: 1 addition & 1 deletion config/crd/bases/fluentbit.fluent.io_clusteroutputs.yaml
Original file line number Diff line number Diff line change
@@ -1669,7 +1669,7 @@ spec:
discard the data after reaching that limit.
type: string
splunk:
description: Spklunk defines Splunk Output Configuration
description: Splunk defines Splunk Output Configuration
properties:
Workers:
description: Enables dedicated thread(s) for this output. Default
2 changes: 1 addition & 1 deletion manifests/setup/fluent-operator-crd.yaml
Original file line number Diff line number Diff line change
@@ -3475,7 +3475,7 @@ spec:
discard the data after reaching that limit.
type: string
splunk:
description: Spklunk defines Splunk Output Configuration
description: Splunk defines Splunk Output Configuration
properties:
Workers:
description: Enables dedicated thread(s) for this output. Default
2 changes: 1 addition & 1 deletion manifests/setup/setup.yaml
Original file line number Diff line number Diff line change
@@ -3475,7 +3475,7 @@ spec:
discard the data after reaching that limit.
type: string
splunk:
description: Spklunk defines Splunk Output Configuration
description: Splunk defines Splunk Output Configuration
properties:
Workers:
description: Enables dedicated thread(s) for this output. Default

0 comments on commit 844a085

Please sign in to comment.