Splunk Enterprise

How to change token value?

pipipipi
Path Finder

Hi all,
I'm in trouble because the value of the fields tag doesn't change when the dropdown changes.

 

 <input type="dropdown" token="tk_report">
      <label>month</label>
      <fieldForLabel>reporting_month</fieldForLabel>
      <fieldForValue>reporting_month</fieldForValue>
      <search>
        <query>| makeresults 
| eval reporting_month=mvrange(relative_time(now(),"- 5mon@mon"),now(),"1mon") 
| table reporting_month 
| mvexpand reporting_month 
| eval reporting_month=strftime(reporting_month,"%Y-%m") 
| sort - reporting_month</query>
        <earliest>@d</earliest>
        <latest>now</latest>
      </search>
      <change>
          <eval token="reporting_month1">strftime(relative_time(strptime($value$."-01","%Y-%m-%d"),"-1mon"),"%Y-%m")</eval>
          <eval token="reporting_month2">strftime(relative_time(strptime($value$."-01","%Y-%m-%d"),"-2mon"),"%Y-%m")</eval>
      </change>
      <selectFirstChoice>true</selectFirstChoice>
    </input>

 

This is table option

 

        <option name="count">10</option>
        <option name="drilldown">row</option>
        <option name="refresh.display">progressbar</option>
        <fields["$reporting_month2$","$reporting_month1$","$tk_report$"]</fields>

 

 I think the first token remains.
but I have no idea to solve this problem.

Is there anyone know how to solve this problem?
Thank you for helping.

Labels (1)
Tags (1)
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Persistent Queue at TcpOut — One of Splunk's Most Practical Features

Splunk introduced persistent queueing at the tcpout layer as one of the most practical resilience features in ...

Skip the Awkward Silence: Have a .conf-ersation at .conf26

Picture this. You arrive at .conf26 already having your socializing and networking plans mapped out. No ...

Rethinking Zero Trust: From Product Purchases to Logical Control Evidence

Implementing Zero Trust (ZT) across complex environments often falters at the very beginning due to a ...