diff --git a/charts/fluent-operator/charts/fluentd-crds/crds/fluentd.fluent.io_clusterinputs.yaml b/charts/fluent-operator/charts/fluentd-crds/crds/fluentd.fluent.io_clusterinputs.yaml index 179cfe17f..f0629f3ea 100644 --- a/charts/fluent-operator/charts/fluentd-crds/crds/fluentd.fluent.io_clusterinputs.yaml +++ b/charts/fluent-operator/charts/fluentd-crds/crds/fluentd.fluent.io_clusterinputs.yaml @@ -528,6 +528,34 @@ spec: description: The @log_level parameter specifies the plugin-specific logging level type: string + monitorAgent: + description: monitor_agent plugin + properties: + bind: + description: The bind address to listen to. + type: string + emitInterval: + description: The interval time between event emits. This + will be used when "tag" is configured. + format: int64 + type: integer + includeConfig: + description: You can set this option to false to remove + the config field from the response. + type: boolean + includeRetry: + description: You can set this option to false to remove + the retry field from the response. + type: boolean + port: + description: The port to listen to. + format: int64 + type: integer + tag: + description: If you set this parameter, this plugin emits + metrics as records. + type: string + type: object sample: description: in_sample plugin properties: diff --git a/charts/fluent-operator/charts/fluentd-crds/crds/fluentd.fluent.io_inputs.yaml b/charts/fluent-operator/charts/fluentd-crds/crds/fluentd.fluent.io_inputs.yaml index 5c5d24aab..510de41a7 100644 --- a/charts/fluent-operator/charts/fluentd-crds/crds/fluentd.fluent.io_inputs.yaml +++ b/charts/fluent-operator/charts/fluentd-crds/crds/fluentd.fluent.io_inputs.yaml @@ -528,6 +528,34 @@ spec: description: The @log_level parameter specifies the plugin-specific logging level type: string + monitorAgent: + description: monitor_agent plugin + properties: + bind: + description: The bind address to listen to. + type: string + emitInterval: + description: The interval time between event emits. This + will be used when "tag" is configured. + format: int64 + type: integer + includeConfig: + description: You can set this option to false to remove + the config field from the response. + type: boolean + includeRetry: + description: You can set this option to false to remove + the retry field from the response. + type: boolean + port: + description: The port to listen to. + format: int64 + type: integer + tag: + description: If you set this parameter, this plugin emits + metrics as records. + type: string + type: object sample: description: in_sample plugin properties: diff --git a/config/crd/bases/fluentd.fluent.io_clusterinputs.yaml b/config/crd/bases/fluentd.fluent.io_clusterinputs.yaml index 179cfe17f..f0629f3ea 100644 --- a/config/crd/bases/fluentd.fluent.io_clusterinputs.yaml +++ b/config/crd/bases/fluentd.fluent.io_clusterinputs.yaml @@ -528,6 +528,34 @@ spec: description: The @log_level parameter specifies the plugin-specific logging level type: string + monitorAgent: + description: monitor_agent plugin + properties: + bind: + description: The bind address to listen to. + type: string + emitInterval: + description: The interval time between event emits. This + will be used when "tag" is configured. + format: int64 + type: integer + includeConfig: + description: You can set this option to false to remove + the config field from the response. + type: boolean + includeRetry: + description: You can set this option to false to remove + the retry field from the response. + type: boolean + port: + description: The port to listen to. + format: int64 + type: integer + tag: + description: If you set this parameter, this plugin emits + metrics as records. + type: string + type: object sample: description: in_sample plugin properties: diff --git a/config/crd/bases/fluentd.fluent.io_inputs.yaml b/config/crd/bases/fluentd.fluent.io_inputs.yaml index 5c5d24aab..510de41a7 100644 --- a/config/crd/bases/fluentd.fluent.io_inputs.yaml +++ b/config/crd/bases/fluentd.fluent.io_inputs.yaml @@ -528,6 +528,34 @@ spec: description: The @log_level parameter specifies the plugin-specific logging level type: string + monitorAgent: + description: monitor_agent plugin + properties: + bind: + description: The bind address to listen to. + type: string + emitInterval: + description: The interval time between event emits. This + will be used when "tag" is configured. + format: int64 + type: integer + includeConfig: + description: You can set this option to false to remove + the config field from the response. + type: boolean + includeRetry: + description: You can set this option to false to remove + the retry field from the response. + type: boolean + port: + description: The port to listen to. + format: int64 + type: integer + tag: + description: If you set this parameter, this plugin emits + metrics as records. + type: string + type: object sample: description: in_sample plugin properties: diff --git a/docs/plugins/fluentd/input/types.md b/docs/plugins/fluentd/input/types.md index 6980e10e2..22c5b6833 100644 --- a/docs/plugins/fluentd/input/types.md +++ b/docs/plugins/fluentd/input/types.md @@ -20,4 +20,4 @@ Input defines all available input plugins and their parameters | tail | in_tail plugin | *Tail | | sample | in_sample plugin | *Sample | | customPlugin | Custom plugin type | *custom.CustomPlugin | -| monitor_agent | monitor_agent plugin | *MonitorAgent | +| monitorAgent | monitor_agent plugin | *MonitorAgent |