Skip to content

Commit 7e8900f

Browse files
authored
Update macro.md
1 parent f67a26e commit 7e8900f

File tree

1 file changed

+2
-2
lines changed
  • docs/search/search-query-language/search-operators

1 file changed

+2
-2
lines changed

docs/search/search-query-language/search-operators/macro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ _sourceCategory=error | timeslice 5m
6666
| count by _timeslice
6767
```
6868

69-
To create a macro that allows you to enter a value of your choice, we use arguments during the macro creation process. You may choose to include validation conditions within these arguments. If validation conditions are present, make sure to specify the correct data type for <arg1_value> to achieve the desired results.
69+
To create a macro that allows you to enter a value of your choice, we use arguments during the macro creation process. You may choose to include validation conditions within these arguments. If validation conditions are present, make sure to specify the correct data type for `<arg1_value>` to achieve the desired results.
7070

71-
The following is a simplified version of the query that uses the macro operator with arguments. Replace <arg1_value> with the value of your choice.
71+
The following is a simplified version of the query that uses the macro operator with arguments. Replace `<arg1_value>` with the value of your choice.
7272

7373
```
7474
_sourceCategory=error | `timeslice_macro(<arg1_value>)`

0 commit comments

Comments
 (0)