Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
Signed-off-by: juicer <[email protected]>
  • Loading branch information
cw-Guo committed Jun 14, 2024
1 parent 2d2698e commit 0fec663
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/fluentbit.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ FluentBitConfigSpec defines the desired state of ClusterFluentBitConfig
| parserSelector | Select parser plugins | [metav1.LabelSelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.17/#labelselector-v1-meta) |
| multilineParserSelector | Select multiline parser plugins | [metav1.LabelSelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.17/#labelselector-v1-meta) |
| namespace | If namespace is defined, then the configmap and secret for fluent-bit is in this namespace. If it is not defined, it is in the namespace of the fluentd-operator | *string |
| configFileFormat | ConfigFileFormat defines the format of the config file, default is \"classic\", available options are \"classic\" and \"yaml\" | *string |

[Back to TOC](#table-of-contents)
# FluentBitList
Expand Down Expand Up @@ -455,6 +456,7 @@ InputSpec defines the desired state of ClusterInput
| nginx | Nginx defines the Nginx input plugin configuration | *[input.Nginx](plugins/input/nginx.md) |
| syslog | Syslog defines the Syslog input plugin configuration | *[input.Syslog](plugins/input/syslog.md) |
| tcp | TCP defines the TCP input plugin configuration | *[input.TCP](plugins/input/tcp.md) |
| processors | Processors defines the processors configuration | *plugins.Config |

[Back to TOC](#table-of-contents)
# MultilineParser
Expand Down Expand Up @@ -555,6 +557,7 @@ OutputSpec defines the desired state of ClusterOutput
| s3 | S3 defines S3 Output configuration. | *[output.S3](plugins/output/s3.md) |
| gelf | Gelf defines GELF Output configuration. | *[output.Gelf](plugins/output/gelf.md) |
| customPlugin | CustomPlugin defines Custom Output configuration. | *custom.CustomPlugin |
| processors | Processors defines the processors configuration | *plugins.Config |

[Back to TOC](#table-of-contents)
# Parser
Expand Down

0 comments on commit 0fec663

Please sign in to comment.