I am running the sendresults app, which is a python script that uses the Splunk email abilities to email individual users from results. It was working fine and then today I noticed the emails were not going out. When I ran the report manually, I was getting this error
command="sendresults", Error : Traceback: Traceback (most recent call last): File "/opt/splunk/etc/apps/operational/bin/sendresults.py", line 183, in getEmailAlertActions(argvals, settings) File "/opt/splunk/etc/apps/operational/bin/sendresults.py", line 49, in getEmailAlertActions sessionKey = settings['sessionKey'] KeyError: 'sessionKey'
Anyone run into this before?
... View more