<?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 make Splunk create a Remedy (ServiceDesk) ticket in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-create-a-Remedy-ServiceDesk-ticket/m-p/11036#M482</link>
    <description>&lt;P&gt;This is still not working/unable to recreate.  Should I raise a white flag already?&lt;/P&gt;</description>
    <pubDate>Mon, 03 May 2010 19:54:58 GMT</pubDate>
    <dc:creator>BunnyHop</dc:creator>
    <dc:date>2010-05-03T19:54:58Z</dc:date>
    <item>
      <title>How to make Splunk create a Remedy (ServiceDesk) ticket</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-create-a-Remedy-ServiceDesk-ticket/m-p/11033#M479</link>
      <description>&lt;P&gt;I've been seeing (from demos and videos) that splunk has the ability to create Remedy (ServiceDesk) ticket.  Is there a down and dirty way to do this?  Maybe a wiki that I've been missing?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2010 03:02:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-create-a-Remedy-ServiceDesk-ticket/m-p/11033#M479</guid>
      <dc:creator>BunnyHop</dc:creator>
      <dc:date>2010-04-07T03:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Splunk create a Remedy (ServiceDesk) ticket</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-create-a-Remedy-ServiceDesk-ticket/m-p/11034#M480</link>
      <description>&lt;P&gt;Perhaps not that satisfying answer since i dont have remedy and cannot put it all together.&lt;/P&gt;

&lt;P&gt;Here is a small java program you can use.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/1074599/create-ticket-in-bmc-remedy-via-java"&gt;http://stackoverflow.com/questions/1074599/create-ticket-in-bmc-remedy-via-java&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You'd need to replace the args passed in into the values of each newEntry line.
Take args[1] to args[n]
and replace in each of the newEntry lines:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;newEntry.put(1000000163, new Value(4000)); // Impact - (High) 1000/2000/3000/4000 (Low)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then you can hook it up using the following mechanism - replacing the generateRemedyTicket script with the java code.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://zh-hant.splunk.com/wiki/Deploy:Use_Splunk_alerts_with_scripts_to_create_a_ticket_in_your_ticketing_system" rel="nofollow"&gt;http://zh-hant.splunk.com/wiki/Deploy:Use_Splunk_alerts_with_scripts_to_create_a_ticket_in_your_ticketing_system&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If this is not clear let me know and i could get it closer by cleaning up the java code.&lt;/P&gt;

&lt;P&gt;Also on the net there is VB code to do the same.&lt;/P&gt;

&lt;P&gt;FWIW, we do have code to create Jira tickets - we are a jira shop here at splunk.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2010 08:06:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-create-a-Remedy-ServiceDesk-ticket/m-p/11034#M480</guid>
      <dc:creator>Erik_Swan</dc:creator>
      <dc:date>2010-04-08T08:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Splunk create a Remedy (ServiceDesk) ticket</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-create-a-Remedy-ServiceDesk-ticket/m-p/11035#M481</link>
      <description>&lt;P&gt;Is this still the case for 4.1?  It seems (just from poking around) that you just need to specify a URL?  I do see this on the workflow.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2010 19:50:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-create-a-Remedy-ServiceDesk-ticket/m-p/11035#M481</guid>
      <dc:creator>BunnyHop</dc:creator>
      <dc:date>2010-04-08T19:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Splunk create a Remedy (ServiceDesk) ticket</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-create-a-Remedy-ServiceDesk-ticket/m-p/11036#M482</link>
      <description>&lt;P&gt;This is still not working/unable to recreate.  Should I raise a white flag already?&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2010 19:54:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-create-a-Remedy-ServiceDesk-ticket/m-p/11036#M482</guid>
      <dc:creator>BunnyHop</dc:creator>
      <dc:date>2010-05-03T19:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Splunk create a Remedy (ServiceDesk) ticket</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-create-a-Remedy-ServiceDesk-ticket/m-p/11037#M483</link>
      <description>&lt;P&gt;My understanding is that the demo on the Splunk videos was created by Will.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2010 08:10:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-make-Splunk-create-a-Remedy-ServiceDesk-ticket/m-p/11037#M483</guid>
      <dc:creator>BunnyHop</dc:creator>
      <dc:date>2010-10-29T08:10:00Z</dc:date>
    </item>
  </channel>
</rss>

