Skip to content

Commit 2409f18

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,16 @@ 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:
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
124124
8. **Analyze** logs in real-time or historical mode to troubleshoot issues, monitor errors, or track performance.
125125

126126
## Usage and pricing

0 commit comments

Comments
 (0)