mirror of https://github.com/knative/docs.git
Correct the link of fluent-bit-collector.yaml (#4502)
Co-authored-by: Vincent Hou <shou@us.ibm.com>
This commit is contained in:
parent
b35112d8f9
commit
2c6da0f2e0
|
@ -40,7 +40,7 @@ The `fluent-bit-collector.yaml` file defines a StatefulSet, as well as a Kuberne
|
|||
1. Apply the configuration by entering the command:
|
||||
|
||||
```bash
|
||||
kubectl apply -f https://github.com/knative/docs/raw/main/docs/admin/observability/collecting-logs/fluent-bit-collector.yaml
|
||||
kubectl apply -f https://github.com/knative/docs/raw/main/docs/serving/observability/logging/fluent-bit-collector.yaml
|
||||
```
|
||||
The default configuration will classify logs into:
|
||||
|
||||
|
|
Loading…
Reference in New Issue