<?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 edit sourcetype settings? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/edit-sourcetype-settings/m-p/20134#M2925</link>
    <description>&lt;P&gt;when i created  my sourcetype my-log i selected default timestamp, later i found out that in some events with more than one line, certaing timestamps are there. and because of these timestamps those events are considered seperately. &lt;BR /&gt;
the mistake i did is while creating sourcetype i didn't check out the option &lt;BR /&gt;
Format  with a checkbox to Specify timestampformat (strptime)ex; %Y-%m-%d&lt;BR /&gt;
if i check that option and give the format of the timestamp which is always at the beginning of the event i am able to get the correct event formats, now how to change it as i already crreated sourcetypes and indexed files ..&lt;BR /&gt;
Thanks Bella&lt;/P&gt;</description>
    <pubDate>Tue, 05 Feb 2013 12:51:34 GMT</pubDate>
    <dc:creator>bellaed</dc:creator>
    <dc:date>2013-02-05T12:51:34Z</dc:date>
    <item>
      <title>edit sourcetype settings?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/edit-sourcetype-settings/m-p/20134#M2925</link>
      <description>&lt;P&gt;when i created  my sourcetype my-log i selected default timestamp, later i found out that in some events with more than one line, certaing timestamps are there. and because of these timestamps those events are considered seperately. &lt;BR /&gt;
the mistake i did is while creating sourcetype i didn't check out the option &lt;BR /&gt;
Format  with a checkbox to Specify timestampformat (strptime)ex; %Y-%m-%d&lt;BR /&gt;
if i check that option and give the format of the timestamp which is always at the beginning of the event i am able to get the correct event formats, now how to change it as i already crreated sourcetypes and indexed files ..&lt;BR /&gt;
Thanks Bella&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2013 12:51:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/edit-sourcetype-settings/m-p/20134#M2925</guid>
      <dc:creator>bellaed</dc:creator>
      <dc:date>2013-02-05T12:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: edit sourcetype settings?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/edit-sourcetype-settings/m-p/20135#M2926</link>
      <description>&lt;P&gt;For the sourcetype, edit props.conf. That won't affect already indexed events though, those need to be re-indexed.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2013 15:51:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/edit-sourcetype-settings/m-p/20135#M2926</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-02-05T15:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: edit sourcetype settings?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/edit-sourcetype-settings/m-p/20136#M2927</link>
      <description>&lt;P&gt;If this is the time specified in the log &lt;BR /&gt;
2013-01-22 17:43:32&lt;BR /&gt;
will TIME_FORMAT=%Y-%m-%d %H:%M:%S in props.conf is enough?&lt;BR /&gt;
But still not able to read the _time,even for the newly indexed logs..&lt;BR /&gt;
it displays date correctly but time is default to 12:00:00.000 AM for every log events&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 12:16:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/edit-sourcetype-settings/m-p/20136#M2927</guid>
      <dc:creator>bellaed</dc:creator>
      <dc:date>2013-02-06T12:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: edit sourcetype settings?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/edit-sourcetype-settings/m-p/20137#M2928</link>
      <description>&lt;P&gt;Depending on your specific logs you may need to specify other timestamp configuration such as prefixes: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Data/Configuretimestamprecognition"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Data/Configuretimestamprecognition&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 12:30:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/edit-sourcetype-settings/m-p/20137#M2928</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-02-06T12:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: edit sourcetype settings?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/edit-sourcetype-settings/m-p/20138#M2929</link>
      <description>&lt;P&gt;log starts with the timestamp but there are time in between  which specifies some time point or earlier event happened time etc, splunk will read in between time and take those events as separate events&lt;BR /&gt;
so give some prefixes for timestamps&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 12:55:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/edit-sourcetype-settings/m-p/20138#M2929</guid>
      <dc:creator>smolcj</dc:creator>
      <dc:date>2013-02-06T12:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: edit sourcetype settings?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/edit-sourcetype-settings/m-p/20139#M2930</link>
      <description>&lt;P&gt;As i already stated, there isn't anything before the time. Events should start with time.&lt;BR /&gt;
Providing sample events for more clarification:&lt;BR /&gt;
2012-10-24 15:39:48 : INFO :Num CPUs = 12&lt;BR /&gt;
2012-10-24 15:39:48 : INFO :Pentium processor&lt;BR /&gt;
2012-10-24 15:39:48 : INFO :nifaces = 5&lt;BR /&gt;
2012-10-24 15:39:48 : INFO :iface name [lo]&lt;BR /&gt;
2012-10-24 15:39:48 : INFO :checking..&lt;BR /&gt;
license checking started&lt;BR /&gt;
checking started at &lt;STRONG&gt;24/10/2012&lt;/STRONG&gt; 15:39:48&lt;BR /&gt;
license field: [Product][blabla]&lt;BR /&gt;
[certain numbers]: &lt;BR /&gt;
license field: [Chicago Trading]&lt;BR /&gt;
[key]: &lt;BR /&gt;
license field: [Expiration-Date][never]&lt;BR /&gt;
[key]: &lt;BR /&gt;
license field: [License-Key][pdct key]&lt;/P&gt;

&lt;P&gt;license parsed key [secretkey]&lt;/P&gt;

&lt;P&gt;Time in the event in bold is considered as new event. Actually it is the continuation of previous event. How to skip reading second timestamp? &lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2013 07:10:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/edit-sourcetype-settings/m-p/20139#M2930</guid>
      <dc:creator>bellaed</dc:creator>
      <dc:date>2013-02-07T07:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: edit sourcetype settings?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/edit-sourcetype-settings/m-p/20140#M2931</link>
      <description>&lt;P&gt;Based on the example from your non-answer, try this setting in props.conf under your sourcetype:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;MAX_TIMESTAMP_LOOKAHEAD=20
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Using only that, the remaining default values give me one event per row at first, and one long event starting with the "checking.." row.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2013 08:09:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/edit-sourcetype-settings/m-p/20140#M2931</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-02-07T08:09:31Z</dc:date>
    </item>
  </channel>
</rss>

