Splunk Search

BUG : macros do not expand within 'map'

jonuwz
Influencer

If I create a simple macro called 'test' defined as

* | head 1 | eval text="boo" | fields text

Then run a search using map :

* | head 5 | map search="search `test`" | table text

I would expect to see 5 lines with text="boo"

What I actually see is a warning that reads :

Unable to run query '`test`'.

Is there a limitation in map when it comes to macro expansion ?

Tags (1)
1 Solution

mzax
Splunk Employee
Splunk Employee

Should not. It's a bug. SPL-66265 was created.

Workaround:
Promote the macro from the user to the app level = Change the macro permissions from Private to app or all apps.

View solution in original post

mzax
Splunk Employee
Splunk Employee

Should not. It's a bug. SPL-66265 was created.

Workaround:
Promote the macro from the user to the app level = Change the macro permissions from Private to app or all apps.

Get Updates on the Splunk Community!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...