<?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: hour component of timestamp ignored, because there is no minute component in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/hour-component-of-timestamp-ignored-because-there-is-no-minute/m-p/84716#M17603</link>
    <description>&lt;P&gt;This site may be helpful in creating regex :&lt;BR /&gt;
&lt;A href="http://gskinner.com/RegExr/"&gt;http://gskinner.com/RegExr/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jul 2013 10:38:14 GMT</pubDate>
    <dc:creator>chimbudp</dc:creator>
    <dc:date>2013-07-04T10:38:14Z</dc:date>
    <item>
      <title>hour component of timestamp ignored, because there is no minute component</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/hour-component-of-timestamp-ignored-because-there-is-no-minute/m-p/84714#M17601</link>
      <description>&lt;P&gt;I would like to extract this timestamp:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2013-07-03,8
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;with &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;%Y-%m-%d,%H
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but I am unable to that because: &lt;BR /&gt;
If &lt;CODE&gt;&amp;lt;strptime-style format&amp;gt;&lt;/CODE&gt; contains an hour component, but no minute component, &lt;CODE&gt;TIME_FORMAT&lt;/CODE&gt; ignores the hour component. It treats the format as an anomaly and considers the precision to be date-only.  &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.3/Data/Configuretimestamprecognition"&gt;Splunk Docs&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;How could I disable that feature?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2013 10:09:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/hour-component-of-timestamp-ignored-because-there-is-no-minute/m-p/84714#M17601</guid>
      <dc:creator>imrago</dc:creator>
      <dc:date>2013-07-04T10:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: hour component of timestamp ignored, because there is no minute component</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/hour-component-of-timestamp-ignored-because-there-is-no-minute/m-p/84715#M17602</link>
      <description>&lt;P&gt;You can use REGEX , in this case :&lt;BR /&gt;
You may need to edit the props.conf &lt;/P&gt;

&lt;P&gt;BREAK_ONLY_BEFORE = &lt;REGULAR expression=""&gt;&lt;BR /&gt;
* When set, Splunk creates a new event only if it encounters a new line that matches the&lt;BR /&gt;
  regular expression.&lt;BR /&gt;
* Defaults to empty.&lt;/REGULAR&gt;&lt;/P&gt;

&lt;P&gt;MUST_BREAK_AFTER = &lt;REGULAR expression=""&gt;&lt;BR /&gt;
* When set and the regular expression matches the current line, Splunk creates a new event for&lt;BR /&gt;
  the next input line.&lt;BR /&gt;
* Splunk may still break before the current line if another rule matches.&lt;BR /&gt;
* Defaults to empty.&lt;/REGULAR&gt;&lt;/P&gt;

&lt;P&gt;MUST_NOT_BREAK_AFTER = &lt;REGULAR expression=""&gt;&lt;BR /&gt;
* When set and the current line matches the regular expression, Splunk does not break on any&lt;BR /&gt;
  subsequent lines until the MUST_BREAK_AFTER expression matches.&lt;BR /&gt;
* Defaults to empty.&lt;/REGULAR&gt;&lt;/P&gt;

&lt;P&gt;MUST_NOT_BREAK_BEFORE = &lt;REGULAR expression=""&gt;&lt;BR /&gt;
 * When set and the current line matches the regular expression, Splunk does not break the&lt;BR /&gt;
  last event before the current line.&lt;BR /&gt;
 * Defaults to empty.&lt;BR /&gt;
 * List item&lt;/REGULAR&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:15:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/hour-component-of-timestamp-ignored-because-there-is-no-minute/m-p/84715#M17602</guid>
      <dc:creator>chimbudp</dc:creator>
      <dc:date>2020-09-28T14:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: hour component of timestamp ignored, because there is no minute component</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/hour-component-of-timestamp-ignored-because-there-is-no-minute/m-p/84716#M17603</link>
      <description>&lt;P&gt;This site may be helpful in creating regex :&lt;BR /&gt;
&lt;A href="http://gskinner.com/RegExr/"&gt;http://gskinner.com/RegExr/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2013 10:38:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/hour-component-of-timestamp-ignored-because-there-is-no-minute/m-p/84716#M17603</guid>
      <dc:creator>chimbudp</dc:creator>
      <dc:date>2013-07-04T10:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: hour component of timestamp ignored, because there is no minute component</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/hour-component-of-timestamp-ignored-because-there-is-no-minute/m-p/84717#M17604</link>
      <description>&lt;P&gt;The line breaking is working fine and Splunk is finding the timestamps. &lt;/P&gt;

&lt;P&gt;The problem is that only the date part is used.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2013 10:45:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/hour-component-of-timestamp-ignored-because-there-is-no-minute/m-p/84717#M17604</guid>
      <dc:creator>imrago</dc:creator>
      <dc:date>2013-07-04T10:45:13Z</dc:date>
    </item>
  </channel>
</rss>

