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/azure-monitor/containers/container-insights-syslog.md
+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
@@ -1,22 +1,22 @@
1
1
---
2
-
title: Syslog collection with Container Insights
3
-
description: This article describes how to collect Syslog from AKS nodes using Container insights.
2
+
title: Access Syslog data in Container Insights
3
+
description: Describes how to access Syslog data collected from AKS nodes using Container insights.
4
4
ms.topic: conceptual
5
5
ms.date: 08/19/2024
6
6
ms.reviewer: damendo
7
7
---
8
8
9
-
# Syslog collection with Container Insights
9
+
# Access Syslog data in Container Insights
10
10
11
11
Container Insights offers the ability to collect Syslog events from Linux nodes in your [Azure Kubernetes Service (AKS)](/azure/aks/intro-kubernetes) clusters. This includes the ability to collect logs from control plane components like kubelet. Customers can also use Syslog for monitoring security and health events, typically by ingesting syslog into a SIEM system like [Microsoft Sentinel](https://azure.microsoft.com/products/microsoft-sentinel/#overview).
12
12
13
13
## Prerequisites
14
14
15
-
- Syslog collection needs to be enabled for your cluster using the guidance in [Configure and filter log collection in Container insights](./container-insights-data-collection-configure.md).
15
+
- Syslog collection needs to be enabled for your cluster using the guidance in [Configure and filter log collection in Container insights](./container-insights-data-collection-configure.md#configure-data-collection-using-dcr).
16
16
- Port 28330 should be available on the host node.
17
17
18
18
19
-
## Access Syslog data using built-in workbooks
19
+
## Built-in workbooks
20
20
21
21
To get a quick snapshot of your syslog data, use the built-in Syslog workbook using one of the following methods:
22
22
@@ -33,7 +33,7 @@ Navigate to your cluster in the Azure portal. Open the **Workbooks** tab and loc
33
33
34
34
:::image type="content" source="media/container-insights-syslog/syslog-workbook-container-insights-reports-tab.gif" lightbox="media/container-insights-syslog/syslog-workbook-container-insights-reports-tab.gif" alt-text="Video of Syslog workbook being accessed from cluster workbooks tab." border="true":::
35
35
36
-
### Access Syslog data using a Grafana dashboard
36
+
## Grafana dashboard
37
37
38
38
If you use Grafana, you can use the Syslog dashboard for Grafana to get an overview of your Syslog data. This dashboard is available by default if you create a new Azure-managed Grafana instance. Otherwise, you can [import the Syslog dashboard from the Grafana marketplace](https://grafana.com/grafana/dashboards/19866-azure-monitor-container-insights-syslog/).
39
39
@@ -42,7 +42,7 @@ If you use Grafana, you can use the Syslog dashboard for Grafana to get an overv
42
42
43
43
:::image type="content" source="media/container-insights-syslog/grafana-screenshot.png" lightbox="media/container-insights-syslog/grafana-screenshot.png" alt-text="Screenshot of Syslog Grafana dashboard." border="false":::
44
44
45
-
### Access Syslog data using log queries
45
+
##Log queries
46
46
47
47
Syslog data is stored in the [Syslog](/azure/azure-monitor/reference/tables/syslog) table in your Log Analytics workspace. You can create your own [log queries](../logs/log-query-overview.md) in [Log Analytics](../logs/log-analytics-overview.md) to analyze this data or use any of the [prebuilt queries](../logs/log-query-overview.md).
48
48
@@ -52,7 +52,7 @@ You can open Log Analytics from the **Logs** menu in the **Monitor** menu to acc
52
52
53
53
:::image type="content" source="media/container-insights-syslog/aks-4.png" lightbox="media/container-insights-syslog/aks-4.png" alt-text="Screenshot of Query editor with Syslog query." border="false":::
54
54
55
-
####Sample queries
55
+
### Sample queries
56
56
57
57
The following table provides different examples of log queries that retrieve Syslog records.
0 commit comments