You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Deploy the Kubernetes logging stack with YAML](#deploy-the-kubernetes-logging-stack-with-yaml)
23
+
-[Deploy the Kubernetes logging stack with Helm](#deploy-the-kubernetes-logging-stack-with-helm)
24
+
-[Collect Auditd logs](#collect-auditd-logs)
24
25
-[Monitoring](#monitoring)
25
26
-[API Doc](#api-doc)
26
27
-[Best Practice](#best-practice)
27
28
-[Plugin Grouping](#plugin-grouping)
28
29
-[Path Convention](#path-convention)
29
-
-[Features In Plan](#features-in-plan)
30
+
-[Custom Parser](#custom-parser)
31
+
-[Roadmap](#roadmap)
30
32
-[Development](#development)
31
-
-[Prerequisites](#prerequisites-1)
33
+
-[Requirements](#requirements)
32
34
-[Running](#running)
33
35
-[Contributing](#contributing)
34
36
-[Documentation](#documentation)
35
37
-[Manifests](#manifests)
38
+
36
39
## Overview
37
40
38
41
Fluent Bit Operator defines five custom resources using CustomResourceDefinition (CRD):
39
42
40
-
-**`FluentBit`**: Defines the Fluent Bit DaemonSet and its configs. A custom Fluent Bit image `kubesphere/fluent-bit` is requried to work with FluentBit Operator for dynamic configuration reloading.
43
+
-**`FluentBit`**: Defines the Fluent Bit DaemonSet and its configs. A custom Fluent Bit image `kubesphere/fluent-bit` is required to work with FluentBit Operator for dynamic configuration reloading.
41
44
-**`FluentBitConfig`**: Select input/filter/output plugins and generates the final config into a Secret.
42
45
-**`Input`**: Defines input config sections.
43
46
-**`Parser`**: Defines parser config sections.
@@ -65,7 +68,7 @@ Kubernetes v1.16.13+ is necessary for running Fluent Bit Operator.
0 commit comments