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
*[NEW][ThreatDown Oneview](/docs/platform-services/automation-service/app-central/integrations/threatdown-oneview/). The ThreatDown OneView integration has been built from scratch to facilitate seamless security operations management.
20
+
*[NEW][Atlassian Jira Cloud](/docs/platform-services/automation-service/app-central/integrations/atlassian-jira-cloud/). The Atlassian Jira Cloud integration has been developed from the ground up to streamline issue tracking and project management.
21
+
*[UPDATED][AWS WAF](/docs/platform-services/automation-service/app-central/integrations/aws-waf/). Added a new Update IP Set action in the AWS WAF integration that allows users to update an existing IP set.
22
+
23
+
#### Platform
24
+
25
+
##### Playbooks
26
+
27
+
* Improved the user experience in the node popup when loading dynamic fields.
28
+
* Added a confirmation dialog to alert users about pre-existing playbook drafts to avoid accidental overwriting while editing playbooks.
29
+
* Implemented an alert popup to prevent accidental loss of unsaved changes when closing a node popup.
30
+
* Added audit logs for failed nodes due to errors or exceptions during playbook execution.
31
+
32
+
### Bug fixes
33
+
34
+
#### General
35
+
36
+
* Fixed a session timeout issue when the user is active in Automation Service, but inactive in Sumo Logic Log Analytics.
37
+
* Fixed cursor positioning issue while typing in text areas.
38
+
39
+
#### Integrations
40
+
41
+
* Resolved a next page token and pageSize related issues in the List Permissions action of the [Google Drive](/docs/platform-services/automation-service/app-central/integrations/google-drive/) integration.
42
+
* Added a new `impersonate_user` field in List Permission and Delete Permission actions, allowing actions to be performed on a user's behalf.
We're excited to introduce the new Sumo Collection app for Sumo Logic. By leveraging this app, you can get insights into the health and status of Sumo Logic collectors and sources, allowing you to effectively manage and monitor collectors and sources within Sumo Logic. [Learn more](/docs/integrations/saas-cloud/sumo-collection).
Copy file name to clipboardExpand all lines: docs/integrations/amazon-aws/amazon-ec2-auto-scaling.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ When you create an AWS Source, you'll need to identify the Hosted Collector you
121
121
* A green circle with a check mark is shown when the field exists and is enabled in the Fields table schema.
122
122
* An orange triangle with an exclamation point is shown when the field doesn't exist, or is disabled, in the Fields table schema. In this case, an option to automatically add or enable the nonexistent fields to the Fields table schema is provided. If a field is sent to Sumo Logic that does not exist in the Fields schema or is disabled it is ignored, known as dropped.
123
123
:::note
124
-
Namespace for Amazon EC2 Auto-scaling Service is AWS/AutoScaling.
124
+
Namespace for Amazon EC2 Auto Scaling Service is AWS/AutoScaling.
125
125
:::
126
126
127
127
## Field in field schema
@@ -132,7 +132,7 @@ Namespace for Amazon EC2 Auto-scaling Service is AWS/AutoScaling.
132
132
133
133
## Field Extraction Rule(s)
134
134
135
-
Create a Field Extraction Rule (FER) for Amazon EC2 Auto-scaling access logs and Cloudtrail logs. Learn how to create a Field Extraction Rule [here](/docs/manage/field-extractions/create-field-extraction-rule).
135
+
Create a Field Extraction Rule (FER) for Amazon EC2 Auto Scaling access logs and Cloudtrail logs. Learn how to create a Field Extraction Rule [here](/docs/manage/field-extractions/create-field-extraction-rule).
136
136
137
137
**Amazon EC2 Auto Scaling CloudTrail logs**
138
138
@@ -177,8 +177,8 @@ The **Amazon EC2 Auto Scaling - CloudTrail Audit** dashboard provides a comprehe
177
177
178
178
Use this dashboard for:
179
179
* Monitoring the overall health and performance of your Amazon EC2 Auto Scaling groups
180
-
* Identifying and troubleshooting common errors and failures in auto-scaling operations
181
-
* Tracking user activities and potential security concerns related to auto-scaling events
180
+
* Identifying and troubleshooting common errors and failures in autoscaling operations
181
+
* Tracking user activities and potential security concerns related to autoscaling events
182
182
* Analyzing trends in event types, success rates, and failure patterns over time
Copy file name to clipboardExpand all lines: docs/integrations/databases/opentelemetry/postgresql-opentelemetry.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ import TabItem from '@theme/TabItem';
15
15
16
16
The Sumo Logic app for PostgreSQL includes predefined searches and dashboards that allow you to monitor logs and metrics for the database. The logs enable you to monitor database activity, user activity, incoming connections, query execution time, and errors. The metrics allow you to monitor database resource utilization and throughput performance.
17
17
18
-
This app supports PostgreSQL version 9.6+.
18
+
This app supports PostgreSQL version 13+.
19
19
20
20
We use the OpenTelemetry collector for PostgreSQL metric collection and for collecting PostgreSQL logs.
21
21
@@ -41,7 +41,7 @@ Following are the tags that will be created as part of PostgreSQL app installati
41
41
### For metrics collection
42
42
43
43
- This collection queries the PostgreSQL [statistics collector](https://www.postgresql.org/docs/9.6/monitoring-stats.html).
44
-
- This receiver supports PostgreSQL version 9.6+.
44
+
- This receiver supports PostgreSQL version 13+.
45
45
- The monitoring user must be granted **SELECT** on the `pg_stat_database`.
46
46
47
47
### For logs collection
@@ -115,6 +115,7 @@ Below is the required input:
115
115
-**Endpoint**. Enter the url of the server which needs to be monitored. Default endpoint is `localhost:5432`.
116
116
-**UserName**. Enter the PostgreSQL username.
117
117
-**Password**. Password for the user name which is being used for scrapping the PostgreSQL metrics.
118
+
-**Collection Interval**. You can specify at what interval should the metrics be collected. Default is 5 minutes.
118
119
119
120
You can add any custom fields which you want to tag along with the data ingested in Sumo. Click on the **Download YAML File** button to get the yaml file.
120
121
@@ -246,6 +247,7 @@ Use this dashboard to:
246
247
- Determine the number of active databases and clusters.
247
248
- Drill-down into database errors, failed logins and slow queries.
248
249
- Determine if your database or queries need to be tuned based on comparing the number of slow queries.
250
+
- Active deadlock value and tuple operations trends.
@@ -352,4 +360,5 @@ import CreateMonitors from '../../../reuse/apps/create-monitors.md';
352
360
|`PostgreSQL - Instance Down Alert`| This alert gets triggered when the Postgres instance is down. | Count > = 1 | Count < 1 |
353
361
|`PostgreSQL - SlowQueries Alert`| This alert gets triggered when we detect that the PostgreSQL instance is executing slow queries. | Count > 5 | Count < = 5 |
354
362
|`Postgresql- Too Many Connections Alert`| PostgreSQL instance has too many connections. | Count > = 100 | Count < 100 |
355
-
|`Postgresql - Too Many Locks Acquired Alert`| This alert gets triggered when we detect that there are too many locks acquired on the database. If this alert happens frequently, you may need to increase the postgres setting `max_locks_per_transaction`. | Count > = 100 | Count < 100 |
363
+
|`PostgreSQL - Too Many Locks Acquired Alert`| This alert is triggered when there are too many locks acquired on the database. Increase the postgres setting `max_locks_per_transaction`, if this alert occurs frequently. | Count > = 100 | Count < 100 |
364
+
|`PostgreSQL - High Rate Deadlock`| This alert is triggered when deadlocks in a Postgres instance are detected. | Count > = 1 | Count < 1 |
0 commit comments