Skip to content

Commit 8c42dca

Browse files
committed
minor fix
1 parent 7e8900f commit 8c42dca

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ sidebar_label: macro
55
---
66
import useBaseUrl from '@docusaurus/useBaseUrl';
77

8-
The `macro` operator allows you to reuse portions of a search query across multiple queries. Additionally, this operator includes arguments and performs its respective evaluation of the arguments.
8+
The `macro` operator provides a means for you to reference set of query language syntax using a macro keyword across multiple queries. Additionally, if required you can include arguments and performs its respective evaluation of the arguments to this operator.
99

10-
To use `macro` the operator, reference it in your query with backticks (``). Macros can also be nested, enabling complex query reuse:
10+
To use the `macro` operator, reference it in your query with backticks (``). Macros can also be nested, enabling complex query reuse:
1111
* **Nested Macros**. A macro referenced inside another macro.
1212
* **Inner Macro**. A macro used within the context of another macro query.
1313
* **Outer Macro**. The macro that references an inner macro.
@@ -41,6 +41,7 @@ To create a macro, follow the steps below:
4141

4242
- You can create a maximum of 50 macros.
4343
- You can add a maximum of 5 arguments.
44+
- You cannot edit or delete the macro. Submit a customer request to Sumo Logic if you still need to edit or delete a macro.
4445

4546
### Example without arguments
4647

0 commit comments

Comments
 (0)