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: articles/aks/container-insights-live-data.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@ ms.date: 11/01/2023
13
13
In this article, you learn how to use the *live data* feature in Container Insights to view Azure Kubernetes Service (AKS) container logs, events, and pod metrics in real time. This feature provides direct access to `kubectl logs -c`, `kubectl get` events, and `kubectl top pods` to help you troubleshoot issues in real time.
14
14
15
15
> [!NOTE]
16
-
> AKS uses [Kubernetes cluster-level logging architectures](https://kubernetes.io/docs/concepts/cluster-administration/logging/#cluster-level-logging-architectures). The container logs are located inside `/var/log/containers` on the node. To access a node, see [Connect to Azure Kubernetes Service (AKS) cluster nodes](../../aks/node-access.md).
16
+
> AKS uses [Kubernetes cluster-level logging architectures][kubernetes-cluster-architecture]. The container logs are located inside `/var/log/containers` on the node. To access a node, see [Connect to Azure Kubernetes Service (AKS) cluster nodes][node-access].
17
17
18
18
## Before you begin
19
19
20
-
For help with setting up the *live data* feature, see the [setup guide](container-insights-livedata-setup.md). This feature directly accesses the Kubernetes API. For more information about the authentication model, see [Kubernetes API](https://kubernetes.io/docs/concepts/overview/kubernetes-api/).
20
+
For help with setting up the *live data* feature, see [Configure live data in Container Insights][configure-live-data]. This feature directly accesses the Kubernetes API. For more information about the authentication model, see [Kubernetes API][kubernetes-api].
21
21
22
22
## View AKS resource live logs
23
23
@@ -43,7 +43,7 @@ You can view real time log data as it's generated by the container engine on the
43
43
4. On the resource **Overview**, select **Live Logs**.
44
44
45
45
> [!NOTE]
46
-
> To view the data from your Log Analytics workspace, select **View Logs in Log Analytics**. To learn more about viewing historical logs, events, and metrics, see [How to query logs from Container Insights](container-insights-log-query.md).
46
+
> To view the data from your Log Analytics workspace, select **View Logs in Log Analytics**. To learn more about viewing historical logs, events, and metrics, see [How to query logs from Container Insights][log-query].
47
47
48
48
After successful authentication, if data can be retrieved, it begins streaming to the Live Logs tab. You can view log data here in a continuous stream. The following image shows the logs for a *Container* resource:
49
49
@@ -59,7 +59,7 @@ You can view real-time event data as it's generated by the container engine on t
59
59
4. On the resource **Overview** page, select **Live Events**.
60
60
61
61
> [!NOTE]
62
-
> To view the data from your Log Analytics workspace, select **View Events in Log Analytics**. To learn more about viewing historical logs, events, and metrics, see [How to query logs from Container Insights](container-insights-log-query.md).
62
+
> To view the data from your Log Analytics workspace, select **View Events in Log Analytics**. To learn more about viewing historical logs, events, and metrics, see [How to query logs from Container Insights][log-query].
63
63
64
64
After successful authentication, if data can be retrieved, it begins streaming to the Live Events tab. The following image shows the events for a *Container* resource:
65
65
@@ -75,7 +75,7 @@ You can view real-time metrics data as it's generated by the container engine on
75
75
4. On the resource **Overview** page, select **Live Metrics**.
76
76
77
77
> [!NOTE]
78
-
> To view the data from your Log Analytics workspace, select **View Events in Log Analytics**. To learn more about viewing historical logs, events, and metrics, see [How to query logs from Container Insights](container-insights-log-query.md).
78
+
> To view the data from your Log Analytics workspace, select **View Events in Log Analytics**. To learn more about viewing historical logs, events, and metrics, see [How to query logs from Container Insights][log-query].
79
79
80
80
After successful authentication, if data can be retrieved, it begins streaming to the Live Metrics tab. The following image shows the metrics for a *Pod* resource:
81
81
@@ -89,6 +89,11 @@ For more information about monitoring on AKS, see the following articles:
89
89
*[Monitor Kubernetes events for troubleshooting][aks-monitor-events]
0 commit comments