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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...