You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/kubernetes/how-to/monitor-data-plane-with-cockpit.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,16 +111,16 @@ Once Promtail is running:
111
111
2. Log into Grafana using your [Cockpit credentials](/cockpit/how-to/retrieve-grafana-credentials/).
112
112
3. In Grafana's menu, navigate to **Dashboards** and select **Kubernetes Cluster Pod Logs** to view logs collected from pods in your clusters.
113
113
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
118
118
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.
119
119
6. **Filter node logs** by:
120
-
- `Datasource`which is automatically created upon deployment and visible in the Cockpit console.
121
-
- `Cluster Name`(e.g. `my-kapsule-cluster`).
122
-
- `Node`or `Syslog Identifier` labels to isolate specific workloads.
123
-
- `Time range`to limit how far back in history you want to query.
120
+
- `Datasource`which is automatically created upon deployment and visible in the Cockpit console
121
+
- `Cluster Name`(e.g. `my-kapsule-cluster`)
122
+
- `Node`or `Syslog Identifier` labels to isolate specific workloads
123
+
- `Time range`to limit how far back in history you want to query
124
124
8. **Analyze** logs in real-time or historical mode to troubleshoot issues, monitor errors, or track performance.
0 commit comments