<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to integrate Splunk with a ticketing system so if something fails, an alert triggers a webservice or email to generate a ticket? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-integrate-Splunk-with-a-ticketing-system-so-if-something/m-p/243284#M72419</link>
    <description>&lt;P&gt;Take a look at the following apps and posts:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;ServiceNow -&amp;gt; &lt;A href="https://splunkbase.splunk.com/app/1770"&gt;https://splunkbase.splunk.com/app/1770&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Jira -&amp;gt; &lt;A href="https://splunkbase.splunk.com/app/2888"&gt;https://splunkbase.splunk.com/app/2888&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://wiki.splunk.com/Community:Use_Splunk_alerts_with_scripts_to_create_a_ticket_in_your_ticketing_system"&gt;http://wiki.splunk.com/Community:Use_Splunk_alerts_with_scripts_to_create_a_ticket_in_your_ticketing_system&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://answers.splunk.com/answers/24621/how-to-make-splunk-generate-a-help-ticket-or-bug-report-in-jira.html"&gt;https://answers.splunk.com/answers/24621/how-to-make-splunk-generate-a-help-ticket-or-bug-report-in-jira.html&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://answers.splunk.com/answers/248354/can-splunk-generate-a-comment-on-a-jira-ticket.html"&gt;https://answers.splunk.com/answers/248354/can-splunk-generate-a-comment-on-a-jira-ticket.html&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Thu, 21 Jan 2016 10:25:14 GMT</pubDate>
    <dc:creator>javiergn</dc:creator>
    <dc:date>2016-01-21T10:25:14Z</dc:date>
    <item>
      <title>How to integrate Splunk with a ticketing system so if something fails, an alert triggers a webservice or email to generate a ticket?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-integrate-Splunk-with-a-ticketing-system-so-if-something/m-p/243282#M72417</link>
      <description>&lt;P&gt;I have an enterprise app that of course does a lot of things. When some of these things fail, we want to either call a webservice, or possibly send an email, that generates a ticket within the IT ticketing system. (The webservice is definitely available; we're verifying whether or not email input is enabled for us.)&lt;/P&gt;

&lt;P&gt;Are OOTB Splunk searches &amp;amp; alerts flexible enough to handle sending a customized email on their own, or do I need to look at a Splunk app, or possibly even polling the Splunk REST API?&lt;/P&gt;

&lt;P&gt;The idea would be:&lt;BR /&gt;
 1. Splunk parses a log event of some type or within a specified ID range.&lt;BR /&gt;
 2. Splunk, a Splunk app, or an external app sends an email to the ticketing system that includes the body of the event, and possibly other details.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 17:53:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-integrate-Splunk-with-a-ticketing-system-so-if-something/m-p/243282#M72417</guid>
      <dc:creator>andybadera</dc:creator>
      <dc:date>2016-01-20T17:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate Splunk with a ticketing system so if something fails, an alert triggers a webservice or email to generate a ticket?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-integrate-Splunk-with-a-ticketing-system-so-if-something/m-p/243283#M72418</link>
      <description>&lt;P&gt;OOTB Splunk searches should be able to handle it.&lt;/P&gt;

&lt;P&gt;I've had Splunk generate emails with content in the body of the email or attached as a CSV and then have HP Service Manager parse the data for a support request.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 18:37:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-integrate-Splunk-with-a-ticketing-system-so-if-something/m-p/243283#M72418</guid>
      <dc:creator>AndySplunks</dc:creator>
      <dc:date>2016-01-20T18:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate Splunk with a ticketing system so if something fails, an alert triggers a webservice or email to generate a ticket?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-integrate-Splunk-with-a-ticketing-system-so-if-something/m-p/243284#M72419</link>
      <description>&lt;P&gt;Take a look at the following apps and posts:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;ServiceNow -&amp;gt; &lt;A href="https://splunkbase.splunk.com/app/1770"&gt;https://splunkbase.splunk.com/app/1770&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Jira -&amp;gt; &lt;A href="https://splunkbase.splunk.com/app/2888"&gt;https://splunkbase.splunk.com/app/2888&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://wiki.splunk.com/Community:Use_Splunk_alerts_with_scripts_to_create_a_ticket_in_your_ticketing_system"&gt;http://wiki.splunk.com/Community:Use_Splunk_alerts_with_scripts_to_create_a_ticket_in_your_ticketing_system&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://answers.splunk.com/answers/24621/how-to-make-splunk-generate-a-help-ticket-or-bug-report-in-jira.html"&gt;https://answers.splunk.com/answers/24621/how-to-make-splunk-generate-a-help-ticket-or-bug-report-in-jira.html&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://answers.splunk.com/answers/248354/can-splunk-generate-a-comment-on-a-jira-ticket.html"&gt;https://answers.splunk.com/answers/248354/can-splunk-generate-a-comment-on-a-jira-ticket.html&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 21 Jan 2016 10:25:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-integrate-Splunk-with-a-ticketing-system-so-if-something/m-p/243284#M72419</guid>
      <dc:creator>javiergn</dc:creator>
      <dc:date>2016-01-21T10:25:14Z</dc:date>
    </item>
  </channel>
</rss>

