Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions docs/integrations/microsoft-azure/azure-app-service-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ When you configure the event hubs source or HTTP source, plan your source catego

### Configure metrics collection

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).
import MetricsSourceBeta from '../../reuse/metrics-source-beta.md';

:::note
Sumo Logic Metrics source is currently in Beta, to participate, contact your Sumo Logic account executive.
:::
<MetricsSourceBeta/>

### Configure logs collection

Expand Down Expand Up @@ -78,7 +76,7 @@ As part of the app installation process, the following fields will be created by

import ViewDashboardsIndex from '../../reuse/apps/view-dashboards-index.md';

<ViewDashboardsIndex/>
<ViewDashboardsIndex/>

### Overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ When you configure the event hubs source or HTTP source, plan your source catego

### Configure metrics collection

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).
import MetricsSourceBeta from '../../reuse/metrics-source-beta.md';

:::note
Sumo Logic Metrics source is currently in Beta, to participate, contact your Sumo Logic account executive.
:::
<MetricsSourceBeta/>

### Configure logs collection

Expand All @@ -59,7 +57,7 @@ In this section, you will configure a pipeline for shipping diagnostic logs from
1. Choose **Stream to an event hub** as the destination.
1. Select `allLogs`.
1. Use the Event Hub namespace and Event Hub name configured in the previous step in the destination details section. You can use the default policy `RootManageSharedAccessKey` as the policy name.<br/><img src={useBaseUrl('img/send-data/azureapplicationgateway-logs.png')} alt="Azure Application Gateway logs" style={{border: '1px solid gray'}} width="800" />
1. Tag the location field in the source with right location value. <br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Location.png')} alt="Azure Application Gateway Tag Location" style={{border: '1px solid gray'}} width="400" />
1. Tag the location field in the source with right location value. <br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Location.png')} alt="Azure Application Gateway Tag Location" style={{border: '1px solid gray'}} width="400" />

:::note
WAF logs and metrics will be available for WAF V2 tier and only after a WAF Policy has been associated with application gateway. Refer to the azure docs for more information.
Expand Down
10 changes: 4 additions & 6 deletions docs/integrations/microsoft-azure/azure-cache-for-redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ When you configure the event hubs source or HTTP source, plan your source catego

### Configure metrics collection

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).
import MetricsSourceBeta from '../../reuse/metrics-source-beta.md';

:::note
Sumo Logic Metrics source is currently in Beta, to participate, contact your Sumo Logic account executive.
:::
<MetricsSourceBeta/>

### Configure logs collection

Expand All @@ -49,7 +47,7 @@ In this section, you will configure a pipeline for shipping diagnostic logs from
1. Choose **Stream to an event hub** as the destination.
1. Select `allLogs`.
1. Use the Event Hub namespace and Event Hub name configured in the previous step in the destination details section. You can use the default policy `RootManageSharedAccessKey` as the policy name.
<img src={useBaseUrl('img/send-data/azureredis-cache-logs.png')} alt="Azure Redis Cache logs" style={{border: '1px solid gray'}} width="800" />
<img src={useBaseUrl('img/send-data/azureredis-cache-logs.png')} alt="Azure Redis Cache logs" style={{border: '1px solid gray'}} width="800" />
3. Tag the location field in the source with right location value. <br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Location.png')} alt="Azure Redis Cache Tag Location" style={{border: '1px solid gray'}} width="500" />

#### Activity Logs
Expand Down Expand Up @@ -84,7 +82,7 @@ As part of the app installation process, the following fields will be created by

import ViewDashboardsIndex from '../../reuse/apps/view-dashboards-index.md';

<ViewDashboardsIndex/>
<ViewDashboardsIndex/>

### Administrative Operations

Expand Down
10 changes: 4 additions & 6 deletions docs/integrations/microsoft-azure/azure-container-instances.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ For more information on supported dimensions, refer to the [Azure documentation]

* 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.
* Metrics collection using our [Azure Metrics Source](/docs/send-data/hosted-collectors/microsoft-source/azure-metrics-source).

:::note
Sumo Logic Metrics source is currently in Beta, to participate, contact your Sumo Logic account executive.
:::

### Configure metrics collection

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).
import MetricsSourceBeta from '../../reuse/metrics-source-beta.md';

<MetricsSourceBeta/>

### Configure logs collection

Expand All @@ -44,7 +42,7 @@ Use existing resource group or create a new one for deploying Azure container in
<img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Tenant-Name.png')} alt="Azure Storage Tag Tenant Name" style={{border: '1px solid gray'}} width="800" />
1. [Configure an HTTP Source](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#step-1-configure-an-http-source).
1. Download and update the [output_conf.yaml](https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Azure-Container-Instances/output_conf.yaml) file with the following configurations:
* Inputs pipeline uses the [tail input plugin](https://docs.fluentbit.io/manual/pipeline/inputs/tail). Update the path parameter value with the pattern specifying a specific log file or multiple ones through the use of common wildcards.
* Inputs pipeline uses the [tail input plugin](https://docs.fluentbit.io/manual/pipeline/inputs/tail). Update the path parameter value with the pattern specifying a specific log file or multiple ones through the use of common wildcards.
:::info
Multiple patterns separated by commas are also allowed.
:::
Expand Down
6 changes: 2 additions & 4 deletions docs/integrations/microsoft-azure/azure-cosmos-db.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,9 @@ When you configure the Event Hubs source or HTTP source, plan your source catego

### Configure metrics collection

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).
import MetricsSourceBeta from '../../reuse/metrics-source-beta.md';

:::note
Sumo Logic Metrics source is currently in Beta, to participate, contact your Sumo Logic account executive.
:::
<MetricsSourceBeta/>

### Configure logs collection

Expand Down
14 changes: 6 additions & 8 deletions docs/integrations/microsoft-azure/azure-database-for-mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@ When you configure the event hubs source or HTTP source, plan your source catego

### Configure metrics collection

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).
import MetricsSourceBeta from '../../reuse/metrics-source-beta.md';

:::note
Sumo Logic Metrics source is currently in Beta, to participate, contact your Sumo Logic account executive.
:::
<MetricsSourceBeta/>

### Configure logs collection

Expand All @@ -63,13 +61,13 @@ In this section, you will configure a pipeline for shipping diagnostic logs from
Set error logs related server parameters as given below:
- error_server_log_file: set to *ON*
- log_output: set to *FILE*

Set Slow Query logs related parameters as given below:
- slow_query_log: set to *ON*
- long_query_time: Set the number of seconds a query can run before it's considered "slow". The default is 10 seconds.
- log_slow_admin_statements: set to *ON*
4. Enable slow query and error logs.<br/><img src={useBaseUrl('img/send-data/azure-database-for-mysql-error-logs.png')} alt="Azure flexible mysql error logs" style={{border: '1px solid gray'}} width="800" />
5. Tag the location field in the source with the right location value. <br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Location.png')} alt="Azure Database for MySql Tag Location" style={{border: '1px solid gray'}} width="500" />
5. Tag the location field in the source with the right location value. <br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Location.png')} alt="Azure Database for MySql Tag Location" style={{border: '1px solid gray'}} width="500" />

#### Activity Logs

Expand All @@ -80,7 +78,7 @@ Since this source contains logs from multiple regions, ensure that you do not ta
:::

### Collecting Error Logs
Error logs cannot be emitted to Azure diagnostic logs directly. To access the error logs, navigate to **Server Logs > Error Logs**, download them, then [upload the logs](/docs/send-data/hosted-collectors/http-source/logs-metrics/upload-logs) to a Sumo Logic HTTP source endpoint. Note that the HTTP source created to receive the error logs needs to be tagged with the following [fields](/docs/manage/fields/#manage-fields) with appropriate values. These values can be copied from the appropriate resource for which logs are ingested through the Azure Event Hub Source for Logs:
Error logs cannot be emitted to Azure diagnostic logs directly. To access the error logs, navigate to **Server Logs > Error Logs**, download them, then [upload the logs](/docs/send-data/hosted-collectors/http-source/logs-metrics/upload-logs) to a Sumo Logic HTTP source endpoint. Note that the HTTP source created to receive the error logs needs to be tagged with the following [fields](/docs/manage/fields/#manage-fields) with appropriate values. These values can be copied from the appropriate resource for which logs are ingested through the Azure Event Hub Source for Logs:

- resource_name
- location
Expand Down Expand Up @@ -116,7 +114,7 @@ As part of the app installation process, the following fields will be created by

import ViewDashboardsIndex from '../../reuse/apps/view-dashboards-index.md';

<ViewDashboardsIndex/>
<ViewDashboardsIndex/>

### Error Logs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ When you configure the event hubs source or HTTP source, plan your source catego

### Configure metrics collection

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).
import MetricsSourceBeta from '../../reuse/metrics-source-beta.md';

:::note
Sumo Logic Metrics source is currently in Beta, to participate, contact your Sumo Logic account executive.
:::
<MetricsSourceBeta/>

### Configure logs collection

Expand Down
6 changes: 2 additions & 4 deletions docs/integrations/microsoft-azure/azure-event-grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ When you configure the event hubs source or HTTP source, plan your source catego

### Configure metrics collection

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).
import MetricsSourceBeta from '../../reuse/metrics-source-beta.md';

:::note
Sumo Logic Metrics source is currently in Beta, to participate, contact your Sumo Logic account executive.
:::
<MetricsSourceBeta/>

1. To set up the Azure Metrics source in Sumo Logic, refer to the shared beta documentation.
1. In the Sumo Logic Azure Metrics source configuration, configure namespaces as `Microsoft.EventGrid/domains`, `Microsoft.EventGrid/systemTopics` and `Microsoft.EventGrid/topics`.
Expand Down
6 changes: 2 additions & 4 deletions docs/integrations/microsoft-azure/azure-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ When you configure the event hubs source or HTTP source, plan your source catego

### Configure metrics collection

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).
import MetricsSourceBeta from '../../reuse/metrics-source-beta.md';

:::note
Sumo Logic Metrics source is currently in Beta, to participate, contact your Sumo Logic account executive.
:::
<MetricsSourceBeta/>

### Configure logs collection

Expand Down
6 changes: 2 additions & 4 deletions docs/integrations/microsoft-azure/azure-key-vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ When you configure the event hubs source or HTTP source, plan your source catego

### Configure metrics collection

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).
import MetricsSourceBeta from '../../reuse/metrics-source-beta.md';

:::note
Sumo Logic Metrics source is currently in Beta, to participate, contact your Sumo Logic account executive.
:::
<MetricsSourceBeta/>

### Configure logs collection

Expand Down
11 changes: 4 additions & 7 deletions docs/integrations/microsoft-azure/azure-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,9 @@ When you configure the event hubs source or HTTP source, plan your source catego

### Configure metrics collection

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).
import MetricsSourceBeta from '../../reuse/metrics-source-beta.md';

:::note
Sumo Logic Metrics source is currently in Beta, to participate, contact your Sumo Logic account executive.
:::
<MetricsSourceBeta/>

### Configure logs collection

Expand All @@ -86,7 +84,7 @@ In this section, you will configure a pipeline for shipping diagnostic logs from
* Use the Event hub namespace and Event hub name configured in the previous step in the destination details section. You can use the default policy `RootManageSharedAccessKey` as the policy name.
1. Tag the location field in the source with the right location value.
<img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Location.png')} alt="Azure Storage Tag Location" style={{border: '1px solid gray'}} width="500" />

#### Activity Logs

To collect activity logs, follow the instructions [here](/docs/integrations/microsoft-azure/audit). Do not perform this step in case you are already collecting activity logs for a subscription.
Expand Down Expand Up @@ -264,7 +262,7 @@ Use this dashboard to:
### Security and policy

The **Azure Storage - Security and Policy** dashboard provides security, policy, and recommendation details.

Use this dashboard to:
* View recent security events.
* View total security events.
Expand Down Expand Up @@ -371,4 +369,3 @@ These alerts are metric based and will work for all Azure Storage.
### HTTP Logs and Metrics Source used by Azure Functions

To troubleshoot metrics collection, follow the instructions in [Collect Metrics from Azure Monitor > Troubleshooting metrics collection](/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor/#troubleshooting-metrics-collection).

13 changes: 6 additions & 7 deletions docs/integrations/microsoft-azure/azure-virtual-machine.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,12 @@ tenant_name=* namespace=Microsoft.Compute/virtualMachines resource_name=*
| Fields extracted | Metric rule |
|:--|:--|
| `vmname` | `$resource_name._1` |

### Configure metrics collection

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).
import MetricsSourceBeta from '../../reuse/metrics-source-beta.md';

:::note
Sumo Logic Metrics source is currently in Beta, to participate, contact your Sumo Logic account executive.
:::
<MetricsSourceBeta/>

### Configure logs collection

Expand Down Expand Up @@ -126,7 +125,7 @@ The **Azure VM - Disk** dashboard provides details on the operational activities

### Administrative Operations

The **Azure VM - Administrative Operations** dashboard provides details on the operational activities and status of your Azure Virtual Machine resources.
The **Azure VM - Administrative Operations** dashboard provides details on the operational activities and status of your Azure Virtual Machine resources.

Use this dashboard to:
* Monitor the distribution of operation types and their success rates to ensure proper functioning of your Virtual Machine.
Expand All @@ -137,13 +136,13 @@ Use this dashboard to:

### Policy and Recommendations

The **Azure Virtual Machine - Policy and Recommendations** dashboard provides details on policy events and recommendations for your Azure Virtual Machine resources.
The **Azure Virtual Machine - Policy and Recommendations** dashboard provides details on policy events and recommendations for your Azure Virtual Machine resources.

Use this dashboard to:
* Monitor the success and failure rates of policy events to ensure proper configuration and compliance.
* Track and analyse recent recommendations to improve the performance and security of your Vaults setup.
* Identify trends in policy events and recommendations over time to proactively address potential issues.

<img src={useBaseUrl('https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/AzureVM/Azure+VM+-+Policy+and+Recommendations.png')} alt="Azure Key Vault - Policy and Recommendations dashboard" style={{border: '1px solid gray'}} width="800" />

### CPU
Expand Down
5 changes: 5 additions & 0 deletions docs/reuse/metrics-source-beta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
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).

:::note
The Sumo Logic Metrics source is currently in beta. To participate, contact your Sumo Logic account executive.
:::