<?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 error in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/time-error/m-p/676231#M113129</link>
    <description>&lt;P&gt;Good afternoon,&lt;BR /&gt;I have a very strange problem. I have a log with these 2 events:&lt;/P&gt;
&lt;P&gt;01/02/2024 13:06:16 - SOLISP1 IP: 10.229.87.80 USER-AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0&lt;BR /&gt;01/02/2024 13:00:54 - GGCARO3 IP: 10.229.87.80 USER-AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0&lt;/P&gt;
&lt;P&gt;The date format in the event is dd/mm/yyyy&lt;BR /&gt;Well, splunk indexes one of them in January and another in February. We have tried editing the props file as follows:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[default]
TIME_PREFIX = ^
TIME_FORMAT = %d/%m/%Y %H:%M:%S&lt;/LI-CODE&gt;
&lt;P&gt;Anyone know what might be happening?&lt;/P&gt;</description>
    <pubDate>Thu, 01 Feb 2024 13:05:56 GMT</pubDate>
    <dc:creator>asncari</dc:creator>
    <dc:date>2024-02-01T13:05:56Z</dc:date>
    <item>
      <title>_time error</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/time-error/m-p/676231#M113129</link>
      <description>&lt;P&gt;Good afternoon,&lt;BR /&gt;I have a very strange problem. I have a log with these 2 events:&lt;/P&gt;
&lt;P&gt;01/02/2024 13:06:16 - SOLISP1 IP: 10.229.87.80 USER-AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0&lt;BR /&gt;01/02/2024 13:00:54 - GGCARO3 IP: 10.229.87.80 USER-AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0&lt;/P&gt;
&lt;P&gt;The date format in the event is dd/mm/yyyy&lt;BR /&gt;Well, splunk indexes one of them in January and another in February. We have tried editing the props file as follows:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[default]
TIME_PREFIX = ^
TIME_FORMAT = %d/%m/%Y %H:%M:%S&lt;/LI-CODE&gt;
&lt;P&gt;Anyone know what might be happening?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 13:05:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/time-error/m-p/676231#M113129</guid>
      <dc:creator>asncari</dc:creator>
      <dc:date>2024-02-01T13:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: _time error</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/time-error/m-p/676232#M113130</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/263860"&gt;@asncari&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;probaly the options aren't applied to your sourcetype, please add them in a sourcetype, not to default, in props.conf:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[your_sourcetype]
TIME_PREFIX = ^
TIME_FORMAT = %d/%m/%Y %H:%M:%S&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 13:06:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/time-error/m-p/676232#M113130</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-02-01T13:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: _time error</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/time-error/m-p/676233#M113131</link>
      <description>&lt;P&gt;I'll test it and tell you.&lt;/P&gt;&lt;P&gt;Thx Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 13:13:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/time-error/m-p/676233#M113131</guid>
      <dc:creator>asncari</dc:creator>
      <dc:date>2024-02-01T13:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: _time error</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/time-error/m-p/676237#M113132</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Giuseppe,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We have configured the props.conf with the sourcetype and the behavior is the same.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thx &lt;SPAN&gt;Giuseppe.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 13:34:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/time-error/m-p/676237#M113132</guid>
      <dc:creator>asncari</dc:creator>
      <dc:date>2024-02-01T13:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: _time error</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/time-error/m-p/676240#M113134</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/263860"&gt;@asncari&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;there's no reason for this behavior!&lt;/P&gt;&lt;P&gt;Please, make a last try: remove TIME_PREFIX, restart Splunk and try again.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 13:39:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/time-error/m-p/676240#M113134</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-02-01T13:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: _time error</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/time-error/m-p/676254#M113137</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Without the props file it is how we originally had it and that is why I added it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am going to open a case with Broadcom support because&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;this doesn't make sense.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If we can solve it, I will write it here so that it can be of use to other people.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 15:05:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/time-error/m-p/676254#M113137</guid>
      <dc:creator>asncari</dc:creator>
      <dc:date>2024-02-01T15:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: _time error</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/time-error/m-p/676260#M113139</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/263860"&gt;@asncari&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;don't remove props.conf: leave it with&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[&amp;lt;your_sourcetype&amp;gt;]
TIME_FORMAT = %d/%m/%Y %H:%M:%S&lt;/LI-CODE&gt;&lt;P&gt;Otherwise open a case to Splunk Support, sending them a diag.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 15:17:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/time-error/m-p/676260#M113139</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-02-01T15:17:50Z</dc:date>
    </item>
  </channel>
</rss>

