<?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: Help with maven and splunk and log4j in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Help-with-maven-and-splunk-and-log4j/m-p/122294#M184152</link>
    <description>&lt;P&gt;Thanks martin,&lt;BR /&gt;
I tried downloading the jar to install the file locally in my maven but seems corrupted.?&lt;BR /&gt;
Not able to extract tar(under releases) as per the QuickStart doc. &lt;BR /&gt;
I tried both under win7 and unix m/c to untar it.&lt;BR /&gt;
Also, the release says 1.0 but maven had it as 2.0?&lt;/P&gt;</description>
    <pubDate>Mon, 07 Apr 2014 18:59:22 GMT</pubDate>
    <dc:creator>j1nagar</dc:creator>
    <dc:date>2014-04-07T18:59:22Z</dc:date>
    <item>
      <title>Help with maven and splunk and log4j</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-maven-and-splunk-and-log4j/m-p/122292#M184150</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
 I know i am doing something wrong but been going nowhere on this.&lt;BR /&gt;
Basically, have a maven project in eclipse and have the below in pom .&lt;BR /&gt;
But not able to import com.splunk.logging.SplunkLogEvent in my class and neither &lt;BR /&gt;
i see this class in the jar. But when i see examples , its importing using above.&lt;BR /&gt;
Any help would be greatly appreciated.&lt;BR /&gt;
thanks.&lt;BR /&gt;
&lt;DEPENDENCY&gt;&lt;BR /&gt;
&lt;GROUPID&gt;com.splunk&lt;/GROUPID&gt;&lt;BR /&gt;
&lt;ARTIFACTID&gt;splunk&lt;/ARTIFACTID&gt;&lt;BR /&gt;
&lt;VERSION&gt;1.2.0&lt;/VERSION&gt;&lt;BR /&gt;
&lt;/DEPENDENCY&gt;&lt;/P&gt;

&lt;P&gt;&lt;REPOSITORY&gt;&lt;BR /&gt;
&lt;ID&gt;ext-release-local&lt;/ID&gt;&lt;BR /&gt;
&lt;URL&gt;...repo.springsource.org/libs-release-remote/com/splunk/splunk/1.2.0&lt;/URL&gt;&lt;BR /&gt;
&lt;/REPOSITORY&gt;&lt;BR /&gt;
&lt;REPOSITORY&gt;&lt;BR /&gt;
    &lt;ID&gt;spring-milestones&lt;/ID&gt;&lt;BR /&gt;
    &lt;URL&gt;...repo.springsource.org/libs-milestone/&lt;/URL&gt;&lt;BR /&gt;
  &lt;/REPOSITORY&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Also tried this one too.&lt;BR /&gt;
&lt;REPOSITORY&gt;&lt;BR /&gt;
&lt;ID&gt;ext-release-local&lt;/ID&gt;&lt;BR /&gt;
&lt;URL&gt;...splunk.artifactoryonline.com/splunk/ext-releases-local&lt;/URL&gt;&lt;BR /&gt;
&lt;/REPOSITORY&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2014 16:10:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-maven-and-splunk-and-log4j/m-p/122292#M184150</guid>
      <dc:creator>j1nagar</dc:creator>
      <dc:date>2014-04-07T16:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help with maven and splunk and log4j</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-maven-and-splunk-and-log4j/m-p/122293#M184151</link>
      <description>&lt;P&gt;That class is part of Damien's SplunkJavaLogging package, you can get it here: &lt;A href="https://github.com/damiendallimore/SplunkJavaLogging"&gt;https://github.com/damiendallimore/SplunkJavaLogging&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2014 17:45:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-maven-and-splunk-and-log4j/m-p/122293#M184151</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-07T17:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help with maven and splunk and log4j</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-maven-and-splunk-and-log4j/m-p/122294#M184152</link>
      <description>&lt;P&gt;Thanks martin,&lt;BR /&gt;
I tried downloading the jar to install the file locally in my maven but seems corrupted.?&lt;BR /&gt;
Not able to extract tar(under releases) as per the QuickStart doc. &lt;BR /&gt;
I tried both under win7 and unix m/c to untar it.&lt;BR /&gt;
Also, the release says 1.0 but maven had it as 2.0?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2014 18:59:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-maven-and-splunk-and-log4j/m-p/122294#M184152</guid>
      <dc:creator>j1nagar</dc:creator>
      <dc:date>2014-04-07T18:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help with maven and splunk and log4j</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-maven-and-splunk-and-log4j/m-p/122295#M184153</link>
      <description>&lt;P&gt;The artifact available at the artifactoryonline.com repository is the Splunk Java SDK (up to version 1.2.2.0), but not the logging framework containing c.s.logging.SplunkLogEvent&lt;/P&gt;

&lt;P&gt;You can get that from here: &lt;A href="https://github.com/damiendallimore/SplunkJavaLogging/blob/master/releases/splunklogging-1.0.tar.gz"&gt;https://github.com/damiendallimore/SplunkJavaLogging/blob/master/releases/splunklogging-1.0.tar.gz&lt;/A&gt; - see the lib directory in the unpacked tar for a splunk-logging.jar&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2014 19:29:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-maven-and-splunk-and-log4j/m-p/122295#M184153</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-07T19:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help with maven and splunk and log4j</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-maven-and-splunk-and-log4j/m-p/122296#M184154</link>
      <description>&lt;P&gt;Thanks so much sir,&lt;BR /&gt;
Finally, was able to download correctly(was getting corrupted).&lt;BR /&gt;
Yes,now i see splunklogging.jar.&lt;BR /&gt;
Thanks a bunch again.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2014 20:26:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-maven-and-splunk-and-log4j/m-p/122296#M184154</guid>
      <dc:creator>j1nagar</dc:creator>
      <dc:date>2014-04-07T20:26:18Z</dc:date>
    </item>
  </channel>
</rss>

