Skip to content

Commit 00adac7

Browse files
authored
Merge branch 'main' into DOCS-988
2 parents d3af258 + e609b0d commit 00adac7

File tree

8 files changed

+108
-2
lines changed

8 files changed

+108
-2
lines changed

blog-service/2025-07-18-search.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Query Assit (Search)
3+
image: https://help.sumologic.com/img/reuse/rss-image.jpg
4+
keywords:
5+
- query-assit
6+
- search
7+
hide_table_of_contents: true
8+
---
9+
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
12+
13+
We’re excited to announce the release of **Query Assist**, designed to simplify query building by reducing complexity, enabling easier field discovery, minimizing errors, and providing intelligent query-writing assistance. These enhancements deliver real-time syntax suggestions, schema-based recommendations, and a frictionless query experience.
14+
15+
Key features of this feature include:
16+
17+
* **Real-time syntax suggestions**. Get instant recommendations for syntax and operators to accelerate query creation and reduce errors.
18+
* **Schema-based field suggestions.** Automatically discover relevant keys and fields for structured data like JSON logs.
19+
* **Partial query prediction.** Anticipate the next operator or receive partial query suggestions based on your input.
20+
* **Enhanced user experience.** Real-time error highlighting and intelligent suggestions provide a smooth and seamless query-building process.
21+
22+
These updates make it easier for both beginners and advanced users to craft accurate queries and analyze data efficiently. [Learn more](/docs/search/query-assist/).

docs/integrations/amazon-aws/amazon-bedrock.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,3 +437,14 @@ Use this dashboard to:
437437
438438
<img src={useBaseUrl('img/integrations/amazon-aws/Amazon-Bedrock-Runtime-Performance-Monitoring.png')} alt="Amazon Bedrock dashboard" style={{border: '1px solid gray'}} />
439439
440+
## Upgrade/Downgrade the Amazon Bedrock app (Optional)
441+
442+
import AppUpdate from '../../reuse/apps/app-update.md';
443+
444+
<AppUpdate/>
445+
446+
## Uninstalling the Amazon Bedrock app (Optional)
447+
448+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
449+
450+
<AppUninstall/>

docs/integrations/amazon-aws/amazon-ec2-auto-scaling.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,15 @@ Use this dashboard for:
217217
* Optimizing warm pool size and capacity to improve application responsiveness during sudden load increases
218218

219219
<img src={useBaseUrl('img/integrations/05.-Amazon-EC2-Auto-Scaling-Warm-Pool.png')} alt="Amazon EC2 Auto Scaling dashboard" style={{border: '1px solid gray'}} width="800"/>
220+
221+
## Upgrade/Downgrade the Amazon EC2 Auto Scaling app (Optional)
222+
223+
import AppUpdate from '../../reuse/apps/app-update.md';
224+
225+
<AppUpdate/>
226+
227+
## Uninstalling the Amazon EC2 Auto Scaling app (Optional)
228+
229+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
230+
231+
<AppUninstall/>

docs/integrations/amazon-aws/amazon-elastic-block-store.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,27 @@ Use this dashboard to:
7979

8080

8181
<img src={useBaseUrl('img/integrations/amazon-aws/Amazon-EBS-Throughput-and-IOPS.png')} alt="Elastic Block Store" style={{border: '1px solid gray'}} />
82+
83+
## Create monitors for Amazon Elastic Block Store app
84+
85+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
86+
87+
<CreateMonitors/>
88+
89+
### Amazon Elastic Block Store Alerts
90+
91+
| Name | Description | Alert Condition | Recover Condition |
92+
|:--|:--|:--|:--|
93+
| `Amazon EBS - Volume Stalled IO Detected` | This alert triggers when the stalled I/O value on a volume is greater than or equal to 1 over a 5-minute interval. A stalled I/O indicates that the volume is unable to complete read or write operations, which could impact the performance or availability of applications relying on the volume. | Count >= 1 | Count < 1 |
94+
95+
## Upgrade/Downgrade the Amazon Elastic Block Store app (Optional)
96+
97+
import AppUpdate from '../../reuse/apps/app-update.md';
98+
99+
<AppUpdate/>
100+
101+
## Uninstalling the Amazon Elastic Block Store app (Optional)
102+
103+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
104+
105+
<AppUninstall/>

docs/integrations/amazon-aws/amazon-opensearch.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,3 +438,15 @@ Use this dashboard to:
438438
* Ability to correlate cache metrics with overall system performance.
439439

440440
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Amazon-OpenSearch/10.-Amazon-OpenSearch-Cache-Performance.png')} alt="Fields" />
441+
442+
## Upgrade/Downgrade the Amazon OpenSearch app (Optional)
443+
444+
import AppUpdate from '../../reuse/apps/app-update.md';
445+
446+
<AppUpdate/>
447+
448+
## Uninstalling the Amazon OpenSearch app (Optional)
449+
450+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
451+
452+
<AppUninstall/>

docs/integrations/saas-cloud/confluent-cloud.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,15 @@ Use this dashboard to:
119119
* Correlate request counts with operation types to identify unusual spikes or drops in schema-related activities.
120120

121121
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/ConfluentCloud/Confluent-Cloud-Schema-Registry.png')} alt="Confluent Cloud - Schema Registry" style={{border: '1px solid gray'}} width="800" />
122+
123+
## Upgrade/Downgrade the Confluent Cloud app (Optional)
124+
125+
import AppUpdate from '../../reuse/apps/app-update.md';
126+
127+
<AppUpdate/>
128+
129+
## Uninstalling the Confluent Cloud app (Optional)
130+
131+
import AppUninstall from '../../reuse/apps/app-uninstall.md';
132+
133+
<AppUninstall/>

docs/integrations/webhooks/sentry.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4121,6 +4121,19 @@ Use this dashboard to:
41214121

41224122
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Sentry/Sentry-Alert-Tracker.png')} alt="Sentry - Alert Tracker" style={{border: '1px solid gray'}} width="800" />
41234123

4124+
## Create monitors for Sentry app
4125+
4126+
import CreateMonitors from '../../reuse/apps/create-monitors.md';
4127+
4128+
<CreateMonitors/>
4129+
4130+
### Sentry Alerts
4131+
4132+
| Name | Description | Alert Condition | Recover Condition |
4133+
|:--|:--|:--|:--|
4134+
| `Sentry Errors` | This fires upon detection of a new error or exception in the project within a 5-minute timeframe. | Count `>` 0 | Count `<=` 0 |
4135+
| `Sentry - Issue` | This alert fires when a new issue is captured by indicating an error or exception in the project within the last 5 minutes. | Count `>` 0 | Count `<=` 0 |
4136+
41244137
## Upgrade/Downgrade the Sentry app (Optional)
41254138

41264139
import AppUpdate from '../../reuse/apps/app-update.md';
@@ -4131,4 +4144,4 @@ import AppUpdate from '../../reuse/apps/app-update.md';
41314144

41324145
import AppUninstall from '../../reuse/apps/app-uninstall.md';
41334146

4134-
<AppUninstall/>
4147+
<AppUninstall/>

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/atlassian-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Atlassian Organizations API provides resources for managing an Atlassian org
2222

2323
## Setup
2424

25-
:::
25+
:::note
2626
You need to have **Atlassian Guard Premium** or **Cloud Enterprise** plan to access user-created activities.
2727
:::
2828

0 commit comments

Comments
 (0)