Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/serving/setting-up-a-logging-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ kubectl apply --recursive --filename config/monitoring/100-namespace.yaml \
```

In the commands above, replace `<path-of-fluentd-daemonset-config>` with the
Fluentd DaemonSet configuration file, e.g. `config/monitoring/stackdriver`.
Fluentd DaemonSet configuration file, e.g. `config/monitoring/logging/stackdriver`.

**NOTE**: The deployment above will not affect the fluentd sidecar of existing
pods. Developers need to redeploy their app to get the newest configuration for
Expand All @@ -76,7 +76,7 @@ backends. For example, if they desire Elasticsearch&Kibana, they have to deploy
the Elasticsearch and Kibana services. Knative provides this sample:

```shell
kubectl apply --recursive --filename third_party/config/monitoring/elasticsearch
kubectl apply --recursive --filename third_party/config/monitoring/logging/elasticsearch
```

See [here](/serving/installing-logging-metrics-traces.md) for deploying the
Expand Down