Getting Data In

Fetching data in splunk using API

anujsharma19109
New Member

Hi Team,
I need suggestion please, I want to import XML data to Splunk using below py script

My concerns are:

  1. Can I directly configure  py script output to index data in Splunk using inputs.conf, or first I need to save output into a .csv file. If yes can anyone please suggest some approach so that data does not get changed after storing it into a new .csv file.
  2. 2)How can I configure that .py file to fetch data in every 5 min.

CODE :

import requests
import xmltodict
import json

url = "https://www.w3schools.com/xml/plant_catalog.xml"

response = requests.get(url)
content=xmltodict.parse(response.text)
print(content)

 

Labels (2)
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 ...