Dashboards & Visualizations

Javascript SDK browser examples not working: 413 error

mscholtes
New Member

When I try to run any of the UI examples in splunk-sdk-javascript-1.2.1, the server returns error 413. I started the node server: "node sdkdo examples". Then I ran the timeline UI example in Chrome, after setting the login info to the correct Splunk password and version 6.0. The developer console in Chrome showed that the http request was:

 localhost:6969/proxy/services/search/jobs/1386894990.1173?output_mode=json

and the return status was 413 (Request Entity Too Large). So obviously the first http call, to get the SID of the search job, succeeded. If I take the same SID and submit it in the browser like this:

localhost:8089/services/search/jobs/1386894990.1173?output_mode=json

then the search succeeds and I get valid results back. What's going on?

Tags (3)
0 Karma

ineeman
Splunk Employee
Splunk Employee

We released an updated version of the SDK, 1.2.2, that should fix this issue. You can get it from:

dev.splunk.com: http://dev.splunk.com/view/javascript-sdk/SP-CAAAECM
GitHub: https://github.com/splunk/splunk-sdk-javascript

Let us know if this doesn't fix your issue!

Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...