From 1acc4cfb915f940ad625ae98e1e3879aacfd1dfc Mon Sep 17 00:00:00 2001 From: Jagadisha V Date: Mon, 23 Feb 2026 16:42:27 +0530 Subject: [PATCH 1/2] Macros release notes --- blog-service/2026-02-26-manage.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 blog-service/2026-02-26-manage.md 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 From 52364cd05c68bd13393d287ec9b791d10c4a83fd Mon Sep 17 00:00:00 2001 From: Jagadisha V Date: Thu, 26 Feb 2026 13:39:38 +0530 Subject: [PATCH 2/2] added cid redirect link --- cid-redirects.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }