Skip to content

Commit 413175d

Browse files
authored
Azure apps use index and not source category as installation paramete… (#5392)
* Azure apps use index and not source category as installation parameters. Created common reuse doc for it and used it in the already released azure apps * spell correction fixed.
1 parent fa6bba3 commit 413175d

12 files changed

+70
-36
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ To collect activity logs, follow the instructions [here](/docs/integrations/micr
5454

5555
This section provides instructions on how to install the Azure App Service Plan app, and shows examples of each of the preconfigured dashboards you can use to analyze your data.
5656

57-
import AppInstall2 from '../../reuse/apps/app-install-v2.md';
57+
import AppInstallIndexV2 from '../../reuse/apps/app-install-index-option.md';
5858

59-
<AppInstall2/>
59+
<AppInstallIndexV2/>
6060

6161
As part of the app installation process, the following fields will be created by default:
6262

@@ -72,9 +72,9 @@ As part of the app installation process, the following fields will be created by
7272

7373
## Viewing Azure App Service Plan dashboards
7474

75-
import ViewDashboards from '../../reuse/apps/view-dashboards.md';
75+
import ViewDashboardsIndex from '../../reuse/apps/view-dashboards-index.md';
7676

77-
<ViewDashboards/>
77+
<ViewDashboardsIndex/>
7878

7979
### Overview
8080

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ Since this source contains logs from multiple regions, make sure that you do not
7575

7676
Now that you have set up data collection, install the Azure Application Gateway Sumo Logic app to use the pre-configured dashboards that provide visibility into your environment for real-time analysis of overall usage.
7777

78-
import AppInstallNoDataSourceV2 from '../../reuse/apps/app-install-index-apps-v2.md';
78+
import AppInstallIndexV2 from '../../reuse/apps/app-install-index-option.md';
7979

80-
<AppInstallNoDataSourceV2/>
80+
<AppInstallIndexV2/>
8181

8282
As part of the app installation process, the following fields will be created by default:
8383

@@ -93,9 +93,9 @@ As part of the app installation process, the following fields will be created by
9393

9494
## Viewing the Azure Application Gateway dashboards
9595

96-
import ViewDashboards from '../../reuse/apps/view-dashboards.md';
96+
import ViewDashboardsIndex from '../../reuse/apps/view-dashboards-index.md';
9797

98-
<ViewDashboards/>
98+
<ViewDashboardsIndex/>
9999

100100
### Overview
101101

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ Since this source contains logs from multiple regions, ensure that you do not ta
6060

6161
Now that you have set up data collection, install the Azure Load Balancer Sumo Logic app to use the pre-configured dashboards that provide visibility into your environment for real-time analysis of overall usage.
6262

63-
import AppInstallNoDataSourceV2 from '../../reuse/apps/app-install-index-apps-v2.md';
63+
import AppInstallIndexV2 from '../../reuse/apps/app-install-index-option.md';
6464

65-
<AppInstallNoDataSourceV2/>
65+
<AppInstallIndexV2/>
6666

6767
As part of the app installation process, the following fields will be created by default:
6868

@@ -76,6 +76,12 @@ As part of the app installation process, the following fields will be created by
7676
- `service_type`. Type of the service that can be accessed with an Azure resource.
7777
- `service_name`. Services that can be accessed with an Azure resource (for example, in Azure Container Instances the service is Subscriptions).
7878

79+
## Viewing the Azure Cache for Redis dashboards
80+
81+
import ViewDashboardsIndex from '../../reuse/apps/view-dashboards-index.md';
82+
83+
<ViewDashboardsIndex/>
84+
7985
### Administrative Operations
8086

8187
The **Azure Cache for Redis - Administrative Operations** dashboard provides details like distribution by operation type, by operation, recent delete operations, top 10 operations that caused most errors, and users/applications by operation type.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ Since this source contains logs from multiple regions, make sure that you do not
8181

8282
Now that you have set up data collection, install the Azure Container Instances Sumo Logic app to use the pre-configured [dashboards](#viewing-the-azure-container-instances-dashboards) that provide visibility into your environment for real-time analysis of azure resources.
8383

84-
import AppInstallNoDataSourceV2 from '../../reuse/apps/app-install-index-apps-v2.md';
84+
import AppInstallIndexV2 from '../../reuse/apps/app-install-index-option.md';
8585

86-
<AppInstallNoDataSourceV2/>
86+
<AppInstallIndexV2/>
8787

8888
As part of the app installation process, the following fields will be created by default:
8989

@@ -99,9 +99,9 @@ As part of the app installation process, the following fields will be created by
9999

100100
## Viewing the Azure Container Instances dashboards
101101

102-
import ViewDashboards from '../../reuse/apps/view-dashboards.md';
102+
import ViewDashboardsIndex from '../../reuse/apps/view-dashboards-index.md';
103103

104-
<ViewDashboards/>
104+
<ViewDashboardsIndex/>
105105

106106
### Error Logs
107107

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ Error logs dashboard will get populated only if the error logs are collected fol
9292

9393
Now that you have set up data collection, install the Azure Load Balancer Sumo Logic app to use the pre-configured dashboards that provide visibility into your environment for real-time analysis of overall usage.
9494

95-
import AppInstallNoDataSourceV2 from '../../reuse/apps/app-install-index-apps-v2.md';
95+
import AppInstallIndexV2 from '../../reuse/apps/app-install-index-option.md';
9696

97-
<AppInstallNoDataSourceV2/>
97+
<AppInstallIndexV2/>
9898

9999
As part of the app installation process, the following fields will be created by default:
100100

@@ -110,9 +110,9 @@ As part of the app installation process, the following fields will be created by
110110

111111
## Viewing the Flexible Database for Mysql dashboards
112112

113-
import ViewDashboards from '../../reuse/apps/view-dashboards.md';
113+
import ViewDashboardsIndex from '../../reuse/apps/view-dashboards-index.md';
114114

115-
<ViewDashboards/>
115+
<ViewDashboardsIndex/>
116116

117117
### Error Logs
118118

docs/integrations/microsoft-azure/azure-functions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ For getting the health check metric, make sure you enable **Health check** under
8585

8686
This section provides instructions on how to install the Azure Functions app and shows examples of each of the preconfigured dashboards you can use to analyze your data.
8787

88-
import AppInstall2 from '../../reuse/apps/app-install-v2.md';
88+
import AppInstallIndexV2 from '../../reuse/apps/app-install-index-option.md';
8989

90-
<AppInstall2/>
90+
<AppInstallIndexV2/>
9191

9292
As part of the app installation process, the following fields will be created by default:
9393

@@ -103,9 +103,9 @@ As part of the app installation process, the following fields will be created by
103103

104104
## Viewing the Azure Functions dashboards
105105

106-
import ViewDashboards from '../../reuse/apps/view-dashboards.md';
106+
import ViewDashboardsIndex from '../../reuse/apps/view-dashboards-index.md';
107107

108-
<ViewDashboards/>
108+
<ViewDashboardsIndex/>
109109

110110
### Overview
111111

docs/integrations/microsoft-azure/azure-load-balancer.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ Since this source contains logs from multiple regions, ensure that you do not ta
6363

6464
Now that you have set up data collection, install the Azure Load Balancer Sumo Logic app to use the pre-configured dashboards that provide visibility into your environment for real-time analysis of overall usage.
6565

66-
import AppInstallNoDataSourceV2 from '../../reuse/apps/app-install-index-apps-v2.md';
66+
import AppInstallIndexV2 from '../../reuse/apps/app-install-index-option.md';
6767

68-
<AppInstallNoDataSourceV2/>
68+
<AppInstallIndexV2/>
6969

7070
As part of the app installation process, the following fields will be created by default:
7171

@@ -81,9 +81,9 @@ As part of the app installation process, the following fields will be created by
8181

8282
## Viewing the Azure Load Balancer dashboards
8383

84-
import ViewDashboards from '../../reuse/apps/view-dashboards.md';
84+
import ViewDashboardsIndex from '../../reuse/apps/view-dashboards-index.md';
8585

86-
<ViewDashboards/>
86+
<ViewDashboardsIndex/>
8787

8888
### Overview
8989

docs/integrations/microsoft-azure/azure-virtual-machine.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ Since this source contains logs from multiple regions, make sure that you do not
7474

7575
## Installing the Azure Virtual Machine app
7676

77-
import AppInstallNoDataSourceV2 from '../../reuse/apps/app-install-index-apps-v2.md';
77+
import AppInstallIndexV2 from '../../reuse/apps/app-install-index-option.md';
7878

79-
<AppInstallNoDataSourceV2/>
79+
<AppInstallIndexV2/>
8080

8181
As part of the app installation process, the following fields will be created by default:
8282

@@ -92,9 +92,9 @@ As part of the app installation process, the following fields will be created by
9292

9393
## Viewing the Azure Virtual Machine dashboards
9494

95-
import ViewDashboards from '../../reuse/apps/view-dashboards.md';
95+
import ViewDashboardsIndex from '../../reuse/apps/view-dashboards-index.md';
9696

97-
<ViewDashboards/>
97+
<ViewDashboardsIndex/>
9898

9999
### Overview
100100

docs/integrations/microsoft-azure/kubernetes.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ Now that you have set up collection for Azure Kubernetes Cluster, you can instal
228228

229229
All the dashboards are linked to the [Kubernetes views](/docs/dashboards/explore-view/#kubernetes-views) so they can be easily accessed by clicking the Cluster in the navigation pane of the tab.
230230

231-
import AppInstall from '../../reuse/apps/app-install.md';
231+
import AppInstallIndexV2 from '../../reuse/apps/app-install-index-option.md';
232232

233-
<AppInstall/>
233+
<AppInstallIndexV2/>
234234

235235
As part of the app installation process, the following fields will be created by default:
236236

@@ -246,6 +246,10 @@ As part of the app installation process, the following fields will be created by
246246

247247
## Viewing the Azure Kubernetes Service dashboards
248248

249+
import ViewDashboardsIndex from '../../reuse/apps/view-dashboards-index.md';
250+
251+
<ViewDashboardsIndex/>
252+
249253
### Overview
250254

251255
The **Azure Kubernetes Service - Overview** dashboard provides insights like Audit Requests by Location, Active/Total Clusters, Clusters with API Server Errors, Clusters with Autoscaler Errors, Clusters with Kube Controller Manager Errors, Clusters with Scheduler Errors, Clusters with Cloud Control Manager Errors, Nodes Across Cluster, and Critical Nodes Across Cluster.

docs/integrations/microsoft-azure/web-apps.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ For getting health check metric, make sure you enable **Health check** under the
107107

108108
This section provides instructions on how to install the Azure Web Apps app, and shows examples of each of the preconfigured dashboards you can use to analyze your data.
109109

110-
import AppInstall2 from '../../reuse/apps/app-install-v2.md';
110+
import AppInstallIndexV2 from '../../reuse/apps/app-install-index-option.md';
111111

112-
<AppInstall2/>
112+
<AppInstallIndexV2/>
113113

114114
As part of the app installation process, the following fields will be created by default:
115115

@@ -125,9 +125,9 @@ As part of the app installation process, the following fields will be created by
125125

126126
## Viewing Azure Web Apps dashboards
127127

128-
import ViewDashboards from '../../reuse/apps/view-dashboards.md';
128+
import ViewDashboardsIndex from '../../reuse/apps/view-dashboards-index.md';
129129

130-
<ViewDashboards/>
130+
<ViewDashboardsIndex/>
131131

132132
### Overview
133133

0 commit comments

Comments
 (0)