Splunk Search

How to pass key & value array into macro?

koshyk
Super Champion

Just checking if there is a smart way of passing "key" and "value" (ideally key-value array) into a macro

Ideally i'm looking for

## mykeyValueArray={key1:value1, key2:value2} 
[my_macro(1)]
args = mykeyValueArray
definition = index=abc sourcetype=xyz  $mykeyValueArray$

or atleast something like below as a baby-step

[my_macro(2)]
args = mykey,myvalue
definition = index=abc sourcetype=xyz  $mykey$=$myvalue$

we need to dynamically pass keys & values into the macro

0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

The latter method should work.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

The latter method should work.

---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Security Professional: Sharpen Your Defenses with These .conf25 Sessions

Sooooooooooo, guess what. .conf25 is almost here, and if you're on the Security Learning Path, this is your ...

First Steps with Splunk SOAR

Our first step was to gather a list of the playbooks we wanted and to sort them by priority.  Once this list ...

How To Build a Self-Service Observability Practice with Splunk Observability Cloud

If you’ve read our previous post on self-service observability, you already know what it is and why it ...