Creating a radio input
Now, we are going to create radio inputs with dynamic searches used to drive the input value choices. This will allow users to select server and status types, and will affect the information rendered by the panels:
- Click on
Edit
. - Select
Add Input
|Radio
. - Click on the
Edit
icon in the newly created input. - In the
Label
field, type inSelect Server:
. - Enable
Search on Change
by checking the checkbox. - In the
Token
field, typeserver
:

- Scroll down to
Static Options
and click on it. InStatic Options
, addName
asALL
andValue
as*
. - Click on
Dynamic Options
, then fill inSearch String
, entering the following search command:
SPL> index=main | top server_ip
- Update the time range to
Last 60 minutes
. - In
Field For
, type inLabel
server_ip
. - In
Field For
, type inValue
server_ip
:

- Now, scroll back up to
Token Options
. - For
Default
, selectALL
. - For
Initial Value
, selectALL
. - Click on
Apply
and you're done:

Now that you have configured the radio input with dynamic search options, you will see that...