Splunk Search

Index XML files from a url

abhijitnath89
Path Finder

How can we index XML files from a url ending in .xml in splunk?
We have an XML URL that we need to index into splunk, is there any way that can be done?

Tags (1)
0 Karma

woodcock
Esteemed Legend

You could create your own modular input to do this; it would make a fine learning project.

0 Karma

woodcock
Esteemed Legend

You could start with the GetWatchList app which does this for CSV files and deconstruct and repurpose it:

https://splunkbase.splunk.com/app/635/

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi abhijitnath89,
the easiest way is to create a script that copies your xml files in your disk and then you can index it as usual.
Bye.
Giuseppe

0 Karma

abhijitnath89
Path Finder

We cannot put the XML files in the disk, it is possible to directly take the XML information from the URL using something like website input?

0 Karma

gcusello
SplunkTrust
SplunkTrust

To save xml file on disk is easier, but you can create a script that parses the xml file.
After you put this file in your app's bin folder.
And call your script in inputs.conf, output is sent to Splunk.

To see how to create this script see a script in one app like TA-Windows or TA-nix.

Bye.
Giuseppe

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!

A Four-Part Event Series: Full Stack Observability For the AI Era

As AI reshapes applications, infrastructure, and the way teams operate, the traditional boundaries of ...

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Event Series: Level up your SOC: Advancing with Splunk Enterprise Security

AI has fundamentally raised the stakes for security operations, and this three-part series is your guide to ...