File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ The listing below shows supported plugins currently. It is based on Fluent Bit v
110
110
- [ Input] ( docs/crd.md#input )
111
111
- [ dummy] ( docs/plugins/input/dummy.md )
112
112
- [ tail] ( docs/plugins/input/tail.md )
113
+ - [ systemd] ( docs/plugins/input/systemd.md )
113
114
- [ Parser] ( docs/crd.md#parser )
114
115
- [ json] ( docs/plugins/parser/json.md )
115
116
- [ logfmt] ( docs/plugins/parser/logfmt.md )
@@ -122,6 +123,7 @@ The listing below shows supported plugins currently. It is based on Fluent Bit v
122
123
- [ parser] ( docs/plugins/filter/parser.md )
123
124
- [ grep] ( docs/plugins/filter/grep.md )
124
125
- [ record modifier] ( docs/plugins/filter/recordmodifier.md )
126
+ - [ lua] ( docs/plugins/filter/lua.md )
125
127
- [ Output] ( docs/crd.md#output )
126
128
- [ elasticsearch] ( docs/plugins/output/elasticsearch.md )
127
129
- [ file] ( docs/plugins/output/file.md )
@@ -131,6 +133,7 @@ The listing below shows supported plugins currently. It is based on Fluent Bit v
131
133
- [ null] ( docs/plugins/output/null.md )
132
134
- [ stdout] ( docs/plugins/output/stdout.md )
133
135
- [ tcp] ( docs/plugins/output/tcp.md )
136
+ - [ loki] ( docs/plugins/output/loki.md )
134
137
135
138
## Best Practice
136
139
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Thirdly, set up the fluentbit pipeline.
26
26
kubectl create cm fluent-bit-lua -n kubesphere-logging-system --from-file=config/scripts/systemd.lua
27
27
kubectl apply -f manifests/logging-stack/input-systemd-kubelet.yaml
28
28
kubectl apply -f manifests/logging-stack/filter-systemd.yaml
29
- kubectl apply -f manifests/logging-stack/output-elasticsearchyaml
29
+ kubectl apply -f manifests/logging-stack/output-elasticsearch.yaml
30
30
```
31
31
32
32
> This pipeline will send the logs to elasticsearch, it needed a elasticsearch cluster.
You can’t perform that action at this time.
0 commit comments