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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...