Skip to content

Commit 3e6f7dc

Browse files
committed
minor fix
1 parent 6c3bd77 commit 3e6f7dc

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

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

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Create the following Field Extraction Rules (FER) for Azure Storage by following
9191

9292
Create the following metrics rules by following the instructions in [Create a metrics rule](/docs/metrics/metric-rules-editor/#create-a-metrics-rule). Create the below rules if they are not present.
9393

94-
#### Azure observability metadata extraction flexible postgresql server level
94+
#### Azure observability metadata extraction flexible PostgreSQL server level
9595

9696
```sql
9797
Rule Name: AzureObservabilityMetadataExtractionAzureCosmosDBForPostgreSQLLevel
@@ -127,18 +127,17 @@ In this section, you will configure a pipeline for shipping metrics from Azure M
127127
128128
In this section, you will configure a pipeline for shipping diagnostic logs from Azure Monitor to an Event Hub.
129129
130-
131130
1. To set up the Azure Event Hubs source in Sumo Logic, refer to the [Azure Event Hubs Source for Logs](/docs/send-data/collect-from-other-data-sources/azure-monitoring/ms-azure-event-hubs-source/).
132131
2. To create the diagnostic settings in Azure portal, refer to the [Azure documentation](https://learn.microsoft.com/en-gb/azure/data-factory/monitor-configure-diagnostics). Perform the steps below for each Azure Redis cache account that you want to monitor.
133132
1. Choose **Stream to an event hub** as the destination.
134133
1. Select `allLogs`.
135134
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/export-logs-diagnostic-settings-cosmosdbforpostgresql.png')} alt="Azure flexible postgresql server logs" style={{border: '1px solid gray'}} width="800" />
136135
3. Set server parameters as below:
137136
- `log_statement`. Select **DDL**.
138-
- `log_lock_waits`. Set to **ON**. You can also configure `deadlock_timeout` if required.
137+
- `log_lock_waits`. Set to **ON**. If required, you can also configure `deadlock_timeout`.
139138
- `log_connections`. Set to **ON**.
140139
- `log_disconnections`. Set to **ON**.
141-
- `log_duration`. Set to **ON**. You can also configure `log_min_duration_statement` if required.
140+
- `log_duration`. Set to **ON**. If required, you can also configure `log_min_duration_statement`.
142141
- `log_hostname`. Set to **ON**.
143142
- `log_min_error_statement`. Set to **INFO**.
144143
- `log_min_messages`. Set to **INFO**.
@@ -175,26 +174,26 @@ The **Azure Cosmos DB for PostgreSQL - Overview** dashboard provides details abo
175174
Use this dashboard to:
176175
* Track replication lag across replica clusters.
177176
* Analyse query execution duration distribution and common errors across all servers.
178-
* Identify clusters with max cpu usage, memory usage and storage usage.
177+
* Identify clusters with max cpu usage, memory usage, and storage usage.
179178
180179
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/Azure-CosmosDB-for-PostgreSQL/Azure-Cosmos-DB-for-PostgreSQL-Overview.png')} alt="Azure Cosmos DB for PostgreSQL - Overview dashboard" style={{border: '1px solid gray'}} width="800" />
181180
182181
### Network
183182
184-
The **Azure Cosmos DB for PostgreSQL - Network** dashboard provides insights on active connections, failed Ccnnections and network activity including ingress and egress bytes.
183+
The **Azure Cosmos DB for PostgreSQL - Network** dashboard provides insights on active connections, failed Ccnnections, and network activity including ingress and egress bytes.
185184
186185
Use this dashboard to:
187186
188187
* Quickly identify connection errors across clusters.
189-
* Monitor active connections, ingress and egress trends across clusters.
188+
* Monitor active connections, ingress, and egress trends across clusters.
190189
* Identify abnormally long sessions.
191190
192191
193192
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/Azure-CosmosDB-for-PostgreSQL/Azure-Cosmos-DB-for-PostgreSQL-Network.png')} alt="Azure CosmosDB for PostgreSql - Network" style={{border: '1px solid gray'}} width="800" />
194193
195194
### Errors
196195
197-
The **Azure Cosmos DB for PostgreSQL - Errors** dashboard provides insight into server error logs by specifically monitoring errors, and database shutdown/start events.
196+
The **Azure Cosmos DB for PostgreSQL - Errors** dashboard provides insight into server error logs by specifically monitoring errors and database shutdown/start events.
198197
199198
Use this dashboard to:
200199
@@ -207,7 +206,7 @@ Use this dashboard to:
207206
208207
### Security
209208
210-
The **Azure Cosmos DB for PostgreSQL - Security** dashboard provides insight into locations of incoming connections, failed authentications and top database errors and warnings.
209+
The **Azure Cosmos DB for PostgreSQL - Security** dashboard provides insight into locations of incoming connections, failed authentications, and top database errors and warnings.
211210
212211
Use this dashboard to:
213212
@@ -232,12 +231,11 @@ The **Azure Cosmos DB for PostgreSQL - Performance** dashboard provides insights
232231
233232
Use this dashboard to:
234233
* Track clusters approaching the maximum IOPS capacity, to decide on adding worker nodes.
235-
* Identify clusters using a high percentage of the cluster’s available memory to decide on scaling up the compute if this metric consistently exceeds 90 percent.
236-
* Monitor the CPU usage to decide on scaling up compute if this metric exceeds 95 percent consistently.
234+
* Identify clusters using a high percentage of the clusters available memory to decide on scaling up the compute if this metric consistently exceeds 90 percent.
235+
* Monitor the CPU usage to decide on scaling up the compute if this metric exceeds 95 percent consistently.
237236
238237
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/Azure-CosmosDB-for-PostgreSQL/Azure-Cosmos-DB-for-PostgreSQL-Performance.png')} alt="Azure Cosmos DB for PostgreSQL - Performance dashboard" style={{border: '1px solid gray'}} width="800" />
239238
240-
241239
### Queries
242240
243241
The **Azure Cosmos DB for PostgreSQL - Queries** dashboard provides insights into the queries executed in your Azure Cosmos DB for PostgreSQL databases.

0 commit comments

Comments
 (0)