<?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 On Building source type in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Help-On-Building-source-type/m-p/455925#M78851</link>
    <description>&lt;P&gt;This will work as a minimum props:&lt;/P&gt;

&lt;P&gt;[your_sourcetype]&lt;BR /&gt;
SHOULD_LINEMERGE=true&lt;BR /&gt;
LINE_BREAKER=([\r\n]+)&lt;BR /&gt;
NO_BINARY_CHECK=true&lt;BR /&gt;
TIME_FORMAT=%m/%d/%Y %H:%M:%S:%3N&lt;BR /&gt;
TIME_PREFIX=^&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD=21&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 01:14:16 GMT</pubDate>
    <dc:creator>Azeemering</dc:creator>
    <dc:date>2020-09-30T01:14:16Z</dc:date>
    <item>
      <title>Help On Building source type</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-On-Building-source-type/m-p/455919#M78845</link>
      <description>&lt;P&gt;Hi , i have the below sample log and the log is not parsing and i am not able to build the sourcetype , is any one can help me to build the sourcetype for below sample log:&lt;/P&gt;

&lt;P&gt;1/17/2018 22:21:0:278  pid: shutting down&lt;BR /&gt;
1/17/2018 22:21:5:284  pid: shutting down&lt;BR /&gt;
1/17/2018 22:21:10:367  pid: shutting down&lt;BR /&gt;
1/17/2018 22:23:50:84  pid:205c145f-22a2-dcd4-3a65-d8dfa35d49e4 Current Page: "Log In"&lt;BR /&gt;
1/17/2018 22:23:50:84  pid:205c145f-22a2-dcd4-3a65-d8dfa35d49e4 at 2fa login page!&lt;BR /&gt;
1/17/2018 22:23:50:380  pid:205c145f-22a2-dcd4-3a65-d8dfa35d49e4 Waiting for human intervention&lt;BR /&gt;
1/17/2018 22:23:50:381  pid:205c145f-22a2-dcd4-3a65-d8dfa35d49e4 On 2fa login page, logging in...&lt;BR /&gt;
2/6/2018 23:57:44:395  pid:e3db867b-2642-061f-fc11-2294be178db6 shutting down&lt;BR /&gt;
2/6/2018 23:58:9:41  pid: connection failure! msg &lt;BR /&gt;
2/6/2018 23:58:14:24  pid: connection failure! msg &lt;BR /&gt;
2/6/2018 23:58:19:47  pid: connection failure! msg &lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 14:58:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-On-Building-source-type/m-p/455919#M78845</guid>
      <dc:creator>Prakash493</dc:creator>
      <dc:date>2019-07-03T14:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help On Building source type</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-On-Building-source-type/m-p/455920#M78846</link>
      <description>&lt;P&gt;Have you tried the Add Data wizard?  It will guide you through the steps of adding a sourcetype.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 15:07:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-On-Building-source-type/m-p/455920#M78846</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-07-03T15:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help On Building source type</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-On-Building-source-type/m-p/455921#M78847</link>
      <description>&lt;P&gt;yes i tried the add data wizard when i go though it , looks good but throwing errors like its combining multiple events into one&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 15:08:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-On-Building-source-type/m-p/455921#M78847</guid>
      <dc:creator>Prakash493</dc:creator>
      <dc:date>2019-07-03T15:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help On Building source type</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-On-Building-source-type/m-p/455922#M78848</link>
      <description>&lt;P&gt;Do you know what is the source of these logs ? If yes, try to see in the Add data wizard if you see that log type already supported in Splunk. However if the logs do not have a default support in Splunk, you'll have to provide the linebreaking and Time stamp recognition criteria.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 15:13:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-On-Building-source-type/m-p/455922#M78848</guid>
      <dc:creator>amitm05</dc:creator>
      <dc:date>2019-07-03T15:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help On Building source type</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-On-Building-source-type/m-p/455923#M78849</link>
      <description>&lt;P&gt;In the Add Data wizard, load your file, click Next then click on Advanced.  Click on "New Setting" and enter "TIME_FORMAT" in the new Name box and "%m/%d/%Y %H:%M:%S:%3N" in the new Value box.  Click "Apply settings" and see if it helps.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 18:02:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-On-Building-source-type/m-p/455923#M78849</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-07-03T18:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help On Building source type</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-On-Building-source-type/m-p/455924#M78850</link>
      <description>&lt;P&gt;Another vote for &lt;CODE&gt;Add Data Wizard&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2019 00:29:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-On-Building-source-type/m-p/455924#M78850</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-07-04T00:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help On Building source type</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-On-Building-source-type/m-p/455925#M78851</link>
      <description>&lt;P&gt;This will work as a minimum props:&lt;/P&gt;

&lt;P&gt;[your_sourcetype]&lt;BR /&gt;
SHOULD_LINEMERGE=true&lt;BR /&gt;
LINE_BREAKER=([\r\n]+)&lt;BR /&gt;
NO_BINARY_CHECK=true&lt;BR /&gt;
TIME_FORMAT=%m/%d/%Y %H:%M:%S:%3N&lt;BR /&gt;
TIME_PREFIX=^&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD=21&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:14:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-On-Building-source-type/m-p/455925#M78851</guid>
      <dc:creator>Azeemering</dc:creator>
      <dc:date>2020-09-30T01:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help On Building source type</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Help-On-Building-source-type/m-p/455926#M78852</link>
      <description>&lt;P&gt;Thanks Azeem , It worked and my logs looks good now.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2019 01:10:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Help-On-Building-source-type/m-p/455926#M78852</guid>
      <dc:creator>Prakash493</dc:creator>
      <dc:date>2019-07-06T01:10:01Z</dc:date>
    </item>
  </channel>
</rss>

