Dashboards & Visualizations

How can I unset a token on a table panel?

chitreshakumar
Communicator

I need the help on resetting the token using bucket name given to the table panel of the dashboard.

0 Karma
1 Solution

chitreshakumar
Communicator

It would be something like this .And it's working fine for me

<input type="link" token="tokClear" searchWhenChanged="true">
         <label></label>
         <change>
           <condition value="reset">
             <unset token="form.id"></unset>
             <unset token="form.type"></unset>
             <unset token="form.names"></unset>
            <unset token="reset_tok"></unset>
             <unset token="form.reset_tok"></unset>
             <unset token="tokClear"></unset>
             <unset token="form.tokClear"></unset>
           </condition>
         </change>

View solution in original post

chitreshakumar
Communicator

It would be something like this .And it's working fine for me

<input type="link" token="tokClear" searchWhenChanged="true">
         <label></label>
         <change>
           <condition value="reset">
             <unset token="form.id"></unset>
             <unset token="form.type"></unset>
             <unset token="form.names"></unset>
            <unset token="reset_tok"></unset>
             <unset token="form.reset_tok"></unset>
             <unset token="tokClear"></unset>
             <unset token="form.tokClear"></unset>
           </condition>
         </change>

peterchenadded
Path Finder

You need to define a drilldown within the table simple xml and unset it e.g

...

0 Karma

niketn
Legend

@peterchenadded , I have converted to comment because this seems like an incomplete answer. Anyways, since @chitreshakumar has not provided required context for his question we should wait before we attempt answering the same.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

DalJeanis
Legend

@chitreshakumar - we really need more specific questions. Here are some suggestions about how to be specific:

1) Specify exactly what you want the screen to do, that it is not doing.

2) Post the relevant sections of the code. (Do not post confidential matters.) Before submitting, either put four spaces in front of each code line, or highlight the code and press the code button (marked 101 010). This will prevent the interface from deleting or obeying elements that look like HTML.

3) Specify what you have attempted to try to make it work. This will allow us to understand how much explanation you need.

0 Karma
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...