Skip to content

Commit db55ebb

Browse files
committed
Resolved broken links
1 parent e872aa0 commit db55ebb

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

articles/aks/container-insights-live-data.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ ms.date: 11/01/2023
1313
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.
1414

1515
> [!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].
1717
1818
## Before you begin
1919

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].
2121

2222
## View AKS resource live logs
2323

@@ -43,7 +43,7 @@ You can view real time log data as it's generated by the container engine on the
4343
4. On the resource **Overview**, select **Live Logs**.
4444

4545
> [!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].
4747
4848
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:
4949

@@ -59,7 +59,7 @@ You can view real-time event data as it's generated by the container engine on t
5959
4. On the resource **Overview** page, select **Live Events**.
6060

6161
> [!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].
6363
6464
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:
6565

@@ -75,7 +75,7 @@ You can view real-time metrics data as it's generated by the container engine on
7575
4. On the resource **Overview** page, select **Live Metrics**.
7676

7777
> [!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].
7979
8080
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:
8181

@@ -89,6 +89,11 @@ For more information about monitoring on AKS, see the following articles:
8989
* [Monitor Kubernetes events for troubleshooting][aks-monitor-events]
9090

9191
<!-- LINKS -->
92+
[kubernetes-cluster-architecture]: https://kubernetes.io/docs/concepts/cluster-administration/logging/#cluster-level-logging-architectures
93+
[node-access]: ./node-access.md
94+
[configure-live-data]: ../azure-monitor/containers/container-insights-livedata-setup.md
95+
[kubernetes-api]: https://kubernetes.io/docs/concepts/overview/kubernetes-api/
9296
[azure-portal]: https://portal.azure.com/
97+
[log-query]: ../azure-monitor/containers/container-insights-log-query.md
9398
[aks-diagnose-solve-problems]: ./aks-diagnostics.md
9499
[aks-monitor-events]: ./events.md

0 commit comments

Comments
 (0)