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/azure-container-instances.md
+23-87Lines changed: 23 additions & 87 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,100 +24,15 @@ For more information on supported dimensions, refer to the [Azure documentation]
24
24
## Setup
25
25
26
26
* Set up application logs collection using fluent-bit sidecar container using the [http output plugin](https://docs.fluentbit.io/manual/1.5/pipeline/outputs/http) and the [tail input plugin](https://docs.fluentbit.io/manual/1.5/pipeline/inputs/tail). You must explicitly enable fluent-bit collection for each container group which you want to monitor.
27
-
*Set up metrics collection using Azure Metrics Source.
27
+
*Metrics collection using our [Azure Metrics Source](/docs/send-data/hosted-collectors/microsoft-source/azure-metrics-source).
28
28
29
29
:::note
30
30
Sumo Logic Metrics source is currently in Beta, to participate, contact your Sumo Logic account executive.
31
31
:::
32
-
33
-
### Configure field in field schema
34
-
35
-
1.[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Logs > Fields**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select **Configuration**, and then under **Logs** select **Fields**. You can also click the **Go To...** menu at the top of the screen and select **Fields**.
36
-
1. Search for the following fields:
37
-
-`tenant_name`. This field is tagged at the collector level. You can get the tenant name using the instructions [here](https://learn.microsoft.com/en-us/azure/active-directory-b2c/tenant-management-read-tenant-name#get-your-tenant-name).
38
-
-`location`. The region to which the resource name belongs to.
39
-
-`subscription_id`. ID associated with a subscription where the resource is present.
40
-
-`resource_group`. The resource group name where the Azure resource is present.
41
-
-`provider_name`. Azure resource provider name (for example, Microsoft.Network).
42
-
-`resource_type`. Azure resource type (for example, storage accounts).
43
-
-`resource_name`. The name of the resource (for example, storage account name).
44
-
-`service_type`. Type of the service that can be accessed with a Azure resource.
45
-
-`service_name`. Services that can be accessed with an Azure resource (for example, in Azure Container Instances service is Subscriptions).
46
-
1. Create the fields if they are not present. Refer to [Manage fields](/docs/manage/fields/#manage-fields).
47
-
48
-
### Configure field extraction rules
49
-
50
-
Create the following Field Extraction Rule(s) (FER) for Azure Storage by following the instructions in [Create a Field Extraction Rule](/docs/manage/field-extractions/create-field-extraction-rule/).
To set up the Azure Metrics source in Sumo Logic, refer to [Azure Metrics Source](/docs/send-data/hosted-collectors/microsoft-source/azure-metrics-source).
121
36
122
37
### Configure logs collection
123
38
@@ -170,6 +85,18 @@ import AppInstallNoDataSourceV2 from '../../reuse/apps/app-install-index-apps-v2
170
85
171
86
<AppInstallNoDataSourceV2/>
172
87
88
+
As part of the app installation process, the following fields will be created by default:
89
+
90
+
-`tenant_name`. This field is tagged at the collector level. You can get the tenant name using the instructions [here](https://learn.microsoft.com/en-us/azure/active-directory-b2c/tenant-management-read-tenant-name#get-your-tenant-name).
91
+
-`location`. The region to which the resource name belongs to.
92
+
-`subscription_id`. ID associated with a subscription where the resource is present.
93
+
-`resource_group`. The resource group name where the Azure resource is present.
94
+
-`provider_name`. Azure resource provider name (for example, Microsoft.Network).
95
+
-`resource_type`. Azure resource type (for example, storage accounts).
96
+
-`resource_name`. The name of the resource (for example, storage account name).
97
+
-`service_type`. Type of the service that can be accessed with a Azure resource.
98
+
-`service_name`. Services that can be accessed with an Azure resource (for example, in Azure Container Instances the service is Subscriptions).
99
+
173
100
## Viewing the Azure Container Instances dashboards
174
101
175
102
import ViewDashboards from '../../reuse/apps/view-dashboards.md';
|`Azure Container Instances - Memory Usage`| This alert is triggered when memory usage is greater than 20 MB. Also warning alert is triggered when the memory usage exceeds 15 MB. | Data volume > 20MB | Data volume < = 20MB |
151
+
|`Azure Container Instances - CPU Usage`| This alert is triggered when CPU usage is greater than 100 milicore. Also warning alert is triggered when the CPU usage exceeds 90 millicore. | millicores > 100 | millicores < = 100 |
152
+
217
153
## Troubleshooting
218
154
219
155
### HTTP Logs and Metrics Source used by Azure Functions
Copy file name to clipboardExpand all lines: docs/integrations/microsoft-azure/kubernetes.md
+13-63Lines changed: 13 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,63 +37,6 @@ The AKS - Control Plane app collects logs for the following [Azure Kubernetes Se
37
37
***kube-controller-manager**. The Controller Manager oversees a number of smaller controllers that perform actions, such as replicating pods and handling node operations.
38
38
***cluster-autoscaler**. The cluster autoscaler component watches for pods in your cluster that can't be scheduled because of resource constraints. When the cluster autoscaler detects issues, it scales up the number of nodes in the node pool to meet the application demands. It also regularly checks nodes for a lack of running pods and scales down the number of nodes as needed.
39
39
40
-
### Configure field in field schema
41
-
42
-
1.[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Logs > Fields**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select **Configuration**, and then under **Logs** select **Fields**. You can also click the **Go To...** menu at the top of the screen and select **Fields**.
43
-
1. Search for the following fields:
44
-
-`tenant_name`. This field is tagged at the collector level. You can get the tenant name using the instructions [here](https://learn.microsoft.com/en-us/azure/active-directory-b2c/tenant-management-read-tenant-name#get-your-tenant-name).
45
-
-`location`. The region to which the resource name belongs to.
46
-
-`subscription_id`. ID associated with a subscription where the resource is present.
47
-
-`resource_group`. The resource group name where the Azure resource is present.
48
-
-`provider_name`. Azure resource provider name (for example, Microsoft.Network).
49
-
-`resource_type`. Azure resource type (for example, storage accounts).
50
-
-`resource_name`. The name of the resource (for example, storage account name).
51
-
-`service_type`. Type of the service that can be accessed with a Azure resource.
52
-
-`service_name`. Services that can be accessed with an Azure resource (for example, in Azure Kubernetes service is Subscriptions).
53
-
1. Create the fields if they are not present. Refer to [Manage fields](/docs/manage/fields/#manage-fields).
54
-
55
-
### Configure field extraction rules
56
-
57
-
Create the following Field Extraction Rule(s) (FER) for Azure Kubernetes Service by following the instructions in [Create a Field Extraction Rule](/docs/manage/field-extractions/create-field-extraction-rule/).
Sumo Logic Metrics source is currently in Beta, to participate, contact your Sumo Logic account executive.
259
-
:::
260
-
261
-
- To set up the Azure Metrics source in Sumo Logic, refer to the shared beta documentation.
262
-
- Configure the namespaces as `Microsoft.ContainerService/managedClusters`, `microsoft.kubernetes/connectedClusters`, `microsoft.kubernetesconfiguration/extensions`, and `microsoft.hybridcontainerservice/provisionedClusters`. <br/><img src={useBaseUrl('img/integrations/microsoft-azure/azure-kubernetes-service-namespaces.png')} alt="Azure Container Instance Namespaces" style={{border: '1px solid gray'}} width="500" />
200
+
To set up the Azure Metrics source in Sumo Logic, refer to [Azure Metrics Source](/docs/send-data/hosted-collectors/microsoft-source/azure-metrics-source).
263
201
264
202
### Collecting logs for the Azure Kubernetes Cluster
265
203
@@ -294,6 +232,18 @@ import AppInstall from '../../reuse/apps/app-install.md';
294
232
295
233
<AppInstall/>
296
234
235
+
As part of the app installation process, the following fields will be created by default:
236
+
237
+
-`tenant_name`. This field is tagged at the collector level. You can get the tenant name using the instructions [here](https://learn.microsoft.com/en-us/azure/active-directory-b2c/tenant-management-read-tenant-name#get-your-tenant-name).
238
+
-`location`. The region to which the resource name belongs to.
239
+
-`subscription_id`. ID associated with a subscription where the resource is present.
240
+
-`resource_group`. The resource group name where the Azure resource is present.
241
+
-`provider_name`. Azure resource provider name (for example, Microsoft.Network).
242
+
-`resource_type`. Azure resource type (for example, storage accounts).
243
+
-`resource_name`. The name of the resource (for example, storage account name).
244
+
-`service_type`. Type of the service that can be accessed with a Azure resource.
245
+
-`service_name`. Services that can be accessed with an Azure resource (for example, in Azure Container Instances the service is Subscriptions).
246
+
297
247
## Viewing the Azure Kubernetes Service dashboards
0 commit comments