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 Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...