Ave!
Is there any easy way to extract Splunk data into predefined (template) excel document?
I have a simple result table and I want, by simple click on button, export all data in table to predefined .xls worksheet to a specific location in document.
Thanks for help.
Does anyone successfully accomplish this ?
Has anybody experience with Python's xlrd, xlwt and xlutils.copy? I am thinking of modifying Excel Export app by adding xlrd and xlutils.copy (since there is only xlwt) and then making some changes like this ...maybe it is not so difficult because I need a simple copy of template and insert results from table in Splunk to exact place in template.xls file in same table order as it is in Splunk..and then save it.
A couple of ways I have done this in the past. We are currently using the automated option and is working for us. We are able to produce daily, weekly and monthly reports in Excel format using templates.
Manual
OR
Automated
nice solution, but it is possible without too many other programs? Just Splunk and Excel maybe..
Use the Excel Export app!
I am using Excel Export app already but I want that process of copy paste in template excel format to be automated..just by click on button it will retrieve a .xls document with results from Splunk in template format.
Exporting to a pre-defined template is actually something I have done for a few customers, but I haven't made the leap into making it a full blown feature.
Although it is may be used to help
1.simple click on button
(1) customize the Excel Export.
(2) And output to Excel using the API.
2.Other
(1)To create a VBA macro that captures data output by Excel Export.
Python SDK might be easiest because some EXCEL library in Python.
Good luck!
pfiuu ... I see there is no easy way... let struggle
thanks for respond Hiroshi