Splunk Search

reset zoom button hide when click on other chart

splunk_ankman
Explorer

Hi,
If we zoom in on any chart and we click reset zoom button and without making it neutral i.e setting the graph to normal zoom, we move to change the graph plotting criteria then the reset zoom button is not displayed.
So how to reset zoom button will be appear on chart when changing the graph plotting criteria.

Thanks
Ankush

0 Karma

493669
Super Champion

Hi,
I tried to replicate your issue but I am able to get reset zoom button after changing graph plotting criteria .
here is run anywhere search:

<form>
  <label>Dropdown</label>
  <fieldset submitButton="false">
    <input type="dropdown" token="sourcetype" searchWhenChanged="true">
      <label>Select a sourcetype</label>
      <default>*</default>
      <choice value="scheduler">scheduler</choice>
      <choice value="splunk_web_access">splunk_web_access</choice>
      <choice value="splunk_web_service">splunk_web_service</choice>
      <choice value="splunkd">splunkd</choice>
      <choice value="splunkd_access">splunkd_access</choice>
      <choice value="splunkd_ui_access">splunkd_ui_access</choice>
    </input>
  </fieldset>
  <row>
    <panel>
      <title>Dropdown- sourcetype=$sourcetype$</title>
      <chart>
        <search>
          <query>
           index=_internal |search sourcetype="$sourcetype$"|timechart count(sourcetype) count(source)</query>
          <earliest>-20h@h</earliest>
          <latest>now</latest>
        </search>
        <option name="charting.chart">column</option>
      </chart>
    </panel>
  </row>
</form>

Are you getting same issue in this dashboard also?alt text

0 Karma

493669
Super Champion

changing graph plotting criteria means what you have exactly tried to change?

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...