<?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: Broker-VM disconnet alert notification in Cortex XSIAM Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/broker-vm-disconnet-alert-notification/m-p/1231057#M203</link>
    <description>&lt;P&gt;Hi Vinay&lt;/P&gt;
&lt;P&gt;thanks.. yes I have tried that also.. however I find it is not very efficient.. ie when a broker vm gets disconnected.. it can take some time for this correlation rule to pick this up.. i guess the disconnect only gets updated in the audit logs once the timeout threshold has been received. so in this case.. both queries seems give me the same result.&lt;/P&gt;
&lt;P&gt;was hoping for something with less time delay.. but can work with it as is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2025 07:07:57 GMT</pubDate>
    <dc:creator>PA_nts</dc:creator>
    <dc:date>2025-06-05T07:07:57Z</dc:date>
    <item>
      <title>Broker-VM disconnet alert notification</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/broker-vm-disconnet-alert-notification/m-p/1229484#M192</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;anyi dea how i can generate an alert when a broker-vm gets disconnected?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has anyone managed to create a correlation rule that will alert if a Broker-VM gets disconnected from XSIAM? &lt;/P&gt;
&lt;P&gt;the xsiam documentation states that 'To help you monitor your Broker VM version, connectivity, and high availability clusters, &lt;SPAN class="phrase"&gt;Cortex XSIAM&lt;/SPAN&gt; sends notifications to your &lt;SPAN class="phrase"&gt;Cortex XSIAM&lt;/SPAN&gt; console Notification Center' but this does not help me much.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally you can setup email notification but i don't want that.. instead we have an integration to a backend helpdesk ticket system, so that when an alert is created in xsiam, it sends the incident/alert payload and it then generates a ticket on our backend helpdesk and engineers will be assigned. &lt;/P&gt;
&lt;P&gt;we use this currently for datasources and ngfw devices that stops sending logs.&lt;/P&gt;
&lt;P&gt;thanks in adv&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 06:48:52 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/broker-vm-disconnet-alert-notification/m-p/1229484#M192</guid>
      <dc:creator>PA_nts</dc:creator>
      <dc:date>2025-05-20T06:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Broker-VM disconnet alert notification</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/broker-vm-disconnet-alert-notification/m-p/1229486#M193</link>
      <description>&lt;P&gt;To Add.. &lt;/P&gt;
&lt;P&gt;If i create a xql query as per below.. it shows me the applets within the broker-vm if they are in an ERROR state&lt;/P&gt;
&lt;P&gt;note i did this as case sensitive to filter out unwanted error alerts from other datasources.. i am specifically looking for 'broker-vm' issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;config case_sensitive = true |&lt;BR /&gt;dataset = collection_auditing&lt;BR /&gt;| filter classification = "ERROR"&lt;BR /&gt;| comp latest(_time) by collector_type , instance , classification ,description, _broker_ip_address, _broker_device_name, _broker_device_id&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;however.. this will not alert if the broker-vm is disconnected. so still working on that portion.&lt;/P&gt;
&lt;P&gt;cheers&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 08:36:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/broker-vm-disconnet-alert-notification/m-p/1229486#M193</guid>
      <dc:creator>PA_nts</dc:creator>
      <dc:date>2025-05-20T08:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Broker-VM disconnet alert notification</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/broker-vm-disconnet-alert-notification/m-p/1230546#M201</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can identify disconnected Broker VMs by creating a correlation rule with the following query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;dataset = management_auditing &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;| filter description contains "Broker VM"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;| filter subtype = "Disconnect"&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Confirm if this works as expected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vinay&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2025 16:15:25 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/broker-vm-disconnet-alert-notification/m-p/1230546#M201</guid>
      <dc:creator>Vinay-AS</dc:creator>
      <dc:date>2025-05-30T16:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Broker-VM disconnet alert notification</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/broker-vm-disconnet-alert-notification/m-p/1231057#M203</link>
      <description>&lt;P&gt;Hi Vinay&lt;/P&gt;
&lt;P&gt;thanks.. yes I have tried that also.. however I find it is not very efficient.. ie when a broker vm gets disconnected.. it can take some time for this correlation rule to pick this up.. i guess the disconnect only gets updated in the audit logs once the timeout threshold has been received. so in this case.. both queries seems give me the same result.&lt;/P&gt;
&lt;P&gt;was hoping for something with less time delay.. but can work with it as is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:07:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsiam-discussions/broker-vm-disconnet-alert-notification/m-p/1231057#M203</guid>
      <dc:creator>PA_nts</dc:creator>
      <dc:date>2025-06-05T07:07:57Z</dc:date>
    </item>
  </channel>
</rss>

