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!

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, ...