I have a few tables which have email id's with some tasks.
TASKNAME EMAIL_ID start_time end_time
Task1 emailid1@id.com time1 etime1
Task2 emailid2@id.com time2 etime2
Will it be possible to send Outlook calendar invites to email id's with individual tasks from Splunk?
The answer here is "It Depends". Do you have a python script to that? If so, you can use scripted alerts (and in 6.3 Custom Alert Actions), to do exactly that.
See this doc for how to implement: http://docs.splunk.com/Documentation/Splunk/6.3.0/Alert/Configuringscriptedalerts
The answer here is "It Depends". Do you have a python script to that? If so, you can use scripted alerts (and in 6.3 Custom Alert Actions), to do exactly that.
See this doc for how to implement: http://docs.splunk.com/Documentation/Splunk/6.3.0/Alert/Configuringscriptedalerts
If I have answered your question, please accept the answer.
Thanks for the comment. I am new to Python, didn't know that we can send calendar invite from python.