diff --git a/blog-service/2026-02-26-manage.md b/blog-service/2026-02-26-manage.md new file mode 100644 index 0000000000..637455d534 --- /dev/null +++ b/blog-service/2026-02-26-manage.md @@ -0,0 +1,19 @@ +--- +title: Macros (Manage) +image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082 +keywords: + - macro + - manage + - operator +hide_table_of_contents: true +--- + +We’re excited to introduce our new **Macros** feature, which enables you to define reusable query logic that can be referenced across multiple searches. This approach improves efficiency, promotes consistency, and makes complex queries easier to manage and maintain at scale. + +Key features include: + +- **Argument-based macros**. Macros accepts arguments to dynamically adjust query behavior at runtime, enabling flexible and context-aware execution. +- **Nested macro support**. Macros can call other macros within their definitions, allowing you to build modular, reusable query components. +- **Improved standardization of search logic**. Macros help centralize commonly used filters, parsing rules, and aggregations, improving maintainability and ensuring consistent query behavior across teams. + +[Learn more](/docs/manage/macro). \ No newline at end of file diff --git a/cid-redirects.json b/cid-redirects.json index 0c3da951dd..b84ef969f3 100644 --- a/cid-redirects.json +++ b/cid-redirects.json @@ -4663,5 +4663,6 @@ "/docs/manage/manage-subscription/create-and-manage-orgs/manage-orgs-for-mssps-csiem-rules": "/docs/manage/manage-subscription/create-and-manage-orgs/manage-orgs-for-mssps", "/docs/search/mobot-multiturn-beta": "/docs/search/mobot", "/docs/manage/partitions/flex/estimate-scan-data" : "/docs/manage/partitions/estimate-scan-data", - "/docs/manage/manage-subscription/beta-opt-in": "/docs/beta" + "/docs/manage/manage-subscription/beta-opt-in": "/docs/beta", + "/docs/search/search-query-language/search-operators/macro": "/docs/manage/macro" }