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!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...