-
Notifications
You must be signed in to change notification settings - Fork 250
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
[summerospp]add fluentbit mqtt plugin #911
Conversation
Signed-off-by: “sjliu1” <“[email protected]”>
@@ -59,6 +59,8 @@ type InputSpec struct { | |||
OpenTelemetry *input.OpenTelemetry `json:"openTelemetry,omitempty"` | |||
// HTTP defines forward input plugin configuration | |||
HTTP *input.HTTP `json:"http,omitempty"` | |||
// MQTT defines forward input plugin configuration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// MQTT defines forward input plugin configuration | |
// MQTT defines the MQTT input plugin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, thanks!
@@ -59,6 +59,8 @@ type InputSpec struct { | |||
OpenTelemetry *input.OpenTelemetry `json:"openTelemetry,omitempty"` | |||
// HTTP defines forward input plugin configuration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// HTTP defines forward input plugin configuration | |
// HTTP defines the HTTP input plugin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// OpenTelemetry defines the OpenTelemetry input plugin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, thanks!
Signed-off-by: “sjliu1” <“[email protected]”>
docs/fluentbit.md
Outdated
@@ -420,7 +420,8 @@ InputSpec defines the desired state of ClusterInput | |||
| customPlugin | CustomPlugin defines Custom Input configuration. | *custom.CustomPlugin | | |||
| forward | Forward defines forward input plugin configuration | *[input.Forward](plugins/input/forward.md) | | |||
| openTelemetry | OpenTelemetry defines forward input plugin configuration | *[input.OpenTelemetry](plugins/input/opentelemetry.md) | | |||
| http | HTTP defines forward input plugin configuration | *[input.OpenTelemetry](plugins/input/opentelemetry.md) | | |||
| http | HTTP defines forward input plugin configuration | *[input.HTTP](plugins/input/http.md) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs not updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done it, thanks!
Signed-off-by: “sjliu1” <“[email protected]”>
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Does this PR introduced a user-facing change?
Additional documentation, usage docs, etc.: