<?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 time_format help in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/time-format-help/m-p/533829#M150858</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;i have source with events&lt;/P&gt;&lt;P&gt;****4007656256*vwxmsghdlr.cpp*03523*08000*&lt;STRONG&gt;2020DEC22*14:01:30&lt;/STRONG&gt;&lt;BR /&gt;Partition not defined for this node:&lt;BR /&gt;****4062182208*vwxmsghdlr.cpp*03523*08000*&lt;STRONG&gt;2020DEC22*14:00:01&lt;/STRONG&gt;&lt;BR /&gt;Partition not defined for this node:&lt;BR /&gt;****4062182208*vwxmsghdlr.cpp*03523*08000*&lt;STRONG&gt;2020DEC22*14:00:01&lt;/STRONG&gt;&lt;BR /&gt;Partition not defined for this node:&lt;BR /&gt;****4059036480*vwxmsghdlr.cpp*03523*08000*&lt;STRONG&gt;2020DEC22*14:00:00&lt;/STRONG&gt;&lt;BR /&gt;Partition not defined for this node:&lt;BR /&gt;****4007656256*vwxmsghdlr.cpp*03523*08000*&lt;STRONG&gt;2020DEC22*14:00:00&lt;/STRONG&gt;&lt;BR /&gt;Partition not defined for this node:&lt;BR /&gt;****4059036480*vwxmsghdlr.cpp*03523*08000*&lt;STRONG&gt;2020DEC22*14:00:00&lt;/STRONG&gt;&lt;BR /&gt;Partition not defined for this node:&lt;BR /&gt;****4007656256*vwxmsghdlr.cpp*03523*08000*&lt;STRONG&gt;2020DEC22*14:00:00&lt;/STRONG&gt;&lt;BR /&gt;Partition not defined for this node:&lt;BR /&gt;****4029676352*vwxmsghdlr.cpp*03523*08000*&lt;STRONG&gt;2020DEC22*13:58:54&lt;/STRONG&gt;&lt;BR /&gt;Partition not defined for this node:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can someone help me in writing TIME_PREFIX and LINE_BREAKER?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Dec 2020 14:10:12 GMT</pubDate>
    <dc:creator>AzmathShaik</dc:creator>
    <dc:date>2020-12-22T14:10:12Z</dc:date>
    <item>
      <title>time_format help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/time-format-help/m-p/533829#M150858</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;i have source with events&lt;/P&gt;&lt;P&gt;****4007656256*vwxmsghdlr.cpp*03523*08000*&lt;STRONG&gt;2020DEC22*14:01:30&lt;/STRONG&gt;&lt;BR /&gt;Partition not defined for this node:&lt;BR /&gt;****4062182208*vwxmsghdlr.cpp*03523*08000*&lt;STRONG&gt;2020DEC22*14:00:01&lt;/STRONG&gt;&lt;BR /&gt;Partition not defined for this node:&lt;BR /&gt;****4062182208*vwxmsghdlr.cpp*03523*08000*&lt;STRONG&gt;2020DEC22*14:00:01&lt;/STRONG&gt;&lt;BR /&gt;Partition not defined for this node:&lt;BR /&gt;****4059036480*vwxmsghdlr.cpp*03523*08000*&lt;STRONG&gt;2020DEC22*14:00:00&lt;/STRONG&gt;&lt;BR /&gt;Partition not defined for this node:&lt;BR /&gt;****4007656256*vwxmsghdlr.cpp*03523*08000*&lt;STRONG&gt;2020DEC22*14:00:00&lt;/STRONG&gt;&lt;BR /&gt;Partition not defined for this node:&lt;BR /&gt;****4059036480*vwxmsghdlr.cpp*03523*08000*&lt;STRONG&gt;2020DEC22*14:00:00&lt;/STRONG&gt;&lt;BR /&gt;Partition not defined for this node:&lt;BR /&gt;****4007656256*vwxmsghdlr.cpp*03523*08000*&lt;STRONG&gt;2020DEC22*14:00:00&lt;/STRONG&gt;&lt;BR /&gt;Partition not defined for this node:&lt;BR /&gt;****4029676352*vwxmsghdlr.cpp*03523*08000*&lt;STRONG&gt;2020DEC22*13:58:54&lt;/STRONG&gt;&lt;BR /&gt;Partition not defined for this node:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can someone help me in writing TIME_PREFIX and LINE_BREAKER?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 14:10:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/time-format-help/m-p/533829#M150858</guid>
      <dc:creator>AzmathShaik</dc:creator>
      <dc:date>2020-12-22T14:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: time_format help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/time-format-help/m-p/533843#M150867</link>
      <description>&lt;P&gt;Try these settings.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[mysourcetype]
LINE_BREAKER = ([\r\n])\*{4}
SHOULD_LINEMERGE = false
TIME_PREFIX = \*\d{5}\*\d{5}\*
TIME_FORMAT = %Y%b%d*%H:%M:%S
MAX_TIMESTAMP_LOOKAHEAD = 18&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 22 Dec 2020 14:31:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/time-format-help/m-p/533843#M150867</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-12-22T14:31:38Z</dc:date>
    </item>
  </channel>
</rss>

