<?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: Missing Splunk Logs - same configuration in development and production enviroment in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Missing-Splunk-Logs-same-configuration-in-development-and/m-p/679856#M113606</link>
    <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=&amp;lt;value&amp;gt; source=&amp;lt;sourcePath.log&amp;gt; host=&amp;lt;value&amp;gt;  | &amp;lt;evalQueryGiven&amp;gt;

vs

index=&amp;lt;sameValue&amp;gt; source=&amp;lt;splunkForwarderPath.log&amp;gt; host=&amp;lt;sameValue&amp;gt; | &amp;lt;evalQueryGiven&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[SourceLogs vs&amp;nbsp;Summary logs from SplunkForwarder] [Last 15mins]&lt;/P&gt;&lt;P&gt;250K events vs 82K events.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;[Time difference]&amp;nbsp;&lt;BR /&gt;-0.023 vs -0.77 at lowest&amp;nbsp;&lt;BR /&gt;-0.894 vs 1.14 at highest&lt;BR /&gt;&lt;BR /&gt;Missing log from source had time definition (example:&amp;nbsp;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;06&lt;/SPAN&gt;/Mar/2024:10:08:17&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;894).&lt;BR /&gt;&lt;BR /&gt;I couldn't say if this is a queue problem?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Mar 2024 18:13:21 GMT</pubDate>
    <dc:creator>mappu</dc:creator>
    <dc:date>2024-03-06T18:13:21Z</dc:date>
    <item>
      <title>Missing Splunk Logs - same configuration in development and production enviroment</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Missing-Splunk-Logs-same-configuration-in-development-and/m-p/679833#M113602</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have been investigating on missing 30% of Splunk logs in our production environment. I'm thinking it maybe due to TIME_FORMAT or due to high volume logs on production. Can you please let me know what should be the key-value for TIME_FORMAT on props.conf file?&amp;nbsp;&lt;BR /&gt;Lagsec value is 1.5seconds on source logs and the splunk forwarder log source type where we are checking has 1.13s.&amp;nbsp;&lt;BR /&gt;Additionally, source logs have format: 05/Mar/2024&lt;BR /&gt;SplunkForwarder logs have format:&amp;nbsp;2024-03-05&lt;BR /&gt;&lt;BR /&gt;2048kbps on both dev and prod config file.&lt;/P&gt;&lt;P&gt;Also, have ignoreOlderThan=1d so, looking to remove this parameter and fix TIME_FORMAT and check out. Can you please help or provide additional information to check?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 16:22:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Missing-Splunk-Logs-same-configuration-in-development-and/m-p/679833#M113602</guid>
      <dc:creator>mappu</dc:creator>
      <dc:date>2024-03-06T16:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Splunk Logs - same configuration in development and production enviroment</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Missing-Splunk-Logs-same-configuration-in-development-and/m-p/679836#M113603</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/249101"&gt;@mappu&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;check with the following search:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_index
| eval diff=_indextime-_time
| eval indextime=strftime(_indextime,"%Y-%m-%d %H:%M:$S")
| table _time indextime diff&lt;/LI-CODE&gt;&lt;P&gt;if you have high differences between _time and indextime, you have a queue issue, if not the problem is another.&lt;/P&gt;&lt;P&gt;About timestamp, check if in the loosing logs you have the timestamp definition or not, but using the formats you described, you souldn't have this issue.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 16:04:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Missing-Splunk-Logs-same-configuration-in-development-and/m-p/679836#M113603</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-03-06T16:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Splunk Logs - same configuration in development and production enviroment</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Missing-Splunk-Logs-same-configuration-in-development-and/m-p/679856#M113606</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=&amp;lt;value&amp;gt; source=&amp;lt;sourcePath.log&amp;gt; host=&amp;lt;value&amp;gt;  | &amp;lt;evalQueryGiven&amp;gt;

vs

index=&amp;lt;sameValue&amp;gt; source=&amp;lt;splunkForwarderPath.log&amp;gt; host=&amp;lt;sameValue&amp;gt; | &amp;lt;evalQueryGiven&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[SourceLogs vs&amp;nbsp;Summary logs from SplunkForwarder] [Last 15mins]&lt;/P&gt;&lt;P&gt;250K events vs 82K events.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;[Time difference]&amp;nbsp;&lt;BR /&gt;-0.023 vs -0.77 at lowest&amp;nbsp;&lt;BR /&gt;-0.894 vs 1.14 at highest&lt;BR /&gt;&lt;BR /&gt;Missing log from source had time definition (example:&amp;nbsp;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;06&lt;/SPAN&gt;/Mar/2024:10:08:17&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;894).&lt;BR /&gt;&lt;BR /&gt;I couldn't say if this is a queue problem?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 18:13:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Missing-Splunk-Logs-same-configuration-in-development-and/m-p/679856#M113606</guid>
      <dc:creator>mappu</dc:creator>
      <dc:date>2024-03-06T18:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Splunk Logs - same configuration in development and production enviroment</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Missing-Splunk-Logs-same-configuration-in-development-and/m-p/679871#M113607</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;in many cases if you haven't done data onboarding correctly and setting TIME_FORMAT correctly Splunk can decide that 05/03/2024 is actually 3rd of May 2024 not 5th or March 2024.&lt;/P&gt;&lt;P&gt;To check this you need to look if those events are in future. That needs that you add correct end data or actually enough long span into future e.g. latest=+10mon in your SPL query.&lt;/P&gt;&lt;P&gt;You can also check if there is issues on those date parsing on MC and/or from internal logs.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 20:08:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Missing-Splunk-Logs-same-configuration-in-development-and/m-p/679871#M113607</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-03-06T20:08:27Z</dc:date>
    </item>
  </channel>
</rss>

