Skip to content

Commit 1133fd2

Browse files
Added setup section to AKS (#5700)
* added setup section * Update kubernetes.md * updated AKS doc --------- Co-authored-by: Jagadisha V <[email protected]>
1 parent 196ece5 commit 1133fd2

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/integrations/microsoft-azure/kubernetes.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@ The AKS - Control Plane app collects logs for the following [Azure Kubernetes Se
4141

4242
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).
4343

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+
4454
### Sample log messages
4555

4656
```json title="kube-audit"
@@ -214,10 +224,8 @@ import MetricsSourceBeta from '../../reuse/metrics-source-beta.md';
214224
This section walks you through the process of configuring a pipeline to send logs from Azure Monitor to Sumo Logic.
215225

216226
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`.
219227

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.
221229

222230
2. Push logs from Azure Monitor to Event Hub.
223231
1. Sign in to [Azure Portal](https://portal.azure.com/).

0 commit comments

Comments
 (0)