Dashboards & Visualizations

Howto report javascript compilation errors in Simple-XML dashboard script

abramble
Explorer

Runtime errors from custom javascript executing on a simple-xml dashboard page are obvious in the console. However - nothing is reported if the custom javascript fails to compile.

Is there a way to configure splunk to report failed script includes when used in a simple xml dashboard? eg (script could not be loaded 404, or script does not compile)

<dashboard script="custom.js">
  <label>JS Example</label>
  <row>
    <panel id="example">
      <table>
        <title>Adjusted by custom.js</title>
        <search>
          <query>index=blah | stats count by foo</query>
          <earliest>-24h@h</earliest>
          <latest>now</latest>
        </search>
        <option name="drilldown">none</option>
      </table>
    </panel>
  </row>
</dashboard>
0 Karma

niketn
Legend

@abramble, 404 error is displayed in Console Viewer in Browser Inspector. While testing a JavaScript code you can try placing several console.log to ensure that whether a section of code executed or not. A console.log("Start Script") at the beginning will tell that script did not execute at all.

You should also check out Splunk Dev Site for Splunk JS Debugging options: http://dev.splunk.com/view/webframework-developapps/SP-CAAAEMZ

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

abramble
Explorer

Thanks @niketnilay - I've certainly used that strategy to determine that a script is NOT compiling - but it's not nearly as helpful as a real syntax error from the compiler.

Apologies also - I had overlooked the 404 case , it does indeed indicate in the UI with a !Warn banner.

I'd missed the documentation for mvc debugger. Thanks again.

0 Karma

niketn
Legend

@aramble, you can add Feature Request at the beginning of the subject to your question and also as tag to the question. While this feature is currently unavailable hopefully soon Splunk would be able to address this. Fingers Crossed 🙂

If you have Splunk Entitlement you can reach out to Splunk Support with the same.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...