Skip to content

Commit fcb36dc

Browse files
committed
Fix review changes
1 parent 64a39fd commit fcb36dc

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

en/developer-docs/docs/monitoring-and-insights/view-logs.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ To access runtime logs, follow the steps below:
2424

2525
![Runtime logs](../assets/img/monitoring-and-insights/view-logs/runtime-logs.png)
2626

27-
### Searching on runtime logs
27+
### Searching through runtime logs
2828

2929
The runtime logs interface provides powerful search capabilities to help you quickly locate specific log entries.
3030

3131
#### Text search
32-
Enter any text in the search box to find log entries containing that exact phrase. Searches are case-sensitive and the search will match partial strings within log messages of Application, Gateway and System logs.
32+
Type any text into the search box to locate log entries that contain the exact phrase. Searches are case-sensitive and will match partial strings within the log messages of Application, Gateway, and System logs.
3333

3434
#### Advanced search with regex
35-
Use Lucene compatible regex patterns for complex search queries. Refer to the [OpenSearch regex syntax](https://docs.opensearch.org/latest/query-dsl/regex-syntax/#standard-regex-operators) for more details.
35+
Use Lucene-compatible regex patterns to perform advanced search queries. Refer to the [OpenSearch regex syntax](https://docs.opensearch.org/latest/query-dsl/regex-syntax/#standard-regex-operators) for more details.
3636

3737
Pattern examples:
3838

39-
- `error.*timeout` : Find logs containing "error" followed by "timeout"
40-
- `.*(GET|POST).*&.*500.*` : Find logs of GET or POST requests with HTTP 500 status code
39+
- `error.*timeout` : Find logs containing the phrase "error" followed by "timeout"
40+
- `.*(GET|POST).*&.*500.*` : Find logs of GET or POST request methods with HTTP 500 status code
4141
- `\"userId\":\"12345\"` : Find logs containing the userId "12345"
4242
- `outOfMemory|OOM` : Find logs containing either "outOfMemory" or "OOM"
4343

@@ -89,9 +89,9 @@ Each system log entry displays the following details:
8989

9090
- `timestamp`: The time of the system event.
9191
- `componentVersion`: The version of the component.
92-
- `componentVersionId`: The identifier of the component’s version.
92+
- `componentVersionId`: The identifier of the component version.
9393
- `reason`: The system event reason.
94-
- `logEntry`: The system event details.
94+
- `logEntry`: System event details.
9595
- `kind`: The kind of the k8s object related to the event.
9696

9797

en/pe-docs/docs/observability/runtime-logs.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ To access runtime logs, follow the steps below:
1313

1414
![Runtime logs](../assets/img/monitoring-and-insights/view-logs/runtime-logs.png)
1515

16-
### Searching on runtime logs
16+
### Searching through runtime logs
1717

1818
The runtime logs interface provides powerful search capabilities to help you quickly locate specific log entries.
1919

2020
#### Text search
21-
Enter any text in the search box to find log entries containing that exact phrase. Searches are case-sensitive and the search will match partial strings within log messages of Application, Gateway and System logs.
21+
Type any text into the search box to locate log entries that contain the exact phrase. Searches are case-sensitive and will match partial strings within the log messages of Application, Gateway, and System logs.
2222

2323
#### Advanced search with regex
24-
Use Lucene compatible regex patterns for complex search queries. Refer to the [OpenSearch regex syntax](https://docs.opensearch.org/latest/query-dsl/regex-syntax/#standard-regex-operators) for more details.
24+
Use Lucene-compatible regex patterns to perform advanced search queries. Refer to the [OpenSearch regex syntax](https://docs.opensearch.org/latest/query-dsl/regex-syntax/#standard-regex-operators) for more details.
2525

2626
Pattern examples:
2727

28-
- `error.*timeout` : Find logs containing "error" followed by "timeout"
29-
- `.*(GET|POST).*&.*500.*` : Find logs of GET or POST requests with HTTP 500 status code
28+
- `error.*timeout` : Find logs containing the phrase "error" followed by "timeout"
29+
- `.*(GET|POST).*&.*500.*` : Find logs of GET or POST request methods with HTTP 500 status code
3030
- `\"userId\":\"12345\"` : Find logs containing the userId "12345"
3131
- `outOfMemory|OOM` : Find logs containing either "outOfMemory" or "OOM"
3232

@@ -78,7 +78,7 @@ Each system log entry displays the following details:
7878

7979
- `timestamp`: The time of the system event.
8080
- `componentVersion`: The version of the component.
81-
- `componentVersionId`: The identifier of the component’s version.
81+
- `componentVersionId`: The identifier of the component version.
8282
- `reason`: The system event reason.
83-
- `logEntry`: The system event details.
83+
- `logEntry`: System event details.
8484
- `kind`: The kind of the k8s object related to the event.

0 commit comments

Comments
 (0)