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-cosmos-db-for-postgresql.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ Create the following Field Extraction Rules (FER) for Azure Storage by following
91
91
92
92
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.
93
93
94
-
#### Azure observability metadata extraction flexible postgresql server level
94
+
#### Azure observability metadata extraction flexible PostgreSQL server level
@@ -127,18 +127,17 @@ In this section, you will configure a pipeline for shipping metrics from Azure M
127
127
128
128
In this section, you will configure a pipeline for shipping diagnostic logs from Azure Monitor to an Event Hub.
129
129
130
-
131
130
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/).
132
131
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.
133
132
1. Choose **Stream to an event hub** as the destination.
134
133
1. Select `allLogs`.
135
134
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" />
136
135
3. Set server parameters as below:
137
136
- `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`.
139
138
- `log_connections`. Set to **ON**.
140
139
- `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`.
142
141
- `log_hostname`. Set to **ON**.
143
142
- `log_min_error_statement`. Set to **INFO**.
144
143
- `log_min_messages`. Set to **INFO**.
@@ -175,26 +174,26 @@ The **Azure Cosmos DB for PostgreSQL - Overview** dashboard provides details abo
175
174
Use this dashboard to:
176
175
* Track replication lag across replica clusters.
177
176
* 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.
179
178
180
179
<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" />
181
180
182
181
### Network
183
182
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.
185
184
186
185
Use this dashboard to:
187
186
188
187
* 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.
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.
198
197
199
198
Use this dashboard to:
200
199
@@ -207,7 +206,7 @@ Use this dashboard to:
207
206
208
207
### Security
209
208
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.
211
210
212
211
Use this dashboard to:
213
212
@@ -232,12 +231,11 @@ The **Azure Cosmos DB for PostgreSQL - Performance** dashboard provides insights
232
231
233
232
Use this dashboard to:
234
233
* 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.
237
236
238
237
<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" />
239
238
240
-
241
239
### Queries
242
240
243
241
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