Splunk Dev

Importing Data into Splunk

Temp
Observer

I have real-time data that I am getting by running a python script using Splunk SDK. My requirement is to upload this data back into a Splunk Dashboard.  I wrote a python script initially because the operations  I had on the data were a bit complicated.

Can I upload this into a dashboard using API calls? Whatever API calls I found online only let me upload the XML content of a dashboard.

If it is not possible in a dashboard is there any other alternative way I could present this data using Splunk?

Labels (4)
Tags (3)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

One does not send data to a dashboard.  One puts data into an index or lookup and then dashboards search for that data and display it.

Have you considered running your script as a modular input?  That way the output of the script is indexed by Splunk and can be found and used by dashboards, etc.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

From Data to Insight: Announcing the Winners of the Splunk Dashboard Contest

Hi Splunkers, First off, thank you to everyone who participated in our very first From Data to Insight: The ...

Splunk Developers: Construct Your Future at the .conf26 Builder Bar

Calling all Splunk architects, platform admins, and app developers: the site is open, and the blueprints are ...

Quick connection discovery mode for forwarders

When a Splunk forwarder loses connectivity to its indexers, it does not always reconnect immediately. In many ...