Getting Data In

Index XML files

forkingforwardt
Engager

Hello Splunkers. I'm trying to build a modular-input to index my XML files, using Python. I will wonder if some one can help me with the pithon file.
Thanks in advance

Tags (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

There are likely to be many people here you can help you with specific Python questions.

---
If this reply helps you, Karma would be appreciated.
0 Karma

msivill_splunk
Splunk Employee
Splunk Employee

To build modular inputs in Python have a look at http://dev.splunk.com/view/python-sdk/SP-CAAAER3

However you may be able to achieve what you need without building a modular input, for example if the XML is created as a file in a directory, you could poll the file and index the XML without needing to create the modular input. Also looking at Splunkbase (https://splunkbase.splunk.com/) there are several technical methods to collect data, i.e. JMS, MQTT, AMQP, etc that you may also be able to use.

0 Karma

forkingforwardt
Engager

Hello msivill. I know that i can index the file without building a modular input.
but my goal is to build a modular-input that can do it.
Thanks

0 Karma
Get Updates on the Splunk Community!

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!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...