Splunk Search

How to call macros from a Splunk JavaScript SDK search?

ektasiwani
Communicator

Hi,

In my search, I need to call a macro with the eval command, but I am getting error "bad request".
My macros.conf file is inside an app and I have given that app global permission.

[calc_score]
definition = case( $score$=40,"pass", $score$=70,"average", $score$=90,"good")
args = score

I am trying to call this macro using JavaScript SDK search:

.. |  eval Severity=`calc_score(score=fieldname)`

I tried adding search before macro name, but no use, something like this :

.. |  eval Severity=search `calc_score(score=fieldname)

Is this the wrong way to call macros using the JavaScript SDK?

Any help is appreciated.

Thanks

0 Karma
1 Solution

ektasiwani
Communicator

Hi ,

I found solution.

I gave global permission to macros.conf file separately in "metadata/local.meta" and replaced:

 .. |  eval Severity= 'calc_score(score=fieldname)'  

with

.. |  eval Severity=`calc_score(score=fieldname)` 

and it started working.

Hope this helps others.

View solution in original post

0 Karma

ektasiwani
Communicator

Hi ,

I found solution.

I gave global permission to macros.conf file separately in "metadata/local.meta" and replaced:

 .. |  eval Severity= 'calc_score(score=fieldname)'  

with

.. |  eval Severity=`calc_score(score=fieldname)` 

and it started working.

Hope this helps others.

0 Karma

ektasiwani
Communicator

Hi aljohnson ,

Yes search works fine without macro.

0 Karma

aljohnson_splun
Splunk Employee
Splunk Employee

Can you verify the search works w/o the macro?

0 Karma
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...