Skip to content

Commit 9c7d0be

Browse files
authored
Update monitor-data-plane-with-cockpit.mdx
1 parent 48b1aa3 commit 9c7d0be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/kubernetes/how-to/monitor-data-plane-with-cockpit.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ Once Promtail is running:
111111
2. Log into Grafana using your [Cockpit credentials](/cockpit/how-to/retrieve-grafana-credentials/).
112112
3. In Grafana's menu, navigate to **Dashboards** and select **Kubernetes Cluster Pod Logs** to view logs collected from pods in your clusters.
113113
4. **Filter pod logs** by:
114-
- `Datasource` which is automatically created upon deployment, and visible in the Cockpit console
115-
- `Cluster Name` ( e.g. `my-kapsule-cluster`)
116-
- `namespace`, `pod`, or `container` labels to isolate specific workloads
117-
- **Time range** to limit how far back in history you want to query
114+
- `Datasource` which is automatically created upon deployment and visible in the Cockpit console.
115+
- `Cluster Name` ( e.g. `my-kapsule-cluster`).
116+
- `namespace`, `pod`, or `container` labels to isolate specific workloads.
117+
- `Time range` to limit how far back in history you want to query.
118118
5. Alternatively, in Grafana's menu, navigate to **Dashboards** and select **Kubernetes Cluster Node Logs** to view system logs collected from nodes in your clusters.
119119
6. **Filter node logs** by:
120120
- `Datasource` which is automatically created upon deployment and visible in the Cockpit console.
121-
- `Cluster Name` (e.g., `my-kapsule-cluster`).
121+
- `Cluster Name` (e.g. `my-kapsule-cluster`).
122122
- `Node` or `Syslog Identifier` labels to isolate specific workloads.
123123
- `Time range` to limit how far back in history you want to query.
124124
8. **Analyze** logs in real-time or historical mode to troubleshoot issues, monitor errors, or track performance.

0 commit comments

Comments
 (0)