Skip to content

Commit 1ec6de3

Browse files
committed
Updates generated docs
1 parent f665bfd commit 1ec6de3

File tree

21 files changed

+256
-79
lines changed

21 files changed

+256
-79
lines changed

content/docs/configuration/crds/extensions/eventtailer_types.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ Override container fields for the given statefulset
3838

3939
Default: -
4040

41+
### image (*tailer.ImageSpec, optional) {#eventtailerspec-image}
42+
43+
Override image related fields for the given statefulset, highest precedence
44+
45+
Default: -
46+
4147

4248
## EventTailerStatus
4349

content/docs/configuration/crds/extensions/hosttailer_types.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ Override podSpec fields for the given daemonset
3838

3939
Default: -
4040

41+
### image (tailer.ImageSpec, optional) {#hosttailerspec-image}
42+
43+
Default: -
44+
4145

4246
## HostTailerStatus
4347

content/docs/configuration/plugins/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Supported Plugins
33
generated_file: true
44
---
55

6-
# Supported Plugins
7-
86
For more information please click on the plugin name
97
<center>
108

content/docs/configuration/plugins/filters/concat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Specify field name in the record to parse. If you leave empty the Container Runt
1717

1818
Default: -
1919

20-
### separator (string, optional) {#concat-separator}
20+
### separator (*string, optional) {#concat-separator}
2121

2222
The separator of lines.
2323

content/docs/configuration/plugins/filters/grep.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Default: -
3636
Default: -
3737

3838

39-
## [Regexp Directive](https://docs.fluentd.org/filter/grep#less-than-regexp-greater-than-directive) {#Regexp-Directive}
39+
## Regexp Directive {#Regexp-Directive}
4040

41-
Specify filtering rule. This directive contains two parameters.
41+
Specify filtering rule (as described in the [Fluentd documentation](https://docs.fluentd.org/filter/grep#less-than-regexp-greater-than-directive)). This directive contains two parameters.
4242

4343
### key (string, required) {#regexp-directive-key}
4444

@@ -83,9 +83,9 @@ spec:
8383
```
8484

8585
---
86-
## [Exclude Directive](https://docs.fluentd.org/filter/grep#less-than-exclude-greater-than-directive) {#Exclude-Directive}
86+
## Exclude Directive
8787

88-
Specify filtering rule to reject events. This directive contains two parameters.
88+
Specify filtering rule to reject events (as described in the [Fluentd documentation](https://docs.fluentd.org/filter/grep#less-than-exclude-greater-than-directive)). This directive contains two parameters.
8989

9090
### key (string, required) {#exclude-directive-key}
9191

@@ -132,7 +132,7 @@ spec:
132132
---
133133
## [Or Directive](https://docs.fluentd.org/filter/grep#less-than-or-greater-than-directive) {#Or-Directive}
134134

135-
Specify filtering rule. This directive contains either `regexp` or `exclude` directive.
135+
Specify filtering rule (as described in the [Fluentd documentation](https://docs.fluentd.org/filter/grep#less-than-or-greater-than-directive). This directive contains either `regexp` or `exclude` directive.
136136

137137
### regexp ([]RegexpSection, optional) {#or-directive-regexp}
138138

@@ -185,7 +185,7 @@ spec:
185185
---
186186
## [And Directive](https://docs.fluentd.org/filter/grep#less-than-and-greater-than-directive) {#And-Directive}
187187

188-
Specify filtering rule. This directive contains either `regexp` or `exclude` directive.
188+
Specify filtering rule (as described in the [Fluentd documentation](https://docs.fluentd.org/filter/grep#less-than-and-greater-than-directive). This directive contains either `regexp` or `exclude` directive.
189189

190190
### regexp ([]RegexpSection, optional) {#and-directive-regexp}
191191

content/docs/configuration/plugins/filters/tagnormaliser.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ weight: 200
44
generated_file: true
55
---
66

7-
# Fluentd Plugin to re-tag based on log metadata
8-
## Overview
9-
More info at https://github.com/kube-logging/fluent-plugin-tag-normaliser
7+
Fluentd Plugin to re-tag based on log metadata. More info at https://github.com/kube-logging/fluent-plugin-tag-normaliser
108

119
Available kubernetes metadata
1210

content/docs/configuration/plugins/outputs/elasticsearch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,3 +578,4 @@ Default: -
578578
If set to true, the output uses the [legacy index template format](https://www.elastic.co/guide/en/elasticsearch/reference/7.13/indices-templates-v1.html). Otherwise, it uses the [composable index template](https://www.elastic.co/guide/en/elasticsearch/reference/7.13/index-templates.html) format.
579579

580580
Default: true
581+

content/docs/configuration/plugins/outputs/gelf.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ TLS Options - for options see https://github.com/graylog-labs/gelf-rb/blob/7291
4242
Default: {}
4343

4444

45-
4645
## Example `GELF` output configurations
4746
```yaml
4847
apiVersion: logging.banzaicloud.io/v1beta1

content/docs/configuration/plugins/outputs/sqs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ The threshold for chunk flush performance check. Parameter type is float, not ti
8484
Default: -
8585

8686

87-
8887
## Example `SQS` output configurations
8988
```yaml
9089
apiVersion: logging.banzaicloud.io/v1beta1

content/docs/configuration/plugins/outputs/sumologic.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ generated_file: true
99
This plugin has been designed to output logs or metrics to SumoLogic via a HTTP collector endpoint
1010
More info at https://github.com/SumoLogic/fluentd-output-sumologic
1111

12-
Example secret for HTTP input URL
13-
```
12+
Example secret for HTTP input URL
13+
14+
```
1415
export URL='https://endpoint1.collection.eu.sumologic.com/receiver/v1/http/.......'
1516
kubectl create secret generic sumo-output --from-literal "endpoint=$URL"
1617
```

0 commit comments

Comments
 (0)