Skip to content

Commit 2562d8c

Browse files
authored
Replace Activity Logs section with /reuse/ file (#5781)
* Replace Activity Logs section with /reuse/ file * Update docs/integrations/microsoft-azure/azure-service-bus.md * Update docs/integrations/microsoft-azure/azure-cache-for-redis.md * Update docs/integrations/microsoft-azure/azure-application-gateway.md * Update docs/integrations/microsoft-azure/azure-cache-for-redis.md * Update docs/integrations/microsoft-azure/azure-cache-for-redis.md * Update docs/integrations/microsoft-azure/azure-cache-for-redis.md * Update docs/integrations/microsoft-azure/azure-container-instances.md * Update docs/integrations/microsoft-azure/azure-cosmos-db-for-postgresql.md * Update docs/integrations/microsoft-azure/azure-database-for-mysql.md * Update docs/integrations/microsoft-azure/azure-database-for-mysql.md * Update docs/integrations/microsoft-azure/azure-database-for-mysql.md * Update docs/integrations/microsoft-azure/azure-database-for-mysql.md * Update docs/integrations/microsoft-azure/azure-database-for-postgresql.md * Update docs/integrations/microsoft-azure/azure-event-grid.md * Update docs/integrations/microsoft-azure/azure-functions.md * Update docs/integrations/microsoft-azure/azure-load-balancer.md * Update docs/integrations/microsoft-azure/azure-load-balancer.md * Update docs/integrations/microsoft-azure/azure-load-balancer.md * Update docs/integrations/microsoft-azure/azure-load-balancer.md * Update docs/integrations/microsoft-azure/azure-app-service-plan.md
1 parent 9ce6e3a commit 2562d8c

23 files changed

+77
-111
lines changed

docs/integrations/microsoft-azure/azure-api-management.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,11 @@ In this section, you will configure a pipeline for shipping diagnostic logs from
5757
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/azure-apimanagement-logs.png')} alt="Azure API Management logs" style={{border: '1px solid gray'}} width="800" />
5858
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 API Management Tag Location" style={{border: '1px solid gray'}} width="400" />
5959

60-
#### Activity Logs
60+
#### Activity logs (optional)
6161

62-
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.
62+
import ActivityLogs from '../../reuse/apps/azure-activity-logs.md';
6363

64-
:::note
65-
Since this source contains logs from multiple regions, make sure that you do not tag this source with the location tag.
66-
:::
64+
<ActivityLogs/>
6765

6866
##### Enabling Microsoft Defender for Cloud
6967

docs/integrations/microsoft-azure/azure-app-service-environment.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ In this section, you will configure a pipeline for shipping diagnostic logs from
4848

4949
#### Activity logs (optional)
5050

51-
To collect activity logs, follow the instructions [here](/docs/integrations/microsoft-azure/audit). If you are already collecting activity logs for a subscription, do not perform this step.
51+
import ActivityLogs from '../../reuse/apps/azure-activity-logs.md';
52+
53+
<ActivityLogs/>
5254

5355
## Installing the Azure App Service Environment app
5456

docs/integrations/microsoft-azure/azure-app-service-plan.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ In this section, you will configure a pipeline for shipping diagnostic logs from
5454

5555
#### Activity logs (optional)
5656

57-
To collect activity logs, follow the instructions [here](/docs/integrations/microsoft-azure/audit). If you are already collecting activity logs for a subscription, do not perform this step.
57+
import ActivityLogs from '../../reuse/apps/azure-activity-logs.md';
58+
59+
<ActivityLogs/>
5860

5961
## Installing the Azure App Service Plan app
6062

docs/integrations/microsoft-azure/azure-application-gateway.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,11 @@ Go to **Settings -> Configuration** to check your application gateway tier
6969
<img src={useBaseUrl('img/integrations/microsoft-azure/appgatway-tier-setting.png')} alt="Application Gateway Tier Settings" width="750"/>
7070
:::
7171

72-
#### Activity Logs
72+
#### Activity logs (optional)
7373

74-
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.
74+
import ActivityLogs from '../../reuse/apps/azure-activity-logs.md';
7575

76-
:::note
77-
Since this source contains logs from multiple regions, make sure that you do not tag this source with the location tag.
78-
:::
76+
<ActivityLogs/>
7977

8078
## Installing the Azure Application Gateway app
8179

docs/integrations/microsoft-azure/azure-cache-for-redis.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,11 @@ In this section, you will configure a pipeline for shipping diagnostic logs from
5959
<img src={useBaseUrl('img/send-data/azureredis-cache-logs.png')} alt="Azure Redis Cache logs" style={{border: '1px solid gray'}} width="800" />
6060
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" />
6161

62-
#### Activity Logs
62+
#### Activity logs (optional)
6363

64-
To collect activity logs, follow the instructions [here](/docs/integrations/microsoft-azure/audit). Do not perform this step if you are already collecting activity logs for a subscription.
64+
import ActivityLogs from '../../reuse/apps/azure-activity-logs.md';
6565

66-
:::note
67-
Since this source contains logs from multiple regions, ensure that you do not tag this source with the location tag.
68-
:::
66+
<ActivityLogs/>
6967

7068
## Installing the Azure Redis Cache app
7169

@@ -208,4 +206,4 @@ To troubleshoot metrics collection, follow the instructions in [Collect Metrics
208206
## Additional resources
209207

210208
- Blog: [Azure monitoring and troubleshooting](https://www.sumologic.com/blog/azure-services-monitoring)
211-
- Glossary: [Microsoft Azure](https://www.sumologic.com/glossary/microsoft-azure)
209+
- Glossary: [Microsoft Azure](https://www.sumologic.com/glossary/microsoft-azure)

docs/integrations/microsoft-azure/azure-container-instances.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Use existing resource group or create a new one for deploying Azure container in
5050
<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" />
5151
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).
5252
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:
53-
* 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.
53+
* 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.
5454
:::info
5555
Multiple patterns separated by commas are also allowed.
5656
:::
@@ -75,13 +75,11 @@ Use existing resource group or create a new one for deploying Azure container in
7575
- In the `imageRegistryCredentials` property, enter your image repository server, username, and password.
7676
1. Deploy the [logging-sidecar-deploy.yaml](https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Azure-Container-Instances/logging-sidecar-deploy.yaml) Azure template, refer to the [Azure Documentation](https://learn.microsoft.com/en-us/azure/container-instances/container-instances-multi-container-yaml#deploy-the-container-group).
7777

78-
#### Activity Logs
78+
#### Activity logs (optional)
7979

80-
To collect activity logs, follow the instructions [here](/docs/integrations/microsoft-azure/audit). Skip this step if you are already collecting activity logs for a subscription.
80+
import ActivityLogs from '../../reuse/apps/azure-activity-logs.md';
8181

82-
:::note
83-
Since this source contains logs from multiple regions, make sure that you do not tag this source with the location tag.
84-
:::
82+
<ActivityLogs/>
8583

8684
## Installing the Azure Container Instances app
8785

@@ -185,4 +183,3 @@ To troubleshoot metrics collection, follow the instructions in [Troubleshooting
185183
- Blog: [Azure monitoring and troubleshooting](https://www.sumologic.com/blog/azure-services-monitoring)
186184
- Blog: [How to Deploy and Manage a Container on Azure Container Service](https://www.sumologic.com/blog/how-to-deploy-and-manage-a-container-on-azure-container-service)
187185
- Glossary: [Microsoft Azure](https://www.sumologic.com/glossary/microsoft-azure)
188-

docs/integrations/microsoft-azure/azure-cosmos-db-for-postgresql.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,11 @@ In this section, you will configure a pipeline for shipping diagnostic logs from
6262

6363
4. 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="400" />
6464

65-
#### Activity Logs
65+
#### Activity logs (optional)
6666

67-
To collect activity logs, follow the instructions [here](/docs/integrations/microsoft-azure/audit). Skip this step if you are already collecting activity logs for a subscription.
67+
import ActivityLogs from '../../reuse/apps/azure-activity-logs.md';
6868

69-
:::note
70-
Since this source contains logs from multiple regions, ensure that you do not tag this source with the location tag.
71-
:::
69+
<ActivityLogs/>
7270

7371
## Installing the Azure Cosmos DB for PostgreSQL app
7472

@@ -233,4 +231,3 @@ These alerts are metrics-based and will work for all Cosmos DB PostgreSQL instan
233231
### HTTP Logs and Metrics Source used by Azure Functions
234232

235233
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).
236-

docs/integrations/microsoft-azure/azure-cosmos-db.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,9 @@ In this section, you will configure a pipeline for shipping diagnostic logs from
7070

7171
#### Activity logs (optional)
7272

73-
To collect activity logs, follow the instructions [here](/docs/integrations/microsoft-azure/audit). If you are already collecting activity logs for a subscription, do not perform this step.
73+
import ActivityLogs from '../../reuse/apps/azure-activity-logs.md';
7474

75-
:::note
76-
Since this source contains logs from multiple regions, make sure that you do not tag this source with the location tag.
77-
:::
75+
<ActivityLogs/>
7876

7977
##### Enabling Microsoft Defender for Cloud
8078

docs/integrations/microsoft-azure/azure-database-for-mysql.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,11 @@ In this section, you will configure a pipeline for shipping diagnostic logs from
8383
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" />
8484
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" />
8585

86-
#### Activity Logs
86+
#### Activity logs (optional)
8787

88-
To collect activity logs, follow the instructions [here](/docs/integrations/microsoft-azure/audit). Skip this step if you are already collecting activity logs for a subscription.
88+
import ActivityLogs from '../../reuse/apps/azure-activity-logs.md';
8989

90-
:::note
91-
Since this source contains logs from multiple regions, ensure that you do not tag this source with the location tag.
92-
:::
90+
<ActivityLogs/>
9391

9492
### Collecting Error Logs
9593
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:
@@ -231,4 +229,4 @@ To troubleshoot metrics collection, follow the instructions in *Collect Metrics
231229
## Additional resources
232230

233231
- Blog: [Azure monitoring and troubleshooting](https://www.sumologic.com/blog/azure-services-monitoring)
234-
- Glossary: [Microsoft Azure](https://www.sumologic.com/glossary/microsoft-azure)
232+
- Glossary: [Microsoft Azure](https://www.sumologic.com/glossary/microsoft-azure)

docs/integrations/microsoft-azure/azure-database-for-postgresql.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,11 @@ In this section, you will configure a pipeline for shipping diagnostic logs from
6767

6868
4. 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 Redis Cache Tag Location" style={{border: '1px solid gray'}} width="400" />
6969

70-
#### Activity logs
70+
#### Activity logs (optional)
7171

72-
To collect activity logs, follow the instructions [here](/docs/integrations/microsoft-azure/audit). Skip this step if you are already collecting activity logs for a subscription.
72+
import ActivityLogs from '../../reuse/apps/azure-activity-logs.md';
7373

74-
:::note
75-
Since this source contains logs from multiple regions, ensure that you do not tag this source with the location tag.
76-
:::
74+
<ActivityLogs/>
7775

7876
## Installing the Azure Flexible Database for PostgreSQL app
7977

0 commit comments

Comments
 (0)