<?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 Timeparsing issues in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Timeparsing-issues/m-p/578349#M102119</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I'm having a time parsing issue that I don't know how to fix and am looking for some help.&lt;/P&gt;&lt;P&gt;My inputs on the syslog looks like this:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;[monitor]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;index = *&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;no_appending_timestamp = true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;host_segment = 5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;disabled = false&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;My Props for this source type is configured by a TA. &amp;nbsp;But the problem I'm having in the logs were from changes in our syslog system.&lt;/P&gt;&lt;PRE&gt;The new log looks like&amp;nbsp;&lt;SPAN class=""&gt;Dec&lt;/SPAN&gt; &lt;SPAN class=""&gt;14&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;08&lt;/SPAN&gt;:50:19&lt;/SPAN&gt; &lt;SPAN class=""&gt;bxxm-itb.net.xxx.xxx&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;2021/12/14&lt;/SPAN&gt; &lt;SPAN class=""&gt;08:50:18&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;How do I configure props to tell splunk to ignore the first timestamp, skip the host fqdn and then parse the second time?&lt;/P&gt;</description>
    <pubDate>Tue, 14 Dec 2021 16:54:26 GMT</pubDate>
    <dc:creator>walsborn</dc:creator>
    <dc:date>2021-12-14T16:54:26Z</dc:date>
    <item>
      <title>Timeparsing issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timeparsing-issues/m-p/578349#M102119</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I'm having a time parsing issue that I don't know how to fix and am looking for some help.&lt;/P&gt;&lt;P&gt;My inputs on the syslog looks like this:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;[monitor]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;index = *&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;no_appending_timestamp = true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;host_segment = 5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;disabled = false&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;My Props for this source type is configured by a TA. &amp;nbsp;But the problem I'm having in the logs were from changes in our syslog system.&lt;/P&gt;&lt;PRE&gt;The new log looks like&amp;nbsp;&lt;SPAN class=""&gt;Dec&lt;/SPAN&gt; &lt;SPAN class=""&gt;14&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;08&lt;/SPAN&gt;:50:19&lt;/SPAN&gt; &lt;SPAN class=""&gt;bxxm-itb.net.xxx.xxx&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;2021/12/14&lt;/SPAN&gt; &lt;SPAN class=""&gt;08:50:18&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;How do I configure props to tell splunk to ignore the first timestamp, skip the host fqdn and then parse the second time?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 16:54:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timeparsing-issues/m-p/578349#M102119</guid>
      <dc:creator>walsborn</dc:creator>
      <dc:date>2021-12-14T16:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Timeparsing issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timeparsing-issues/m-p/578351#M102120</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/175072"&gt;@walsborn&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you have to add to your props.conf the following options:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[your_sourcetype]
TIME_PREFIX = ,
TIME_FORMAT = %Y/%m/%d %H:%M:%S&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 17:00:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timeparsing-issues/m-p/578351#M102120</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-12-14T17:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Timeparsing issues</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timeparsing-issues/m-p/578366#M102124</link>
      <description>&lt;P&gt;That did it&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;, thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 18:15:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timeparsing-issues/m-p/578366#M102124</guid>
      <dc:creator>walsborn</dc:creator>
      <dc:date>2021-12-14T18:15:53Z</dc:date>
    </item>
  </channel>
</rss>

