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: docs/integrations/microsoft-azure/kubernetes.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,16 @@ The AKS - Control Plane app collects logs for the following [Azure Kubernetes Se
41
41
42
42
For more details on Azure Kubernetes Service logs and metrics, refer to the [Azure documentation](https://learn.microsoft.com/en-us/azure/aks/monitor-aks-reference).
43
43
44
+
## Setup
45
+
46
+
Azure service sends monitoring data to Azure Monitor, which can then [stream data to Eventhub](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/stream-monitoring-data-event-hubs).
47
+
48
+
You must explicitly enable diagnostic settings for each Kubernetes Service you want to monitor. You can forward logs to the same Event Hub provided they satisfy the limitations and permissions as described [here](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/diagnostic-settings?tabs=portal#destination-limitations).
49
+
50
+
Sumo Logic supports metrics collection using [Azure Metrics Source](/docs/send-data/hosted-collectors/microsoft-source/azure-metrics-source).
51
+
52
+
When you configure the Event Hubs source, plan your source category to ease the querying process. A hierarchical approach allows you to make use of wildcards. For example: `Azure/AKS/ControlPlane/Logs`.
53
+
44
54
### Sample log messages
45
55
46
56
```json title="kube-audit"
@@ -214,10 +224,8 @@ import MetricsSourceBeta from '../../reuse/metrics-source-beta.md';
214
224
This section walks you through the process of configuring a pipeline to send logs from Azure Monitor to Sumo Logic.
215
225
216
226
1. To set up the logs collection in Sumo Logic, refer to [Azure Event Hubs Source for Logs](/docs/send-data/collect-from-other-data-sources/azure-monitoring/ms-azure-event-hubs-source/).
217
-
218
-
When you configure the event hubs source, plan your source category to ease the querying process. A hierarchical approach allows you to make use of wildcards. For example: `Azure/AKS/ControlPlane/Logs`.
219
227
220
-
Enable the Kubernetes master node logs in Azure Kubernetes Service to send logs to an event hub created in the previous step.
228
+
Enable the Kubernetes master node logs in Azure Kubernetes Service to send logs to an Event Hub.
221
229
222
230
2. Push logs from Azure Monitor to Event Hub.
223
231
1. Sign in to [Azure Portal](https://portal.azure.com/).
0 commit comments