Skip to content

Commit 6ae6490

Browse files
Merge pull request #246137 from damendo/main
Update container-insights-syslog.md
2 parents cfb6430 + edcc8ff commit 6ae6490

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: damendo
88

99
# Syslog collection with Container Insights (preview)
1010

11-
Container Insights offers the ability to collect Syslog events from Linux nodes in your [Azure Kubernetes Service (AKS)](../../aks/intro-kubernetes.md) clusters. Customers can use Syslog for monitoring security and health events, typically by ingesting syslog into SIEM systems like [Microsoft Sentinel](https://azure.microsoft.com/products/microsoft-sentinel/#overview).
11+
Container Insights offers the ability to collect Syslog events from Linux nodes in your [Azure Kubernetes Service (AKS)](../../aks/intro-kubernetes.md) clusters. This includes the ability to collect logs from control plane componemts 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
> [!IMPORTANT]
1414
> Syslog collection with Container Insights is a preview feature. Preview features are available on a self-service, opt-in basis. Previews are provided "as is" and "as available," and they're excluded from the service-level agreements and limited warranty. Previews are partially covered by customer support on a best-effort basis. As such, these features aren't meant for production use.
@@ -127,9 +127,11 @@ The following table provides different examples of log queries that retrieve Sys
127127
| Query | Description |
128128
|:--- |:--- |
129129
| `Syslog` |All Syslogs |
130-
| `Syslog | where SeverityLevel == "error"` |All Syslog records with severity of error |
131-
| `Syslog | summarize AggregatedValue = count() by Computer` |Count of Syslog records by computer |
132-
| `Syslog | summarize AggregatedValue = count() by Facility` |Count of Syslog records by facility |
130+
| `Syslog | where SeverityLevel == "error"` | All Syslog records with severity of error |
131+
| `Syslog | summarize AggregatedValue = count() by Computer` | Count of Syslog records by computer |
132+
| `Syslog | summarize AggregatedValue = count() by Facility` | Count of Syslog records by facility |
133+
| `Syslog | where ProcessName == "kubelet"` | All Syslog records from the kubelet process |
134+
| `Syslog | where ProcessName == "kubelet" and SeverityLevel == "error"` | Syslog records from kubelet process with errors |
133135

134136
## Editing your Syslog collection settings
135137

0 commit comments

Comments
 (0)