<?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: How To Determine When a Host Stops Sending particular type of Logs to Splunk in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-To-Determine-When-a-Host-Stops-Sending-particular-type-of/m-p/668964#M229467</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;in this case you cannot use tstats but the norma search, anyway the logic is the same:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_index ParentProcessName="C:\Windows\System32\cmd.exe"
| stats count BY host
| append [ | inputlookup perimeter.csv | eval count=0 | fields host count ]
| stats sum(count) AS total BY host
| where total=0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Fri, 17 Nov 2023 07:52:32 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-11-17T07:52:32Z</dc:date>
    <item>
      <title>How To Determine When a Host Stops Sending particular type of Logs to Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-To-Determine-When-a-Host-Stops-Sending-particular-type-of/m-p/668939#M229455</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have facing&amp;nbsp; an issue where exactly we can troubleshoot when a Host Stops Sending cmd Logs to Splunk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 02:00:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-To-Determine-When-a-Host-Stops-Sending-particular-type-of/m-p/668939#M229455</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-11-17T02:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: How To Determine When a Host Stops Sending particular type of Logs to Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-To-Determine-When-a-Host-Stops-Sending-particular-type-of/m-p/668942#M229456</link>
      <description>&lt;P&gt;Do a search in this community and you will find many many examples of the same question being answered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 02:58:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-To-Determine-When-a-Host-Stops-Sending-particular-type-of/m-p/668942#M229456</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2023-11-17T02:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: How To Determine When a Host Stops Sending particular type of Logs to Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-To-Determine-When-a-Host-Stops-Sending-particular-type-of/m-p/668954#M229464</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;said, this is a very frequesnt question in this Community and you'll find many resolutive answers to it (also from me and him!) that analyzed many different situations and Use Cases.&lt;/P&gt;&lt;P&gt;Anyway, in few words, you have to create a lookup (called e.g. perimeter.csv), with at list one column (host) and containing the list of hosts to monitor and then run a search like the following:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats count WHERE index=your_index BY host
| append [ | inputlookup perimeter.csv | eval count=0 | fields host count ]
| stats sum(count) AS total BY host
| where total=0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 06:21:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-To-Determine-When-a-Host-Stops-Sending-particular-type-of/m-p/668954#M229464</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-11-17T06:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: How To Determine When a Host Stops Sending particular type of Logs to Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-To-Determine-When-a-Host-Stops-Sending-particular-type-of/m-p/668962#M229466</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'd like to investigate which hosts aren't forwarding the specific events with the ParentProcessName="C:\Windows\System32\cmd.exe" to Splunk. How can we troubleshoot if a host isn't sending its logs to Splunk?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 07:47:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-To-Determine-When-a-Host-Stops-Sending-particular-type-of/m-p/668962#M229466</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2023-11-17T07:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: How To Determine When a Host Stops Sending particular type of Logs to Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-To-Determine-When-a-Host-Stops-Sending-particular-type-of/m-p/668964#M229467</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;in this case you cannot use tstats but the norma search, anyway the logic is the same:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_index ParentProcessName="C:\Windows\System32\cmd.exe"
| stats count BY host
| append [ | inputlookup perimeter.csv | eval count=0 | fields host count ]
| stats sum(count) AS total BY host
| where total=0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 07:52:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-To-Determine-When-a-Host-Stops-Sending-particular-type-of/m-p/668964#M229467</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-11-17T07:52:32Z</dc:date>
    </item>
  </channel>
</rss>

