<?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: Dendrogram chart not showing results in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Dendrogram-chart-not-showing-results/m-p/440035#M7973</link>
    <description>&lt;P&gt;@SathyaNarayanan&lt;BR /&gt;
Checked. &lt;/P&gt;

&lt;P&gt;Can you please try escaping quotes in search?&lt;/P&gt;

&lt;P&gt;OLD&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; "value": "| tstats count where index=main AND source="ops_master.csv" by "Type Of Service" , "Service Name" ,"Service Name Sub Category""
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;New&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; "value": "| tstats count where index=main AND source=\"ops_master.csv\" by \"Type Of Service\" , \"Service Name\" ,\"Service Name Sub Category\""
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 31 Jan 2019 09:23:01 GMT</pubDate>
    <dc:creator>kamlesh_vaghela</dc:creator>
    <dc:date>2019-01-31T09:23:01Z</dc:date>
    <item>
      <title>Dendrogram chart not showing results</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Dendrogram-chart-not-showing-results/m-p/440031#M7969</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Error "No search set "&lt;/P&gt;

&lt;P&gt;My Modified XML, - &lt;BR /&gt;
I created the Test Dahsboard in the same Custom Viz app but still its not taking the dendrogram,js and dendrogram.css.&lt;/P&gt;

&lt;P&gt;Help me wat i missed in it.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form script="custom_vizs:autodiscover.js"&amp;gt;
  &amp;lt;label&amp;gt;Dendrogram test&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false" autoRun="true"&amp;gt;
    &amp;lt;input type="time" searchWhenChanged="true"&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;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;div id="dendrogram_search" class="splunk-manager" data-require="splunkjs/mvc/searchmanager" data-options="{           
        &amp;amp;quot;search&amp;amp;quot;: {             
        &amp;amp;quot;type&amp;amp;quot;: &amp;amp;quot;token_safe&amp;amp;quot;,             
        &amp;amp;quot;value&amp;amp;quot;: &amp;amp;quot;| tstats count where index=main AND source=&amp;amp;quot;ops_master.csv&amp;amp;quot; by &amp;amp;quot;Type Of Service&amp;amp;quot; , &amp;amp;quot;Service Name&amp;amp;quot; ,&amp;amp;quot;Service Name Sub Category &amp;amp;quot;           }, 
        &amp;amp;quot;preview&amp;amp;quot;: true,
        &amp;amp;quot;earliest_time&amp;amp;quot;: { 
        &amp;amp;quot;type&amp;amp;quot;: &amp;amp;quot;token_safe&amp;amp;quot;,
        &amp;amp;quot;value&amp;amp;quot;: &amp;amp;quot;$$earliest$$&amp;amp;quot;
        },           
        &amp;amp;quot;latest_time&amp;amp;quot;: { 
        &amp;amp;quot;type&amp;amp;quot;: &amp;amp;quot;token_safe&amp;amp;quot;,
        &amp;amp;quot;value&amp;amp;quot;: &amp;amp;quot;$$latest$$&amp;amp;quot; 
        }    
        }"&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="dendrogram" class="splunk-view" data-require="app/custom_vizs/components/dendrogram/dendrogram" data-options="{ 
        &amp;amp;quot;managerid&amp;amp;quot;: &amp;amp;quot;dendrogram_search&amp;amp;quot;, 
        &amp;amp;quot;root_label&amp;amp;quot;: &amp;amp;quot;Type Of Service&amp;amp;quot;, 
        &amp;amp;quot;margin_left&amp;amp;quot;: 200,  
        &amp;amp;quot;margin_right&amp;amp;quot;: 0  
        }"&amp;gt;
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;title&amp;gt;Dendrogram Search Results&amp;lt;/title&amp;gt;
        &amp;lt;search base="dendrogram_search"&amp;gt;&amp;lt;/search&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 08:32:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Dendrogram-chart-not-showing-results/m-p/440031#M7969</guid>
      <dc:creator>SathyaNarayanan</dc:creator>
      <dc:date>2019-01-31T08:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dendrogram chart not showing results</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Dendrogram-chart-not-showing-results/m-p/440032#M7970</link>
      <description>&lt;P&gt;@SathyaNarayanan &lt;/P&gt;

&lt;P&gt;Can you please remove HTML encoding( &lt;CODE&gt;&amp;amp;quot;&lt;/CODE&gt;) and try?&lt;/P&gt;

&lt;P&gt;else open dashboard edit xml and copy code.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://SPLUNK_SERVER:8000/en-GB/app/custom_vizs/viz_dendrogram/editxml"&gt;https://SPLUNK_SERVER:8000/en-GB/app/custom_vizs/viz_dendrogram/editxml&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 08:45:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Dendrogram-chart-not-showing-results/m-p/440032#M7970</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-01-31T08:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dendrogram chart not showing results</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Dendrogram-chart-not-showing-results/m-p/440033#M7971</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I tried but no use.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;html&amp;gt;
        &amp;lt;div id="dendrogram_search" class="splunk-manager" data-require="splunkjs/mvc/searchmanager" data-options='{
          "search": {
            "type": "token_safe",
            "value": "| tstats count where index=main AND source="ops_master.csv" by "Type Of Service" , "Service Name" ,"Service Name Sub Category""
          },
          "preview": true,
          "earliest_time": {
            "type": "token_safe",
            "value": "$$earliest$$"
          },
          "latest_time": {
            "type": "token_safe",
            "value": "$$latest$$"
          }
        }'&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="dendrogram" class="splunk-view" data-require="app/custom_vizs/components/dendrogram/dendrogram" data-options='{
          "managerid": "dendrogram_search",
          "root_label": "Index",
          "margin_left": 200,
          "margin_right": 0
        }'&amp;gt;
        &amp;lt;/div&amp;gt;
      &amp;lt;/html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 31 Jan 2019 08:56:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Dendrogram-chart-not-showing-results/m-p/440033#M7971</guid>
      <dc:creator>SathyaNarayanan</dc:creator>
      <dc:date>2019-01-31T08:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dendrogram chart not showing results</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Dendrogram-chart-not-showing-results/m-p/440034#M7972</link>
      <description>&lt;P&gt;Its not pulling the js and css &lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 08:57:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Dendrogram-chart-not-showing-results/m-p/440034#M7972</guid>
      <dc:creator>SathyaNarayanan</dc:creator>
      <dc:date>2019-01-31T08:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dendrogram chart not showing results</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Dendrogram-chart-not-showing-results/m-p/440035#M7973</link>
      <description>&lt;P&gt;@SathyaNarayanan&lt;BR /&gt;
Checked. &lt;/P&gt;

&lt;P&gt;Can you please try escaping quotes in search?&lt;/P&gt;

&lt;P&gt;OLD&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; "value": "| tstats count where index=main AND source="ops_master.csv" by "Type Of Service" , "Service Name" ,"Service Name Sub Category""
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;New&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; "value": "| tstats count where index=main AND source=\"ops_master.csv\" by \"Type Of Service\" , \"Service Name\" ,\"Service Name Sub Category\""
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 31 Jan 2019 09:23:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Dendrogram-chart-not-showing-results/m-p/440035#M7973</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-01-31T09:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dendrogram chart not showing results</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Dendrogram-chart-not-showing-results/m-p/440036#M7974</link>
      <description>&lt;P&gt;Thank you, it is working&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 10:56:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Dendrogram-chart-not-showing-results/m-p/440036#M7974</guid>
      <dc:creator>SathyaNarayanan</dc:creator>
      <dc:date>2019-01-31T10:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dendrogram chart not showing results</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Dendrogram-chart-not-showing-results/m-p/440037#M7975</link>
      <description>&lt;P&gt;@SathyaNarayanan&lt;/P&gt;

&lt;P&gt;Great.. Can you please up vote and  accept this answer to help community?&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Happy Splunking&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 11:57:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Dendrogram-chart-not-showing-results/m-p/440037#M7975</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2019-01-31T11:57:22Z</dc:date>
    </item>
  </channel>
</rss>

