<?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 does Alerting, Notifications, and Audit logs work in a managed HA cluster in Alerting</title>
    <link>https://community.dynatrace.com/t5/Alerting/How-does-Alerting-Notifications-and-Audit-logs-work-in-a-managed/m-p/114661#M1145</link>
    <description>&lt;P&gt;I understand. Currently, there's no better way. Feel free to post a product idea! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jul 2020 13:32:00 GMT</pubDate>
    <dc:creator>Radoslaw_Szulgo</dc:creator>
    <dc:date>2020-07-13T13:32:00Z</dc:date>
    <item>
      <title>How does Alerting, Notifications, and Audit logs work in a managed HA cluster</title>
      <link>https://community.dynatrace.com/t5/Alerting/How-does-Alerting-Notifications-and-Audit-logs-work-in-a-managed/m-p/114656#M1140</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;
&lt;P&gt;We recently upgraded from a single node cluster to a 3 node HA Clusters&lt;/P&gt;
&lt;P&gt;(Node ID 1 &lt;STRONG&gt;Original&lt;/STRONG&gt;) (Node ID 6 &lt;STRONG&gt;New&lt;/STRONG&gt;) (Node ID 7 &lt;STRONG&gt;New&lt;/STRONG&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, when a problem is detected, how do the other nodes know not to raise an alert on the same issue?&lt;/P&gt;
&lt;P&gt;Is there a way to determine which node detects a problem from from the GUI information?&lt;/P&gt;
&lt;P&gt;Is the information copied into all 3 nodes? If so what log is used?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Secondly, we have a lot of notifications that use external API web hooks.&lt;/P&gt;
&lt;P&gt;I see information about the notification attempts int he audit.notifications.0.0.log file&lt;/P&gt;
&lt;P&gt;How is it determined which node will send out the alert to the source?&lt;/P&gt;
&lt;P&gt;Is the notification attempt kept only on that single node sending the alert, or is it copied somewhere onto all 3 servers?&lt;/P&gt;
&lt;P&gt;I want to thank the community for taking time to look at my post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly,&lt;/P&gt;
&lt;P&gt;Chris&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>Mon, 17 May 2021 09:41:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/How-does-Alerting-Notifications-and-Audit-logs-work-in-a-managed/m-p/114656#M1140</guid>
      <dc:creator>runatyr</dc:creator>
      <dc:date>2021-05-17T09:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: How does Alerting, Notifications, and Audit logs work in a managed HA cluster</title>
      <link>https://community.dynatrace.com/t5/Alerting/How-does-Alerting-Notifications-and-Audit-logs-work-in-a-managed/m-p/114657#M1141</link>
      <description>&lt;P&gt;Cluster nodes continuously exchange data with each other to get awareness of what was seen and executed. Also Cluster nodes utilize distributed data storage engines - Cassandra and Elasticsearch, so data is replicated and available to all nodes.&lt;/P&gt;&lt;P&gt;There's no need to point what node detect the problem, as it is transparent to the user. If 1 node goes down, the other will take the responsibility of running the correlation of events to raise a problem and trigger notifications. It's the internal business logic embed to the cluster node.&lt;/P&gt;&lt;P&gt;Notification attempts are stored in Cassandra and replicated.&lt;/P&gt;&lt;P&gt;Do you have any additional questions? &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 12:32:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/How-does-Alerting-Notifications-and-Audit-logs-work-in-a-managed/m-p/114657#M1141</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2020-07-13T12:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: How does Alerting, Notifications, and Audit logs work in a managed HA cluster</title>
      <link>https://community.dynatrace.com/t5/Alerting/How-does-Alerting-Notifications-and-Audit-logs-work-in-a-managed/m-p/114658#M1142</link>
      <description>Thank you for that answer!  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;I would like to know where (and perhaps how) I would check to see if an attempt to notify has went out. &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I do understand the transparency to the users. However, if an alert is suppose to go out and does not, I need to know the best way to trace and validate the attempt.&lt;/P&gt;&lt;P&gt;I was working with support and they suggested looking at the audit.notifications.0.0.log on each Cluster memeber.&lt;/P&gt;&lt;P&gt;When i did this.. I saw messages related to attempts for specific problems. I did not however see the same messages replicated across the 3 logs.&lt;/P&gt;&lt;P&gt;That being said, How would i determine what server to seach without having to look  through all 3 logs?&lt;/P&gt;&lt;P&gt;Would it be necessary to query the distributed databases from outside the application itself?&lt;/P&gt;&lt;P&gt;Is this supported or a common practice?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you again for your input. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 12:42:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/How-does-Alerting-Notifications-and-Audit-logs-work-in-a-managed/m-p/114658#M1142</guid>
      <dc:creator>runatyr</dc:creator>
      <dc:date>2020-07-13T12:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: How does Alerting, Notifications, and Audit logs work in a managed HA cluster</title>
      <link>https://community.dynatrace.com/t5/Alerting/How-does-Alerting-Notifications-and-Audit-logs-work-in-a-managed/m-p/114659#M1143</link>
      <description>&lt;P&gt;If you really need, you have to browse logs on all nodes. Or use some log processing - e.g. Dynatrace, Splunk, Sumologic, or other..&lt;/P&gt;&lt;P&gt;However the question still remains... why would you need to bother with that?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 12:50:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/How-does-Alerting-Notifications-and-Audit-logs-work-in-a-managed/m-p/114659#M1143</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2020-07-13T12:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: How does Alerting, Notifications, and Audit logs work in a managed HA cluster</title>
      <link>https://community.dynatrace.com/t5/Alerting/How-does-Alerting-Notifications-and-Audit-logs-work-in-a-managed/m-p/114660#M1144</link>
      <description>&lt;P&gt;I would need to bother with this because we have had situations where alerts show up in the problem window&lt;STRONG&gt; but don't reach their destination.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;I can for instance in a log see a web-hook attempt and be given the information.whether is succeeded or failed.. here is an example from 1 log. &lt;/P&gt;&lt;P&gt;So the ability to trace it from a centralized query or location would be more efficient then going through 3 or more logs in an HA Cluster environment (1 per node)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/25679-1594645456912.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 13:04:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/How-does-Alerting-Notifications-and-Audit-logs-work-in-a-managed/m-p/114660#M1144</guid>
      <dc:creator>runatyr</dc:creator>
      <dc:date>2020-07-13T13:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: How does Alerting, Notifications, and Audit logs work in a managed HA cluster</title>
      <link>https://community.dynatrace.com/t5/Alerting/How-does-Alerting-Notifications-and-Audit-logs-work-in-a-managed/m-p/114661#M1145</link>
      <description>&lt;P&gt;I understand. Currently, there's no better way. Feel free to post a product idea! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 13:32:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/How-does-Alerting-Notifications-and-Audit-logs-work-in-a-managed/m-p/114661#M1145</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2020-07-13T13:32:00Z</dc:date>
    </item>
  </channel>
</rss>

