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
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,13 +109,19 @@ Once Promtail is running:
109
109
110
110
1. Go to the **Cockpit** section of the Scaleway console, then click **Open dashboards**.
111
111
2. Log into Grafana using your [Cockpit credentials](/cockpit/how-to/retrieve-grafana-credentials/).
112
-
3. In Grafana's menu, go to dashboards and select **Kubernetes Cluster Pod Log**.
113
-
4. **Filter** by:
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
+
4. **Filter pod logs** by:
114
114
- `Datasource`which is automatically created upon deployment, and visible in the Cockpit console
115
115
- `Cluster Name`( e.g. `my-kapsule-cluster`)
116
116
- `namespace`, `pod`, or `container` labels to isolate specific workloads
117
117
- **Time range** to limit how far back in history you want to query
118
-
5. **Analyze** logs in real-time or historical mode to troubleshoot issues, watch for errors, or track performance.
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
+
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.
124
+
8. **Analyze** logs in real-time or historical mode to troubleshoot issues, monitor errors, or track performance.
119
125
120
126
## Usage and pricing
121
127
@@ -171,4 +177,4 @@ Key points include:
171
177
- [Send logs from your Kubernetes cluster to your Cockpit (How-To)](/cockpit/how-to/send-logs-from-k8s-to-cockpit/)
172
178
- [Send metrics from your Kubernetes cluster to your Cockpit (How-To)](/cockpit/how-to/send-metrics-from-k8s-to-cockpit/)
0 commit comments