<?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 with props.conf to detetct time and break events in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Props-conf-How-to-detect-time-and-break-events/m-p/605459#M105247</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Jun30.22.21.55&amp;nbsp; ....here Jun30th is the date with year as present and 22.21.55 is the time ...with single date it will be Jun01&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jul 2022 15:34:53 GMT</pubDate>
    <dc:creator>power12</dc:creator>
    <dc:date>2022-07-13T15:34:53Z</dc:date>
    <item>
      <title>Props.conf: How to detect time and break events?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Props-conf-How-to-detect-time-and-break-events/m-p/605455#M105243</link>
      <description>&lt;P&gt;I have the following sample data in a csv file.I am trying to import it but its&amp;nbsp; unable to break the line and detect the timestamp.&lt;/P&gt;
&lt;P&gt;Sample events&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"Jun30.22.21.55, LVVL@abc.LOCAL, InOctets, 557766140, OutOctets, 3462815293, Total MB used, 502.572679125" &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"Jun30.22.21.55, ALU@abc.LOCAL, InOctets, 4238119433, OutOctets, 3683403330, Total MB used, 990.190345375" &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"Jun30.22.21.55, RXGH@abc.LOCAL, InOctets, 233853544, OutOctets, 485536206, Total MB used, 89.92371875"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 15:53:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Props-conf-How-to-detect-time-and-break-events/m-p/605455#M105243</guid>
      <dc:creator>power12</dc:creator>
      <dc:date>2022-07-13T15:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help with props.conf to detetct time and break events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Props-conf-How-to-detect-time-and-break-events/m-p/605458#M105246</link>
      <description>&lt;P&gt;Assuming your timestamp is the first field, try setting your TIME_FORMAT to&amp;nbsp;%b%d.%y.%H.%M&lt;/P&gt;&lt;P&gt;Having said that, what do dates with single digit days look like e.g. Jul01.22 or Jul 1.22 or Jul1.22?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 15:01:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Props-conf-How-to-detect-time-and-break-events/m-p/605458#M105246</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-07-13T15:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help with props.conf to detetct time and break events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Props-conf-How-to-detect-time-and-break-events/m-p/605459#M105247</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Jun30.22.21.55&amp;nbsp; ....here Jun30th is the date with year as present and 22.21.55 is the time ...with single date it will be Jun01&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 15:34:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Props-conf-How-to-detect-time-and-break-events/m-p/605459#M105247</guid>
      <dc:creator>power12</dc:creator>
      <dc:date>2022-07-13T15:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with props.conf to detetct time and break events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Props-conf-How-to-detect-time-and-break-events/m-p/605461#M105249</link>
      <description>&lt;P&gt;&lt;SPAN&gt;%b%d.%H.%M.%S&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 15:41:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Props-conf-How-to-detect-time-and-break-events/m-p/605461#M105249</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-07-13T15:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help with props.conf to detetct time and break events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Props-conf-How-to-detect-time-and-break-events/m-p/605470#M105255</link>
      <description>&lt;P&gt;I tried using&amp;nbsp;&lt;SPAN&gt;%b%d.%H.%M.%S in&amp;nbsp;TIME_FORMAT but it did not recognize&amp;nbsp;the time.I am attaching the screenshot of how it looks when uploaded through UI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[ csv ]&lt;BR /&gt;CHARSET=UTF-8&lt;BR /&gt;INDEXED_EXTRACTIONS=csv&lt;BR /&gt;KV_MODE=none&lt;BR /&gt;SHOULD_LINEMERGE=false&lt;BR /&gt;category=Structured&lt;BR /&gt;description=Comma-separated value format. Set header and other settings in "Delimited Settings"&lt;BR /&gt;disabled=false&lt;BR /&gt;pulldown_type=true&lt;BR /&gt;TIME_FORMAT=%b%d.%H.%M.%S&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="power12_0-1657727853585.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20510i988C71826316D6C8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="power12_0-1657727853585.png" alt="power12_0-1657727853585.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 16:00:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Props-conf-How-to-detect-time-and-break-events/m-p/605470#M105255</guid>
      <dc:creator>power12</dc:creator>
      <dc:date>2022-07-13T16:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with props.conf to detetct time and break events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Props-conf-How-to-detect-time-and-break-events/m-p/605473#M105258</link>
      <description>&lt;P&gt;Try including TIME_PREFIX = ^&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 16:12:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Props-conf-How-to-detect-time-and-break-events/m-p/605473#M105258</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-07-13T16:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help with props.conf to detetct time and break events</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Props-conf-How-to-detect-time-and-break-events/m-p/605482#M105263</link>
      <description>&lt;P&gt;I tried that no luck&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 16:44:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Props-conf-How-to-detect-time-and-break-events/m-p/605482#M105263</guid>
      <dc:creator>power12</dc:creator>
      <dc:date>2022-07-13T16:44:48Z</dc:date>
    </item>
  </channel>
</rss>

