Skip to main content
Warning
This app is archived. App archiving documentation
Excel input/output and send as mail commands - TA-XLS app icon

Excel input/output and send as mail commands - TA-XLS

Contains commands to generate/export Excel sheets.Built by Dominique Vocat
splunk product badge

Default Version 0.2.2

March 31, 2021

Compatibility

Splunk Enterprise

Rating
4
(3)

Log in to rate this app

Support
Archived Add-on

Contains commands to generate/export Excel sheets. You can convert a csv file to a xls for mailing reports as well as a command to convert a worksheet in a Excel file to a csv for using with inputcsv. Also allows to send fairly nice emails with attachments. (For security reasons the files need to reside in $SPLUNK/var/run/splunk and be owned by the user in which splunk runs.) New in Version 0.2: | outputxls filename.xls Waits till the output is finished and then writes the Excel document. Optional: | outputxls filename.xls "sender@email.com" "recipient@email.com" "subject of the mail" "body of the mail" "smpt hostname" directly mails the generated Excel document with the parameters. It is utf-8 safe.