Skip to content

Commit 271a0d6

Browse files
committed
fixes
1 parent 358f853 commit 271a0d6

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/azure-monitor/containers/container-insights-syslog.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
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.
44
ms.topic: conceptual
55
ms.date: 08/19/2024
66
ms.reviewer: damendo
77
---
88

9-
# Syslog collection with Container Insights
9+
# Access Syslog data in Container Insights
1010

1111
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).
1212

1313
## Prerequisites
1414

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).
1616
- Port 28330 should be available on the host node.
1717

1818

19-
## Access Syslog data using built-in workbooks
19+
## Built-in workbooks
2020

2121
To get a quick snapshot of your syslog data, use the built-in Syslog workbook using one of the following methods:
2222

@@ -33,7 +33,7 @@ Navigate to your cluster in the Azure portal. Open the **Workbooks** tab and loc
3333

3434
:::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":::
3535

36-
### Access Syslog data using a Grafana dashboard
36+
## Grafana dashboard
3737

3838
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/).
3939

@@ -42,7 +42,7 @@ If you use Grafana, you can use the Syslog dashboard for Grafana to get an overv
4242
4343
:::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":::
4444

45-
### Access Syslog data using log queries
45+
## Log queries
4646

4747
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).
4848

@@ -52,7 +52,7 @@ You can open Log Analytics from the **Logs** menu in the **Monitor** menu to acc
5252

5353
:::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":::
5454

55-
#### Sample queries
55+
### Sample queries
5656

5757
The following table provides different examples of log queries that retrieve Syslog records.
5858

articles/azure-monitor/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ items:
536536
href: containers/container-insights-deployment-hpa-metrics.md
537537
- name: Monitor Persistent Volumes (PVs)
538538
href: containers/container-insights-persistent-volumes.md
539-
- name: Monitor Security with Syslog
539+
- name: Monitor Syslog
540540
href: containers/container-insights-syslog.md
541541
- name: Reports tab
542542
href: containers/container-insights-reports.md

0 commit comments

Comments
 (0)