Skip to content

Commit 5cb19a5

Browse files
authored
Update pages/cockpit/how-to/send-logs-from-k8s-to-cockpit.mdx
1 parent 7786aca commit 5cb19a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pages/cockpit/how-to/send-logs-from-k8s-to-cockpit.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,10 @@ alloy-singleton:
8080
enabled: true
8181
```
8282
<Message type="tip">
83-
The `PodLogs` feature will do the autodiscovery to collect logs from all pods. In the above configuration, we have dropped all the logs of the pod in charge of collecting the logs.
84-
If you want to exlude other pods, you can add an extra drop rule in the extraDiscoveryRules section.
83+
The `PodLogs` feature automatically discovers and collects logs from all pods.
84+
In the configuration above, we excluded the logs from the pod responsible for log collection itself.
85+
86+
If you want to exclude additional pods, you can add more drop rules in the `extraDiscoveryRules` section.
8587
</Message>
8688

8789
<Message type="note">

0 commit comments

Comments
 (0)