Splunk Search

Can I call a macro without using transaction in my search?

msteinb4
New Member

The current search I am running calls "transaction" and then a macro to output results into my table. When I remove the transaction command and just call my macro, I get the following error: Error in 'lookup' command: Lookups: The lookup table ' ' does not exist or is not available.

Any ideas as to why transaction MUST be present for this to run?

0 Karma

493669
Super Champion

It seems to be permission issue for lookups:
try to change the permission of lookup Global in Settings>>Lookups>>Lookup definitions
also refer :https://answers.splunk.com/answers/154326/so-many-lookups-so-many-errors-the-lookup-table-xxx-does-n...
also try to run :

|inputlookup <lookup name.csv>

does it gives any result?

0 Karma

msteinb4
New Member

My macro and lookup are both set to Global already, and when running the | inputlookup command, the table shows up correctly

0 Karma

richgalloway
SplunkTrust
SplunkTrust

What does the macro expand to? It seems to expect something specific out of the inputlookup command, but there's no way to know what that is without seeing the content of the macro.

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

richgalloway
SplunkTrust
SplunkTrust

It's possible the macro is using part of the output of the transaction command. Can you share the macro definition?

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

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...