Skip to content

Commit bf5c22f

Browse files
author
Benjamin Huo
authored
Merge pull request #43 from wanjunlei/master
update readme
2 parents 5b0e28d + 8f2c0e6 commit bf5c22f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ The listing below shows supported plugins currently. It is based on Fluent Bit v
110110
- [Input](docs/crd.md#input)
111111
- [dummy](docs/plugins/input/dummy.md)
112112
- [tail](docs/plugins/input/tail.md)
113+
- [systemd](docs/plugins/input/systemd.md)
113114
- [Parser](docs/crd.md#parser)
114115
- [json](docs/plugins/parser/json.md)
115116
- [logfmt](docs/plugins/parser/logfmt.md)
@@ -122,6 +123,7 @@ The listing below shows supported plugins currently. It is based on Fluent Bit v
122123
- [parser](docs/plugins/filter/parser.md)
123124
- [grep](docs/plugins/filter/grep.md)
124125
- [record modifier](docs/plugins/filter/recordmodifier.md)
126+
- [lua](docs/plugins/filter/lua.md)
125127
- [Output](docs/crd.md#output)
126128
- [elasticsearch](docs/plugins/output/elasticsearch.md)
127129
- [file](docs/plugins/output/file.md)
@@ -131,6 +133,7 @@ The listing below shows supported plugins currently. It is based on Fluent Bit v
131133
- [null](docs/plugins/output/null.md)
132134
- [stdout](docs/plugins/output/stdout.md)
133135
- [tcp](docs/plugins/output/tcp.md)
136+
- [loki](docs/plugins/output/loki.md)
134137

135138
## Best Practice
136139

docs/user-guides/collect-systemd-logs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Thirdly, set up the fluentbit pipeline.
2626
kubectl create cm fluent-bit-lua -n kubesphere-logging-system --from-file=config/scripts/systemd.lua
2727
kubectl apply -f manifests/logging-stack/input-systemd-kubelet.yaml
2828
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
3030
```
3131

3232
> This pipeline will send the logs to elasticsearch, it needed a elasticsearch cluster.

0 commit comments

Comments
 (0)