<?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: Alert when firewall stops reporting to syslog in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Alert-when-firewall-stops-reporting-to-syslog/m-p/746462#M241649</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/310274"&gt;@te25&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This might work, it assumes the lookup has a list of firewalls with a "host" field:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup firewall_lookup.csv 
| eval reported=0 
| append 
    [ search index=yourIndex sourcetype=pan:traffic earliest=-15m 
    | stats count by host 
    | eval reported=1 
    | fields firewall reported ] 
| stats max(reported) as reported by host 
| rex field=host "(?&amp;lt;pair&amp;gt;[^0-9]+)"
| stats sum(reported) as reporting_count, values(host) as firewalls by pair 
| where reporting_count=0 
| table pair firewalls&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
    <pubDate>Mon, 19 May 2025 11:58:49 GMT</pubDate>
    <dc:creator>livehybrid</dc:creator>
    <dc:date>2025-05-19T11:58:49Z</dc:date>
    <item>
      <title>Alert when firewall stops reporting to syslog</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Alert-when-firewall-stops-reporting-to-syslog/m-p/746459#M241647</link>
      <description>&lt;P&gt;Hello.&amp;nbsp;&lt;BR /&gt;I am working on creating an alert in Splunk for detecting when a firewall stops sending logs. We have all logs from firewalls forwarded to syslog in Splunk as sourcetype=pan:traffic . The problem is we have ha-pairs/ active and passive firewall and I don't see how to construct the query to check when BOTH firewalls (let's say active city-fw01 and passive city-fw02) don't send logs. We have more than 100 devices so I am using a lookup table with the list.&amp;nbsp;&lt;BR /&gt;Any idea would be great, thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 11:40:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Alert-when-firewall-stops-reporting-to-syslog/m-p/746459#M241647</guid>
      <dc:creator>te25</dc:creator>
      <dc:date>2025-05-19T11:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Alert when firewall stops reporting to syslog</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Alert-when-firewall-stops-reporting-to-syslog/m-p/746460#M241648</link>
      <description>&lt;P&gt;Have your lookup return the common name for the ha pair and detect when the pair has not sent logs (recently)&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 11:48:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Alert-when-firewall-stops-reporting-to-syslog/m-p/746460#M241648</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2025-05-19T11:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Alert when firewall stops reporting to syslog</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Alert-when-firewall-stops-reporting-to-syslog/m-p/746462#M241649</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/310274"&gt;@te25&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This might work, it assumes the lookup has a list of firewalls with a "host" field:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup firewall_lookup.csv 
| eval reported=0 
| append 
    [ search index=yourIndex sourcetype=pan:traffic earliest=-15m 
    | stats count by host 
    | eval reported=1 
    | fields firewall reported ] 
| stats max(reported) as reported by host 
| rex field=host "(?&amp;lt;pair&amp;gt;[^0-9]+)"
| stats sum(reported) as reporting_count, values(host) as firewalls by pair 
| where reporting_count=0 
| table pair firewalls&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 11:58:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Alert-when-firewall-stops-reporting-to-syslog/m-p/746462#M241649</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-05-19T11:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Alert when firewall stops reporting to syslog</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Alert-when-firewall-stops-reporting-to-syslog/m-p/746475#M241650</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;here is list of different articles how this can do in splunk.&lt;/P&gt;&lt;P&gt;There are a lot of options for finding hosts or sources that stop submitting events:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Meta Woot! &lt;A href="https://splunkbase.splunk.com/app/2949/" target="_blank"&gt;https://splunkbase.splunk.com/app/2949/ &lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;TrackMe &lt;A href="https://splunkbase.splunk.com/app/4621/" target="_blank"&gt;https://splunkbase.splunk.com/app/4621/ &lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Broken Hosts App for Splunk &lt;A href="https://splunkbase.splunk.com/app/3247/" target="_blank"&gt;https://splunkbase.splunk.com/app/3247/ &lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Alerts for Splunk Admins ("ForwarderLevel" alerts) &lt;A href="https://splunkbase.splunk.com/app/3796/" target="_blank"&gt;https://splunkbase.splunk.com/app/3796/ &lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Monitoring Console &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/DMC/Configureforwardermonitoring" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/DMC/Configureforwardermonitoring &lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Deployment Server &lt;A href="https://docs.splunk.com/Documentation/DepMon/latest/DeployDepMon/Troubleshootyourdeployment#Forwarder_warnings" target="_blank"&gt;https://docs.splunk.com/Documentation/DepMon/latest/DeployDepMon/Troubleshootyourdeployment#Forwarder_warnings&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Some helpful posts:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://lantern.splunk.com/hc/en-us/articles/360048503294-Hosts-logging-data-in-a-certain-timeframe" target="_blank"&gt;https://lantern.splunk.com/hc/en-us/articles/360048503294-Hosts-logging-data-in-a-certain-timeframe&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://www.duanewaddle.com/proving-a-negative/" target="_blank"&gt;https://www.duanewaddle.com/proving-a-negative/&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 14:46:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Alert-when-firewall-stops-reporting-to-syslog/m-p/746475#M241650</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2025-05-19T14:46:52Z</dc:date>
    </item>
  </channel>
</rss>

