Splunk Dev

D3 graphs using splunk sdk for javascript for outside app

ektasiwani
Communicator

Hi

I am creating an app outside splunk web.
I am using splunk sdk for javascript to get datafrom splunk.
I want to create third party graph(d3 graph) using that data. Is there any document or example showing same.

Thanks

0 Karma
1 Solution

shaskell_splunk
Splunk Employee
Splunk Employee

I'd have a look at the docs.

Connecting To Splunk
Running Searches

Pay special attention if you have searches with greater than 50k results. You will need to paginate through the data.

There's nothing special when it comes to creating a D3 visualization with data coming from Splunk. The key is to write the query so it returns the data in the shape that the D3 visualization expects. You'll probably want to set the output_mode of the search to JSON_ROWS as most D3 visualizations expect JSON as input. The rest of your javascript code will be D3 specific once you've got your search results.

View solution in original post

0 Karma

shaskell_splunk
Splunk Employee
Splunk Employee

I'd have a look at the docs.

Connecting To Splunk
Running Searches

Pay special attention if you have searches with greater than 50k results. You will need to paginate through the data.

There's nothing special when it comes to creating a D3 visualization with data coming from Splunk. The key is to write the query so it returns the data in the shape that the D3 visualization expects. You'll probably want to set the output_mode of the search to JSON_ROWS as most D3 visualizations expect JSON as input. The rest of your javascript code will be D3 specific once you've got your search results.

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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