Splunk Search

Resetting a token using a <html> button

robertlynch2020
Influencer

Hi

I am trying to re-set a text box when a button is pressed. However as it using a  <html> button, i just dont know where to start. Any ideas ? Thanks in advance

robertlynch2020_0-1636031090580.png

 

 

 

    <panel depends="$host_token$,$functional_validation_token$" id="comment" rejects="$showExpandLink5$">
      <title>Update Comments for $script_token$</title>
      <input type="text" token="comment_token" searchWhenChanged="true">
        <label>Comment</label>
        <default>*</default>
        <initialValue>*</initialValue>
      </input>
      <html>
                 <style>.btn-primary { margin: 5px 10px 5px 0; }</style>
                 <a href="http://$mte_machine$:4444/executeScript/envMonitoring@@qcst_processingScriptsChecks.sh/-updateComment/$runid_token$/$script_token$/$npid_token$/%22$comment_token$%22" target="_blank" class="btn btn-primary" style="height:25px;width:250px;">Submit</a>
             </html>
    </panel>

 

 

 

0 Karma

somesoni2
Revered Legend
0 Karma

robertlynch2020
Influencer

I think I have applied this correctly - but it does want to work....hmmm.

I need it to go to a new link and to reset the token

 

  <panel depends="$host_token$,$functional_validation_token$" id="comment" rejects="$showExpandLink5$">
      <title>Update Comments for $script_token$</title>
      <input type="text" token="comment_token"  searchWhenChanged="true">
        <label>Comment</label>
        <default>*</default>
        <initialValue>*</initialValue>
      </input>
      <html>
                 <style>.btn-primary { margin: 5px 10px 5px 0; }</style>
                 <a href="http://$mte_machine$:4444/executeScript/envMonitoring@@qcst_processingScriptsChecks.sh/-updateComment/$runid_token$/$script_token$/$npid_token$/%22$comment_token$%22" target="_blank" class="btn btn-primary" id="buttonId" style="height:25px;width:250px;">Submit</a>
             </html>
    </panel>

 

 

 

require([
        'jquery',
        'splunkjs/mvc',
        'splunkjs/mvc/simplexml/ready!'
    ], function ($, mvc) {
    var tokens = mvc.Components.get("default");
    $('#buttonId').on("click", function (e){
        tokens.set("form.comment_token", "*");
    });
});

 

 

Tags (1)
0 Karma
Get Updates on the Splunk Community!

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

🔐 Trust at Every Hop: How mTLS in Splunk Enterprise 10.0 Makes Security Simpler

From Idea to Implementation: Why Splunk Built mTLS into Splunk Enterprise 10.0  mTLS wasn’t just a checkbox ...