Just installed a complete fresh Splunk instance v8.1.2 from scratch on w2019 - no adjustments made. Only configured the smtp server setting. Tested it with admin account: sendemail works (but this has 'admin_all_objects' as a default capability. created a test account with standard user-role. (defaults without the 'admin_all_objects' capability). Sendemail does not werk without any visible error, although the search itself results in a timestamp search in serach&reporting used: | makeresults | sendemail to="
[email protected]", from="
[email protected]"" , subject="test-message", sendresults=false inline=true format=raw content_type=html results in python.log: Traceback (most recent call last): File ""D:\Program Files\Splunk\etc\apps\search\bin\sendemail.py"", line 1593, in <module> results = sendEmail(results, settings, keywords, argvals) File ""D:\Program Files\Splunk\etc\apps\search\bin\sendemail.py"", line 376, in sendEmail if ssContent['action.email.sendresults'] or ssContent['action.email.sendpdf'] or ssContent['action.email.sendcsv']: KeyError: 'action.email.sendpdf'
... View more