<?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: configure sourcetype to an application in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/configure-sourcetype-to-an-application/m-p/130262#M26789</link>
    <description>&lt;P&gt;Add below code to your transforms.conf -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[mytestsourcetype]
DELIMS = ";"
FIELDS = "Date", "Time", "Site Instance"....
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 21 Jul 2015 15:46:35 GMT</pubDate>
    <dc:creator>dineshraj</dc:creator>
    <dc:date>2015-07-21T15:46:35Z</dc:date>
    <item>
      <title>configure sourcetype to an application</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/configure-sourcetype-to-an-application/m-p/130258#M26785</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;P&gt;one of our application has the following log structure &lt;/P&gt;

&lt;P&gt;&lt;EM&gt;#Fields: Date ; Time ; Site Instance ; Event ; Client IP ; Username ; Host header ; Additional info about request (event specific)&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;how can i add it as sourcetype to splunk ?&lt;/P&gt;

&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2015 09:48:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/configure-sourcetype-to-an-application/m-p/130258#M26785</guid>
      <dc:creator>abovebeyond</dc:creator>
      <dc:date>2015-07-20T09:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: configure sourcetype to an application</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/configure-sourcetype-to-an-application/m-p/130259#M26786</link>
      <description>&lt;P&gt;You add it as an input. One of the configuration options is to set the sourcetype.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/6.2.4/Admin/Inputsconf?r=splunky"&gt;http://www.splunk.com/base/Documentation/6.2.4/Admin/Inputsconf?r=splunky&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///myfile/....]
sourcetype = my_sourcetype
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;After you have it in Splunk, you can create the extractions for it to pull the interesting fields.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2015 11:47:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/configure-sourcetype-to-an-application/m-p/130259#M26786</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2015-07-20T11:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: configure sourcetype to an application</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/configure-sourcetype-to-an-application/m-p/130260#M26787</link>
      <description>&lt;P&gt;Hey &lt;/P&gt;

&lt;P&gt;already got the logs on splunk by using :&lt;/P&gt;

&lt;P&gt;[monitor://D:\LogFiles\ApplicationLogs\logtest_*]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
recursive = true&lt;BR /&gt;
index = logtest&lt;BR /&gt;
sourcetype = mytestsourcerype&lt;/P&gt;

&lt;P&gt;BUT, i cant filter by fields , splunk doesnt recognize the logs with the fields &lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2015 12:19:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/configure-sourcetype-to-an-application/m-p/130260#M26787</guid>
      <dc:creator>abovebeyond</dc:creator>
      <dc:date>2015-07-20T12:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: configure sourcetype to an application</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/configure-sourcetype-to-an-application/m-p/130261#M26788</link>
      <description>&lt;P&gt;So know you need to setup Field Extractions. Check this out in the manual: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/Knowledge/ExtractfieldsinteractivelywithIFX"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/Knowledge/ExtractfieldsinteractivelywithIFX&lt;/A&gt; There are few different ways to extract the data, but this will get you started.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2015 13:51:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/configure-sourcetype-to-an-application/m-p/130261#M26788</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2015-07-21T13:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: configure sourcetype to an application</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/configure-sourcetype-to-an-application/m-p/130262#M26789</link>
      <description>&lt;P&gt;Add below code to your transforms.conf -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[mytestsourcetype]
DELIMS = ";"
FIELDS = "Date", "Time", "Site Instance"....
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Jul 2015 15:46:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/configure-sourcetype-to-an-application/m-p/130262#M26789</guid>
      <dc:creator>dineshraj</dc:creator>
      <dc:date>2015-07-21T15:46:35Z</dc:date>
    </item>
  </channel>
</rss>

