<?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: After upgrading to 6.5.0, JavaScript library methods are not working resulting in HTML/JavaScript dashboards to not work. Is there a fix? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrading-to-6-5-0-JavaScript-library-methods-are-not/m-p/282906#M17887</link>
    <description>&lt;P&gt;@theoborrero - Did one of the answers below help provide a solution your question? If yes, please click “Accept” below the best answer to resolve this post. If no, please leave a comment with more feedback. Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Dec 2016 05:05:16 GMT</pubDate>
    <dc:creator>aaraneta_splunk</dc:creator>
    <dc:date>2016-12-01T05:05:16Z</dc:date>
    <item>
      <title>After upgrading to 6.5.0, JavaScript library methods are not working resulting in HTML/JavaScript dashboards to not work. Is there a fix?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrading-to-6-5-0-JavaScript-library-methods-are-not/m-p/282899#M17880</link>
      <description>&lt;P&gt;Hi , our corporation just upgraded to from Splunk 6.2.6 to Splunk Enterprise 6.5.0. This immediately broke the HTML/JavaScript Dashboard that my team had created. Specifically the Splunk JavaScript library methods are not working. &lt;/P&gt;

&lt;P&gt;There are some basics Javascript sitting inside the HTML form which is still rendering correctly.  But the Splunk JavaScript is not rendering correctly and displaying on the Dashboard form.   &lt;/P&gt;

&lt;P&gt;My understanding is that nothing for the HTML/JavaScript Dashboards has been removed or deprecated from this release. So I am not sure why it is not working at this time.  &lt;/P&gt;

&lt;P&gt;Our dynamics XML dashboards are still working correctly for our corporation. And since my team is the only team that builds dashboards using Splunk HTML/JavaScript format, there are no other sources to bounce ideas off as to what caused this to fail this week from the upgrade. &lt;/P&gt;

&lt;P&gt;Can someone point in the correct direction on how to troubleshoot this issue? &lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 14:04:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrading-to-6-5-0-JavaScript-library-methods-are-not/m-p/282899#M17880</guid>
      <dc:creator>theoborrero</dc:creator>
      <dc:date>2016-10-27T14:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, JavaScript library methods are not working resulting in HTML/JavaScript dashboards to not work. Is there a fix?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrading-to-6-5-0-JavaScript-library-methods-are-not/m-p/282900#M17881</link>
      <description>&lt;P&gt;The challenge is that Splunk pretty much says that once you build HTML/JS dashboards, you throw out any guarantees about version compatibility.  Especially given all the changes 6.5 made to how they load things, your situation is not too surprising.&lt;/P&gt;

&lt;P&gt;Now, getting to a solution is probably going to take some work.&lt;/P&gt;

&lt;P&gt;First, I would build a SimpleXML dashboard in 6.5 that emulates some basic things you do in the HTML/JS dashboards.  Then you can convert your SimpleXML dashboard to HTML/JS using the built-in converter, and then inspect the generated code to see if there are any glaring obvious things that are new/different, e.g., CSS class names, navbar structure, mvc name changes, calling semantics, etc..&lt;/P&gt;

&lt;P&gt;Unless someone from Splunk can give you a detailed list of changes (which likely won't happen), I would suggest you try something akin to what I just described and start reverse engineering it yourself.&lt;/P&gt;

&lt;P&gt;On a side note, I too used to do a fair amount in HTML/JS, but I now switched back to SimpleXML dashboards with custom JS and CSS extensions. I can do pretty much everything I used to do, and it is easier to maintain version compatibility (my app runs on6.2 - 6.5).&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 21:46:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrading-to-6-5-0-JavaScript-library-methods-are-not/m-p/282900#M17881</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2016-10-27T21:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, JavaScript library methods are not working resulting in HTML/JavaScript dashboards to not work. Is there a fix?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrading-to-6-5-0-JavaScript-library-methods-are-not/m-p/282901#M17882</link>
      <description>&lt;P&gt;.+1 for Simple XML dashboards with custom js/css. I can only imagine very few cases where this is not enough.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 11:57:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrading-to-6-5-0-JavaScript-library-methods-are-not/m-p/282901#M17882</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2016-10-28T11:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, JavaScript library methods are not working resulting in HTML/JavaScript dashboards to not work. Is there a fix?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrading-to-6-5-0-JavaScript-library-methods-are-not/m-p/282902#M17883</link>
      <description>&lt;P&gt;What kinds of things do you think will not be doable using JS/CSS attached to SimpleXML as compared to the HTML/JS combo? I ask for the question asker's benefit.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 13:08:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrading-to-6-5-0-JavaScript-library-methods-are-not/m-p/282902#M17883</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2016-10-28T13:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, JavaScript library methods are not working resulting in HTML/JavaScript dashboards to not work. Is there a fix?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrading-to-6-5-0-JavaScript-library-methods-are-not/m-p/282903#M17884</link>
      <description>&lt;P&gt;Sorry, formatting mangled my post. I meant to say "+1" for simple xml...&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 14:09:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrading-to-6-5-0-JavaScript-library-methods-are-not/m-p/282903#M17884</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2016-10-28T14:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, JavaScript library methods are not working resulting in HTML/JavaScript dashboards to not work. Is there a fix?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrading-to-6-5-0-JavaScript-library-methods-are-not/m-p/282904#M17885</link>
      <description>&lt;P&gt;Gotcha thanks.  I happily accept karma if you want to upvote my answer &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 14:13:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrading-to-6-5-0-JavaScript-library-methods-are-not/m-p/282904#M17885</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2016-10-28T14:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, JavaScript library methods are not working resulting in HTML/JavaScript dashboards to not work. Is there a fix?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrading-to-6-5-0-JavaScript-library-methods-are-not/m-p/282905#M17886</link>
      <description>&lt;P&gt;Clearing the browser cache and restarting Splunk did it for me, all the json and css files have been refreshed.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 14:36:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrading-to-6-5-0-JavaScript-library-methods-are-not/m-p/282905#M17886</guid>
      <dc:creator>luigeek</dc:creator>
      <dc:date>2016-11-16T14:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: After upgrading to 6.5.0, JavaScript library methods are not working resulting in HTML/JavaScript dashboards to not work. Is there a fix?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrading-to-6-5-0-JavaScript-library-methods-are-not/m-p/282906#M17887</link>
      <description>&lt;P&gt;@theoborrero - Did one of the answers below help provide a solution your question? If yes, please click “Accept” below the best answer to resolve this post. If no, please leave a comment with more feedback. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 05:05:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/After-upgrading-to-6-5-0-JavaScript-library-methods-are-not/m-p/282906#M17887</guid>
      <dc:creator>aaraneta_splunk</dc:creator>
      <dc:date>2016-12-01T05:05:16Z</dc:date>
    </item>
  </channel>
</rss>

