|
I am attempting to parse the results from a search using the python sdk. I can successfully run a search against splunk and return the results via xml output.
I have attempted to parse the xml output into a structure that I can use to insert into another system (mysql). I have tried xmlminidom and etree without success, is there an easier way to access the values with python? |
|
Here is my latest attempt at using the sdk, python.. SplunkDev helped out a great deal with this.
Still have to make some improvements as suggested by splunkDev but it functions for my needs. It also gets more than the default 100 rows when returning results (count=0) and sets a limit of 5000 rows. Great! http://dev.splunk.com is cool.
(14 Dec '11, 06:12)
rroberts
|
