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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...