<?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: Silent Log Source in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Silent-Log-Source/m-p/711862#M10732</link>
    <description>&lt;P&gt;looks nice, but how to do the correlation with it?&lt;/P&gt;</description>
    <pubDate>Mon, 17 Feb 2025 14:10:32 GMT</pubDate>
    <dc:creator>Sultan77</dc:creator>
    <dc:date>2025-02-17T14:10:32Z</dc:date>
    <item>
      <title>Silent Log Source</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Silent-Log-Source/m-p/711848#M10729</link>
      <description>&lt;P&gt;Good day everyone.&lt;/P&gt;&lt;P&gt;I am trying to monitor the environment hosts whether if any stopped sending logs.&lt;/P&gt;&lt;P&gt;The challenge here to make through content management &amp;gt; correlation search.&lt;/P&gt;&lt;P&gt;So it can be scheduled every ex: 2 hours.&lt;/P&gt;&lt;P&gt;any idea?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 12:38:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Silent-Log-Source/m-p/711848#M10729</guid>
      <dc:creator>Sultan77</dc:creator>
      <dc:date>2025-02-17T12:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Log Source</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Silent-Log-Source/m-p/711849#M10730</link>
      <description>&lt;P&gt;Splunk is not good at finding things which aren't there - normally you need to give it a list of what to expect and then check to see which of those are there. For example, you could create a list of hosts that are normally sending events to Splunk and count the events from those hosts over a period of time. Any hosts which don't have events may have stopped sending events.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 12:53:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Silent-Log-Source/m-p/711849#M10730</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-02-17T12:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Log Source</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Silent-Log-Source/m-p/711850#M10731</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/276535"&gt;@Sultan77&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;you have two choices:&lt;/P&gt;&lt;P&gt;create a lookup (called e.g. perimeter.csv and containing at list only one field: "host") containing the list of hosts to monitor and run a search like the following:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats count where index=* earliest=-2h latest=now 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;otherwise, if you don't want to create and manage the lookup, you could check if an host sent logs e.g. in the last 30 days but not in the last 2 hours:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats count latest(_time) AS _time where index=* earliest=-30d latest=now BY host
| where _time&amp;lt;(now()-7200&lt;/LI-CODE&gt;&lt;P&gt;the second search requires less maintenance but gives you less control.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 12:57:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Silent-Log-Source/m-p/711850#M10731</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-02-17T12:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Log Source</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Silent-Log-Source/m-p/711862#M10732</link>
      <description>&lt;P&gt;looks nice, but how to do the correlation with it?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 14:10:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Silent-Log-Source/m-p/711862#M10732</guid>
      <dc:creator>Sultan77</dc:creator>
      <dc:date>2025-02-17T14:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Silent Log Source</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Silent-Log-Source/m-p/711921#M10733</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/276535"&gt;@Sultan77&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;sorry, what do you mean with correlation with it?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 15:14:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Silent-Log-Source/m-p/711921#M10733</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2025-02-18T15:14:17Z</dc:date>
    </item>
  </channel>
</rss>

