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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...