Splunk Search

how to use a macro in a form

nmr5316
New Member

I want to display output differently according to the value of radio button selected how do i do it.....

this is the macro i am trying to make
[foobar(1)]
args = foo
definition = "foo = $foo$"

original code


index=$username$ $url$ | foobar($username$)

 <fieldset>

<input type="radio" token="username">
        <choice value="abc">ABC</choice>
        <choice value="def">DEF</choice>

    </input>

    <input type="text" token="url" >
          <label>Enter URL:</label>
    </input>
<input type="time" />

</fieldset>
Tags (1)
0 Karma

woodcock
Esteemed Legend

You do it the same way as on the search bar, like this:

index=$username$ $url$ | `foobar($username$)`

You forgot to use the grave character to surround the macro call.

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 ...