Dashboards & Visualizations

Pulling XML from a website at 60 second interval and parse it to get required detail

arifaq
Engager

Hello Gurus,

I have website which display data through XML files , data refresh at rate of 60 seconds.
I need to pull XML and parse required data.
I am new to Splunk , Can you please suggest what are the steps required to implement solution.

Tags (2)
0 Karma

arifaq
Engager

Thank you , it worked

0 Karma

LukeMurphey
Champion

Depending on the data you want to pull in, you may be able to use the Website Input app.

martin_mueller
SplunkTrust
SplunkTrust

The easiest way to periodically poll a website over HTTP is to use the REST modular input: http://apps.splunk.com/app/1546/
That'll do all the hard work for you and lets you index whatever URL you want at any interval.

somesoni2
Revered Legend

You can define your custom script/executable/API to get the xml data from the website and then you can configure scripted data input in Splunk to run the script every 60 second. More details on setting up script input:
http://docs.splunk.com/Documentation/Splunk/latest/Data/Setupcustominputs

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...