<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Chart state-preservation in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-state-preservation/m-p/67658#M3585</link>
    <description>&lt;P&gt;That's right.   I think "True" is the default so if you don't have an isSticky attribute in the view tag than it'll be the same as having isSticky="True".    Put an isSticky="False" and Splunk will stop remembering changes going forward.  But remember that means that each user will be stuck with whatever their last-remembered value was.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Sep 2012 05:55:02 GMT</pubDate>
    <dc:creator>sideview</dc:creator>
    <dc:date>2012-09-25T05:55:02Z</dc:date>
    <item>
      <title>Chart state-preservation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-state-preservation/m-p/67655#M3582</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm using Splunk 4.3.4 and I've been searching for some way to turn off the state-preservation mentioned in the link below:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://splunk-base.splunk.com/answers/55770/bar-chart-minimum-height"&gt;http://splunk-base.splunk.com/answers/55770/bar-chart-minimum-height&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The idea is to set the chart's height as static, so even after users rezise it next time they access the dashboard it will go back to the same height for charts.&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2012 21:03:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-state-preservation/m-p/67655#M3582</guid>
      <dc:creator>SalvadorFlores</dc:creator>
      <dc:date>2012-09-21T21:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Chart state-preservation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-state-preservation/m-p/67656#M3583</link>
      <description>&lt;P&gt;It's basically controlled by the isSticky attribute on the view tag. &lt;/P&gt;

&lt;P&gt;However, and this is the unfortunate part,  setting &lt;CODE&gt;isSticky&lt;/CODE&gt; to False will just tell splunk that you &lt;EM&gt;no longer&lt;/EM&gt; wish to keep track of changes made by each user.     It won't actually discard the last-previously-stuck values for each user.     So if the last edit a given user made before you set &lt;CODE&gt;isSticky&lt;/CODE&gt; to false was to make the chart 5px high,  for them the chart will then remain 5px high for eternity. &lt;/P&gt;

&lt;P&gt;So, all these 'sticky' settings are remembered separately for each of your users, and each will have little viewstate stanzas scattered in &lt;CODE&gt;/etc/users/&amp;lt;username&amp;gt;/viewstates.conf&lt;/CODE&gt;  &lt;/P&gt;

&lt;P&gt;Unfortunately short of changing the name of the view and thus the URL,  you'll have to go find all the old viewstates and delete them. &lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2012 22:51:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-state-preservation/m-p/67656#M3583</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2012-09-21T22:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Chart state-preservation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-state-preservation/m-p/67657#M3584</link>
      <description>&lt;P&gt;Thank you for the quick reply.&lt;/P&gt;

&lt;P&gt;I've been looking at the advanced XML and some other posts but I can't seem to find isSticky or isPersistable in the view tag nor the whole XML. My view tag only has &lt;/P&gt;

&lt;P&gt;autoCancelInterval="90" isVisible="true" objectMode="SimpleDashboard" onunloadCancelJobs="true" refresh="-1" template="dashboard.html"&lt;/P&gt;

&lt;P&gt;Shall I just add the isSticky there?&lt;BR /&gt;
I don't have access to the viewstates.conf but is useful info though.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 14:00:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-state-preservation/m-p/67657#M3584</guid>
      <dc:creator>SalvadorFlores</dc:creator>
      <dc:date>2012-09-24T14:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Chart state-preservation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-state-preservation/m-p/67658#M3585</link>
      <description>&lt;P&gt;That's right.   I think "True" is the default so if you don't have an isSticky attribute in the view tag than it'll be the same as having isSticky="True".    Put an isSticky="False" and Splunk will stop remembering changes going forward.  But remember that means that each user will be stuck with whatever their last-remembered value was.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2012 05:55:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-state-preservation/m-p/67658#M3585</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2012-09-25T05:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Chart state-preservation</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-state-preservation/m-p/67659#M3586</link>
      <description>&lt;P&gt;This solved the problem, thank you very much!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2012 13:11:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-state-preservation/m-p/67659#M3586</guid>
      <dc:creator>SalvadorFlores</dc:creator>
      <dc:date>2012-09-25T13:11:31Z</dc:date>
    </item>
  </channel>
</rss>

