Splunk Search

How to dynamically change background color of pie based on drop-down selection?

danliu
Loves-to-Learn Everything

Hi.
How can I change the background color of pie dynamically through drop-down selection ?
Is it okay to look like this in the picture below?

<form theme="dark">
  <label>Test2</label>
  <fieldset submitButton="false" autoRun="true"></fieldset>
  <row>
    <panel>
      <input type="dropdown" token="color_select">
        <label>Background</label>
        <choice value="#175565">Color1</choice>
        <choice value="#475565">Color2</choice>
      </input>
      <chart>
        <search>
          <query>index=p1991_m_tiltline_index_json_raw
| top vin.number</query>
          <earliest>-24h@h</earliest>
          <latest>now</latest>
        </search>
        <option name="charting.axisTitleX.visibility">visible</option>
        <option name="charting.axisTitleY.visibility">visible</option>
        <option name="charting.axisTitleY2.visibility">visible</option>
        <option name="charting.backgroundColor">$color_selectiono$</option>
        <option name="charting.chart">pie</option>
        <option name="charting.drilldown">none</option>
        <option name="charting.fontColor">#99CCFF</option>
        <option name="charting.foregroundColor">#EBF5FF</option>
        <option name="charting.legend.placement">right</option>
        <option name="charting.seriesColors">[0xEBF0F5,0xC2D1E0,0x99B2CC,0x7094B8,0x4775A3,0x2E5C8A,0x24476B,0x1A334C,0x0F1F2E,0x050A0F]</option>
        <option name="trellis.enabled">0</option>
        <option name="trellis.size">large</option>
        <option name="height">300</option>
      </chart>
    </panel>

Capture.JPG

0 Karma

bowesmana
SplunkTrust
SplunkTrust

Yes, that technique works - are you saying it doesn't?

 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

If this doesn't work, you could try using CSS with the token value

0 Karma

danliu
Loves-to-Learn Everything

Thank you, but I'm not very good at using CSS, could you give me a example base on my question?

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

If it works then it is OK

0 Karma
Get Updates on the Splunk Community!

Deep Dive into Federated Analytics: Unlocking the Full Power of Your Security Data

In today’s complex digital landscape, security teams face increasing pressure to protect sprawling data across ...

Your summer travels continue with new course releases

Summer in the Northern hemisphere is in full swing, and is often a time to travel and explore. If your summer ...

From Alert to Resolution: How Splunk Observability Helps SREs Navigate Critical ...

It's 3:17 AM, and your phone buzzes with an urgent alert. Wire transfer processing times have spiked, and ...