Skip to content

Commit 7375a47

Browse files
authored
Update XLog-Filter.md
1 parent 9f8727c commit 7375a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scouter.document/views/XLog-Filter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ You can use the following search expression, including * (asta) for most entries
88
The search speed is fast when there is no asta.
99
\* Can be used at the beginning, end, and middle of the search term.
1010

11-
* If you enter /order/* in the Service field, the following types of services are searched.
11+
* If you enter /order/\* in the Service field, the following types of services are searched.
1212
* /order/1<GET>
1313
* /order/100/products<POST>
1414

15-
* If you enter */order/* in the Service field, the following types of services are searched.
15+
* If you enter \*/order/\* in the Service field, the following types of services are searched.
1616
* /order/1<GET>
1717
* v1/order/100/products<POST>
1818
* /global/v1/order/100/products<POST>

0 commit comments

Comments
 (0)