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
Get Updates on the Splunk Community!

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

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

Combine Multiline Logs into a Single Event with SOCK: a Step-by-Step Guide for ...

Combine multiline logs into a single event with SOCK - a step-by-step guide for newbies Olga Malita The ...