Splunk Search

Can you help me use a macro in an eval statement and IN operator?

lospinoj2
New Member

We're trying to use a single macro in two different contexts — an "eval" command and "IN()" operator. We can't seem to find the syntax that will allow the same macro to work in both.

| eval index=`_index_list_all`
|makemv delim="," index
| search index IN(`index_list_all`) 

"one,two,three" - Works in eval but not in IN
one,two,three - Works in IN but not in eval (just a comma delimited list no outer quotes)

Help is greatly appreciated.

Jeff

Tags (2)
0 Karma

woodcock
Esteemed Legend

These are 2 different syntax requirements so it is not possible because of how " is used:

... | eval index="one, two, three"

vs.

... | search index IN("one", "two", "three")
0 Karma

somesoni2
Revered Legend

Both functions requires data in different format, so this may not be possible.

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...