File tree Expand file tree Collapse file tree 7 files changed +23
-4
lines changed
content/docs/configuration Expand file tree Collapse file tree 7 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,16 @@ For more information please click on the name
1616| ** [ FlowSpec] ( flow_types/ ) ** | FlowSpec is the Kubernetes spec for Flows | v1beta1 |
1717| ** [ FluentbitSpec] ( fluentbit_types/ ) ** | FluentbitSpec defines the desired state of FluentbitAgent | v1beta1 |
1818| ** [ Fluent] ( fluentd_types/ ) ** | FluentdConfig is a reference to the desired Fluentd state | v1beta1 |
19+ | ** [ FluentdSpec] ( fluentd_types/ ) ** | FluentdSpec defines the desired state of Fluentd | v1beta1 |
1920| ** [ Logging] ( logging_types/ ) ** | Logging system configuration | v1beta1 |
2021| ** [ LoggingRouteSpec] ( loggingroute_types/ ) ** | LoggingRouteSpec defines the desired state of LoggingRoute | v1beta1 |
2122| ** [ NodeAgent] ( node_agent_types/ ) ** | | v1beta1 |
2223| ** [ OutputSpec] ( output_types/ ) ** | OutputSpec defines the desired state of Output | v1beta1 |
2324| ** [ SyslogNGClusterFlow] ( syslogng_clusterflow_types/ ) ** | SyslogNGClusterFlow is the Schema for the syslog-ng clusterflows API | v1beta1 |
2425| ** [ SyslogNGClusterOutput] ( syslogng_clusteroutput_types/ ) ** | SyslogNGClusterOutput is the Schema for the syslog-ng clusteroutputs API | v1beta1 |
26+ | ** [ SyslogNG] ( syslogng_types/ ) ** | SyslogNG is a reference to the desired SyslogNG state | v1beta1 |
2527| ** [ SyslogNGFlowSpec] ( syslogng_flow_types/ ) ** | SyslogNGFlowSpec is the Kubernetes spec for SyslogNGFlows | v1beta1 |
2628| ** [ SyslogNGOutputSpec] ( syslogng_output_types/ ) ** | SyslogNGOutputSpec defines the desired state of SyslogNGOutput | v1beta1 |
27- | ** [ SyslogNG ] ( syslogng_types/ ) ** | SyslogNG is a reference to the desired SyslogNG state | v1beta1 |
29+ | ** [ SyslogNGSpec ] ( syslogng_types/ ) ** | SyslogNGSpec defines the desired state of SyslogNG | v1beta1 |
2830</center >
2931
Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ FluentbitSpec defines the desired state of FluentbitAgent
5959### bufferVolumeImage (ImageSpec, optional) {#fluentbitspec-buffervolumeimage}
6060
6161
62+ ### bufferVolumeLivenessProbe (* corev1.Probe, optional) {#fluentbitspec-buffervolumelivenessprobe}
63+
64+
6265### bufferVolumeMetrics (* Metrics, optional) {#fluentbitspec-buffervolumemetrics}
6366
6467
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ OutputSpec defines the desired state of Output
3232### gcs (* output.GCSOutput, optional) {#outputspec-gcs}
3333
3434
35- ### gelf (* output.GELFOutputConfig , optional) {#outputspec-gelf}
35+ ### gelf (* output.GelfOutputConfig , optional) {#outputspec-gelf}
3636
3737
3838### http (* output.HTTPOutputConfig, optional) {#outputspec-http}
Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ SyslogNGClusterOutputSpec contains Kubernetes spec for SyslogNGClusterOutput
3131### enabledNamespaces ([ ] string, optional) {#syslogngclusteroutputspec-enablednamespaces}
3232
3333
34+ ### protected (bool, optional) {#syslogngclusteroutputspec-protected}
35+
36+
3437
3538## SyslogNGClusterOutputList
3639
Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ SyslogNGSpec defines the desired state of SyslogNG
1414### bufferVolumeMetricsImage (* BasicImageSpec, optional) {#syslogngspec-buffervolumemetricsimage}
1515
1616
17+ ### bufferVolumeMetricsLivenessProbe (* corev1.Probe, optional) {#syslogngspec-buffervolumemetricslivenessprobe}
18+
19+
20+ ### bufferVolumeMetricsResources (corev1.ResourceRequirements, optional) {#syslogngspec-buffervolumemetricsresources}
21+
22+
1723### bufferVolumeMetricsService (* typeoverride.Service, optional) {#syslogngspec-buffervolumemetricsservice}
1824
1925
Original file line number Diff line number Diff line change @@ -302,6 +302,11 @@ Indicates that the OpenSearch-transport will try to reload the nodes addresses i
302302
303303Default : false
304304
305+ # ## remove_keys (string, optional) {#opensearch-remove_keys}
306+
307+ https://github.com/fluent/fluent-plugin-opensearch#remove_keys
308+
309+
305310# ## remove_keys_on_update (string, optional) {#opensearch-remove_keys_on_update}
306311
307312Remove keys on update will not update the configured keys in OpenSearch when a record is being updated. This setting only has any effect if the write operation is update or upsert.
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Default: 32
102102The object_key for the S3 server.
103103
104104
105- ### object_key_timestamp (RawString , optional) {#s3output-object_key_timestamp}
105+ ### object_key_timestamp (string , optional) {#s3output-object_key_timestamp}
106106
107107Set object_key_timestamp
108108
@@ -132,7 +132,7 @@ The secret_key for the S3 server.
132132Set the storage_class option.
133133
134134
135- ### template (RawString , optional) {#s3output-template}
135+ ### template (string , optional) {#s3output-template}
136136
137137Template
138138
You can’t perform that action at this time.
0 commit comments