<?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 fieldset input depends not valid in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246693#M176132</link>
    <description>&lt;P&gt;Hi,  I'm trying to add conditional form inputs, but I just get an error even though the docs say it's supported??? &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#time"&gt;DOCS&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This is an excerpt from the dashboard.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;fieldset&amp;gt;
    &amp;lt;input type="time" token="time" depends="$details_show$" &amp;gt;
      &amp;lt;label&amp;gt;Time Period for Capacity Chart&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And this is the error displayed in the source editor:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Warning on line XX: Unknown attribute "depends" for node "input"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So are the docs incorrect and this isn't supported or am I doing something wrong?&lt;/P&gt;

&lt;P&gt;I've tested this on versions 6.5.0 &amp;amp; 6.5.1.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;BR /&gt;
Steve&lt;/P&gt;</description>
    <pubDate>Thu, 24 Nov 2016 12:53:25 GMT</pubDate>
    <dc:creator>cdstealer</dc:creator>
    <dc:date>2016-11-24T12:53:25Z</dc:date>
    <item>
      <title>fieldset input depends not valid</title>
      <link>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246693#M176132</link>
      <description>&lt;P&gt;Hi,  I'm trying to add conditional form inputs, but I just get an error even though the docs say it's supported??? &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#time"&gt;DOCS&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This is an excerpt from the dashboard.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;fieldset&amp;gt;
    &amp;lt;input type="time" token="time" depends="$details_show$" &amp;gt;
      &amp;lt;label&amp;gt;Time Period for Capacity Chart&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And this is the error displayed in the source editor:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Warning on line XX: Unknown attribute "depends" for node "input"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So are the docs incorrect and this isn't supported or am I doing something wrong?&lt;/P&gt;

&lt;P&gt;I've tested this on versions 6.5.0 &amp;amp; 6.5.1.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;BR /&gt;
Steve&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 12:53:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246693#M176132</guid>
      <dc:creator>cdstealer</dc:creator>
      <dc:date>2016-11-24T12:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: fieldset input depends not valid</title>
      <link>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246694#M176133</link>
      <description>&lt;P&gt;Where does the token $details_show$ come from? We need to see more. If there is no definition of the token, then that is the problem.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 17:30:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246694#M176133</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2016-11-24T17:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: fieldset input depends not valid</title>
      <link>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246695#M176134</link>
      <description>&lt;P&gt;Hi,  Thanks for the reply.  I've tried setting it as a token that is defined (help_target) and get the same result.  This is the inputs section.  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;init&amp;gt;
    &amp;lt;set token="help_target_title"&amp;gt;NetApp Volume Details&amp;lt;/set&amp;gt;
    &amp;lt;set token="help_target"&amp;gt;NetAppVolumeDetails&amp;lt;/set&amp;gt;
  &amp;lt;/init&amp;gt;
  &amp;lt;label&amp;gt;NetApp Volume Details WIP smoyes&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false" autoRun="true"&amp;gt;
    &amp;lt;input type="dropdown" token="system" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;System Name&amp;lt;/label&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;sourcetype="ontap:system" | stats count by system-name&amp;lt;/query&amp;gt;
        &amp;lt;earliest&amp;gt;-60m@m&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;/search&amp;gt;
      &amp;lt;change&amp;gt;
        &amp;lt;unset token="Detail_show"&amp;gt;&amp;lt;/unset&amp;gt;
        &amp;lt;set token="form.aggregate"&amp;gt;*&amp;lt;/set&amp;gt;
        &amp;lt;unset token="Chart_noshow"&amp;gt;&amp;lt;/unset&amp;gt;
      &amp;lt;/change&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;system-name&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;system-name&amp;lt;/fieldForValue&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;input type="time" token="time" depends="$details_show$"&amp;gt;
      &amp;lt;label&amp;gt;Time Period for Capacity Chart&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
      &amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 Nov 2016 07:35:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246695#M176134</guid>
      <dc:creator>cdstealer</dc:creator>
      <dc:date>2016-11-25T07:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: fieldset input depends not valid</title>
      <link>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246696#M176135</link>
      <description>&lt;P&gt;There is nothing in your XML that defines a token named "details_show" - although there is something that defines "Detail_show"&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:52:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246696#M176135</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2020-09-29T11:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: fieldset input depends not valid</title>
      <link>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246697#M176136</link>
      <description>&lt;P&gt;I tried to import the xml given in comment as a  dashboard in my local and didn't get the reported "Unknown atttribute" Warning. I am running  6.4.2. As for the token not being defined, the only difference if at all might be that if &lt;CODE&gt;details_show&lt;/CODE&gt; token is not present or defined, the fieldset input where it is being referred in &lt;CODE&gt;depends="$details_show$"&lt;/CODE&gt; that fieldset input will never show up in dashboard as &lt;CODE&gt;token details_show&lt;/CODE&gt; will never be set.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 19:28:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246697#M176136</guid>
      <dc:creator>gokadroid</dc:creator>
      <dc:date>2016-11-25T19:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: fieldset input depends not valid</title>
      <link>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246698#M176137</link>
      <description>&lt;P&gt;Any update on this one?  We had been using "depends" attribute in older version 6.3.5 without any issues and now it's not working all of a sudden after upgrading to 6.5.1!&lt;/P&gt;

&lt;P&gt;Document says it's still supported - &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/PanelreferenceforSimplifiedXML"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/PanelreferenceforSimplifiedXML&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2017 01:11:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246698#M176137</guid>
      <dc:creator>ash2l</dc:creator>
      <dc:date>2017-02-18T01:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: fieldset input depends not valid</title>
      <link>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246699#M176138</link>
      <description>&lt;P&gt;In 6.5 Splunk has introduced an init section where token values can be defaulted. On form load you can code init section to unset the token so that your input is not rendered on Dashboard load. Later you can set it through Dashboard events like Search or Input or Visualization Events&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;init&amp;gt;
    &amp;lt;unset token="myToken"&amp;gt;&amp;lt;/unset&amp;gt;
  &amp;lt;/init&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="dropdown" token="selLogLevel" depends="$myToken$"&amp;gt;
      &amp;lt;label&amp;gt;Select Log Level&amp;lt;/label&amp;gt;
      &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
      &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
      &amp;lt;initialValue&amp;gt;*&amp;lt;/initialValue&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;log_level&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;log_level&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;index=_internal sourcetype=splunkd log_level=*
| dedup log_level
| sort log_level
| table log_level&amp;lt;/query&amp;gt;
      &amp;lt;/search&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The above code will not render the dropdown. You can change from unset to set and it will render.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2017 06:26:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246699#M176138</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-02-18T06:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: fieldset input depends not valid</title>
      <link>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246700#M176139</link>
      <description>&lt;P&gt;It obviously works on type="dropdown", but it does not work on type="time" in 6.5.1&lt;/P&gt;

&lt;P&gt;Adding init section is not making depends work for time attribute. I still see the time popup on on the screen even though the token is unset. In addition, the warning [ Unknown attribute "depends" for the note "input" ] is still appearing in that line where type="time" is listed.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;init&amp;gt;
      &amp;lt;unset token="access"&amp;gt;&amp;lt;/unset&amp;gt;
  &amp;lt;/init&amp;gt;
  &amp;lt;fieldset submitButton="true" autoRun="false"&amp;gt;
    &amp;lt;input type="time" token="field_date_update" searchWhenChanged="true" depends="$access$"&amp;gt;
      &amp;lt;label&amp;gt;Select Date for Update&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliest&amp;gt;-1d@d&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;@d&amp;lt;/latest&amp;gt;
      &amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 18 Feb 2017 17:33:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246700#M176139</guid>
      <dc:creator>ash2l</dc:creator>
      <dc:date>2017-02-18T17:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: fieldset input depends not valid</title>
      <link>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246701#M176140</link>
      <description>&lt;P&gt;I did not notice that it was for time input. I am changing my answers as comment. &lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2017 05:24:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246701#M176140</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-02-19T05:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: fieldset input depends not valid</title>
      <link>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246702#M176141</link>
      <description>&lt;P&gt;Did you update the previous comment? If yes, I still don't see it reflected yet with "time" input. Would you please reply again?&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2017 18:35:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246702#M176141</guid>
      <dc:creator>ash2l</dc:creator>
      <dc:date>2017-02-19T18:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: fieldset input depends not valid</title>
      <link>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246703#M176142</link>
      <description>&lt;P&gt;No, I answered expecting issue is with dropdown. I also noticed the same behavior as what you have mentioned with the time control. Have you opened a ticket with Splunk Support. This seems to be a bug unless someone else in the community confirms otherwise.&lt;BR /&gt;
I just converted my answer to a comment so that it gets highlighted as unanswered question for someone else to assist.&lt;/P&gt;

&lt;P&gt;Just curious do you want to display dates or custom time selections like Today, Yesterday, Previous Week etc? Would it be possible for you to provide a dropdown or combinations of text boxes until the issue is resolved for users to provide time?&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2017 19:32:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246703#M176142</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-02-19T19:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: fieldset input depends not valid</title>
      <link>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246704#M176143</link>
      <description>&lt;P&gt;Looks like a documented feature that doesn't exist to me, I've filed docs feedback to clarify.&lt;/P&gt;

&lt;P&gt;In the meantime, you can stick the time input into a panel and have the panel depend on your token as a workaround.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2017 20:00:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246704#M176143</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2017-02-19T20:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: fieldset input depends not valid</title>
      <link>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246705#M176144</link>
      <description>&lt;P&gt;Input into a panel does not work either as I have SubmitButton which is a part of fieldset tag. And the fieldset tag can't be a part of panel. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;fieldset submitButton="true" autoRun="false"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Basically I want the entire input filters including submit button to show up only if the depends token is not null. If the token is null, then everything should hide for the user.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 04:21:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246705#M176144</guid>
      <dc:creator>ash2l</dc:creator>
      <dc:date>2017-02-20T04:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: fieldset input depends not valid</title>
      <link>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246706#M176145</link>
      <description>&lt;P&gt;If all you need is to hide all filters then you can pass &lt;CODE&gt;hideFilters=true&lt;/CODE&gt; to the dashboard.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 09:06:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246706#M176145</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2017-02-20T09:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: fieldset input depends not valid</title>
      <link>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246707#M176146</link>
      <description>&lt;P&gt;I want to hide it dynamically and the hideFilters=$token$ would not work if I pass 'true' or 'false' as a token value from search results. I guess because it's the form attribute.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 22:30:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246707#M176146</guid>
      <dc:creator>ash2l</dc:creator>
      <dc:date>2017-02-20T22:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: fieldset input depends not valid</title>
      <link>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246708#M176147</link>
      <description>&lt;P&gt;That's just a matter of a bit of JS:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;require([
    'underscore',
    'jquery',
    'splunkjs/mvc',
    'splunkjs/mvc/tableview',
    'splunkjs/mvc/simplexml/ready!'
], function(_, $, mvc, TableView) {
    mvc.Components.get('mytable').getVisualization(function(tableView){
        tableView.manager.on("search:done", function() {
            mvc.Components.get("fieldset1").model.controller.trigger("action:hideFilters");
        });
    });
});
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Feb 2017 01:05:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246708#M176147</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2017-02-21T01:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: fieldset input depends not valid</title>
      <link>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246709#M176148</link>
      <description>&lt;P&gt;This is a known issue in the 6.5.x release and was/is documented here:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.2/ReleaseNotes/KnownIssues"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.2/ReleaseNotes/KnownIssues&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;See issue SPL-131452 in this section:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.2/ReleaseNotes/Knownissues#Charting.2C_reporting.2C_and_visualization_issues"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.2/ReleaseNotes/Knownissues#Charting.2C_reporting.2C_and_visualization_issues&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Please stay tuned for a fix in an upcoming release. You can check our release notes for information on existing issues and a changelog of fixed issues by release.&lt;/P&gt;

&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 22:21:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246709#M176148</guid>
      <dc:creator>frobinson_splun</dc:creator>
      <dc:date>2017-02-21T22:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: fieldset input depends not valid</title>
      <link>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246710#M176149</link>
      <description>&lt;P&gt;Regarding "stay tuned" - see:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.0/ReleaseNotes/6.6.0#Charting.2C_reporting.2C_and_visualization_issues"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.0/ReleaseNotes/6.6.0#Charting.2C_reporting.2C_and_visualization_issues&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 10:54:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246710#M176149</guid>
      <dc:creator>rvany</dc:creator>
      <dc:date>2018-01-17T10:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: fieldset input depends not valid</title>
      <link>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246711#M176150</link>
      <description>&lt;P&gt;I think, even with the issue present (as in 6.5.2) a "not defined" token is no problem in the "depends" attribute. I use something like 'depends="$neverdefinedanywhere$"' to hide some fields during development without any warning.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 11:00:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/fieldset-input-depends-not-valid/m-p/246711#M176150</guid>
      <dc:creator>rvany</dc:creator>
      <dc:date>2018-01-17T11:00:24Z</dc:date>
    </item>
  </channel>
</rss>

