<?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: does not perform log collection in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/does-not-perform-log-collection/m-p/686266#M114422</link>
    <description>&lt;P&gt;"How do I solve the problem with automatic report collection and sending?"&lt;/P&gt;&lt;P&gt;Maybe you can use the below this to check, using the metadata command this example shows if a host has not sent any data to the _internal index, this can be change to another index where you are expecting regular data to come to, and you can also change the period -5m to say 10 mins etc, you can then save this as an alert, or dashboard table&amp;nbsp; to inform you when there is no data and look as to why etc.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| metadata type=hosts index=_internal
| table host, firstTime, lastTime, recentTime 
| rename totalCount as Count firstTime as "First_Event" lastTime as "Last_Event" recentTime as "Last_Update" 
| fieldformat Count=tostring(Count, "commas") 
| fieldformat "First_Event"=strftime('First_Event', "%c") 
| fieldformat "Last_Event"=strftime('Last_Event', "%c") 
| fieldformat "Last_Update"=strftime('Last_Update', "%c") 
| where Last_Update &amp;lt;= relative_time(now(),"-5m")
| table host, Last_Update&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 03 May 2024 06:41:45 GMT</pubDate>
    <dc:creator>deepakc</dc:creator>
    <dc:date>2024-05-03T06:41:45Z</dc:date>
    <item>
      <title>does not perform log collection</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/does-not-perform-log-collection/m-p/686227#M114414</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We have splunk installed and the collection was happening normally, but for a few days now the collection has stopped. the forwarder is running normally. How do I solve the problem with automatic report collection and sending?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 19:30:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/does-not-perform-log-collection/m-p/686227#M114414</guid>
      <dc:creator>ArianeSantos</dc:creator>
      <dc:date>2024-05-02T19:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: does not perform log collection</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/does-not-perform-log-collection/m-p/686264#M114421</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/267535"&gt;@ArianeSantos&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;let me understand: your ingestion correcty worked until the 30th of April and stopped from the 1st of May, is it correct?&lt;/P&gt;&lt;P&gt;In this case, check the date format of your data and check if the events of the 1st of may was indexed with timestamp 2024-01-05.&lt;/P&gt;&lt;P&gt;If you have an european date format (dd/mm/yyyy) and you didn't forced the format (TIESTAMP_FORMAT = %d/%m/%Y), Splunk&amp;nbsp;by default uses the american format (mm/dd/yyyy), so in the first 12 days of the month, you have an error.&lt;/P&gt;&lt;P&gt;You can solve the issue forcing the TIME_FORMAT.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 06:36:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/does-not-perform-log-collection/m-p/686264#M114421</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-05-03T06:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: does not perform log collection</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/does-not-perform-log-collection/m-p/686266#M114422</link>
      <description>&lt;P&gt;"How do I solve the problem with automatic report collection and sending?"&lt;/P&gt;&lt;P&gt;Maybe you can use the below this to check, using the metadata command this example shows if a host has not sent any data to the _internal index, this can be change to another index where you are expecting regular data to come to, and you can also change the period -5m to say 10 mins etc, you can then save this as an alert, or dashboard table&amp;nbsp; to inform you when there is no data and look as to why etc.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| metadata type=hosts index=_internal
| table host, firstTime, lastTime, recentTime 
| rename totalCount as Count firstTime as "First_Event" lastTime as "Last_Event" recentTime as "Last_Update" 
| fieldformat Count=tostring(Count, "commas") 
| fieldformat "First_Event"=strftime('First_Event', "%c") 
| fieldformat "Last_Event"=strftime('Last_Event', "%c") 
| fieldformat "Last_Update"=strftime('Last_Update', "%c") 
| where Last_Update &amp;lt;= relative_time(now(),"-5m")
| table host, Last_Update&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 06:41:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/does-not-perform-log-collection/m-p/686266#M114422</guid>
      <dc:creator>deepakc</dc:creator>
      <dc:date>2024-05-03T06:41:45Z</dc:date>
    </item>
  </channel>
</rss>

