Skip to content

Commit

Permalink
[summerospp]add fluentbit nginx plugin
Browse files Browse the repository at this point in the history
Signed-off-by: “sjliu1” <“[email protected]”>
  • Loading branch information
“sjliu1” committed Sep 14, 2023
1 parent d22b5a1 commit 0411c80
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apis/fluentbit/v1alpha2/clusterinput_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type InputSpec struct {
MQTT *input.MQTT `json:"mqtt,omitempty"`
// Collectd defines the Collectd input plugin configuration
Collectd *input.Collectd `json:"collectd,omitempty"`
// Collectd defines the Collectd input plugin configuration
// Nginx defines the Nginx input plugin configuration
Nginx *input.Nginx `json:"nginx,omitempty"`
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ spec:
type: integer
type: object
nginx:
description: Collectd defines the Collectd input plugin configuration
description: Nginx defines the Nginx input plugin configuration
properties:
host:
description: 'Name of the target host or IP address to check,
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/fluentbit.fluent.io_clusterinputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ spec:
type: integer
type: object
nginx:
description: Collectd defines the Collectd input plugin configuration
description: Nginx defines the Nginx input plugin configuration
properties:
host:
description: 'Name of the target host or IP address to check,
Expand Down
2 changes: 1 addition & 1 deletion docs/fluentbit.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ InputSpec defines the desired state of ClusterInput
| http | HTTP defines the HTTP input plugin configuration | *[input.HTTP](plugins/input/http.md) |
| mqtt | MQTT defines the MQTT input plugin configuration | *[input.MQTT](plugins/input/mqtt.md) |
| collectd | Collectd defines the Collectd input plugin configuration | *[input.Collectd](plugins/input/collectd.md) |
| nginx | Collectd defines the Collectd input plugin configuration | *[input.Nginx](plugins/input/nginx.md) |
| nginx | Nginx defines the Nginx input plugin configuration | *[input.Nginx](plugins/input/nginx.md) |

[Back to TOC](#table-of-contents)
# NamespacedFluentBitCfgSpec
Expand Down
2 changes: 1 addition & 1 deletion manifests/setup/fluent-operator-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,7 @@ spec:
type: integer
type: object
nginx:
description: Collectd defines the Collectd input plugin configuration
description: Nginx defines the Nginx input plugin configuration
properties:
host:
description: 'Name of the target host or IP address to check,
Expand Down
2 changes: 1 addition & 1 deletion manifests/setup/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,7 @@ spec:
type: integer
type: object
nginx:
description: Collectd defines the Collectd input plugin configuration
description: Nginx defines the Nginx input plugin configuration
properties:
host:
description: 'Name of the target host or IP address to check,
Expand Down

0 comments on commit 0411c80

Please sign in to comment.