<?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: Event based Alert based on certain events from System Audit tables in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/event-based-alert-based-on-certain-events-from-system-audit/m-p/105205#M42044</link>
    <description>&lt;P&gt;Just to understand your request you are looking if there is another way to get users events outside the system tables that can make your workflow more efficient?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jan 2025 15:38:18 GMT</pubDate>
    <dc:creator>Walter_C</dc:creator>
    <dc:date>2025-01-10T15:38:18Z</dc:date>
    <item>
      <title>Event based Alert based on certain events from System Audit tables</title>
      <link>https://community.databricks.com/t5/data-engineering/event-based-alert-based-on-certain-events-from-system-audit/m-p/105202#M42042</link>
      <description>&lt;P&gt;We need to implement an event-based trigger system that can detect any manual intervention performed by users. Upon detection of such an event, the system should automatically send a warning email. The events can be generated through DLT or other processes.&lt;/P&gt;&lt;P&gt;However, we are specifically avoiding SQL-based alerts at the workflow level because querying large datasets from system tables could be cost-prohibitive and result in performance degradation, especially for events that generate substantial data volumes.&lt;/P&gt;&lt;P&gt;An example of a query that is currently under consideration is:&lt;/P&gt;&lt;P&gt;select&amp;nbsp;*&amp;nbsp;from&amp;nbsp;system.access.audit&amp;nbsp;&lt;BR /&gt;where&amp;nbsp;action_name&amp;nbsp;like&amp;nbsp;'%Group%'&amp;nbsp;and&amp;nbsp;user_identity.email&amp;nbsp;!=&amp;nbsp;'e9db3613-14b1-46b2-a6dc-593b139f32e9'&amp;nbsp;&lt;BR /&gt;limit&amp;nbsp;50;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;This query identifies user actions, but executing it on large datasets could lead to inefficiencies. Thus, a more efficient event-based approach is required.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Jan 2025 15:21:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/event-based-alert-based-on-certain-events-from-system-audit/m-p/105202#M42042</guid>
      <dc:creator>TejeshS</dc:creator>
      <dc:date>2025-01-10T15:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Event based Alert based on certain events from System Audit tables</title>
      <link>https://community.databricks.com/t5/data-engineering/event-based-alert-based-on-certain-events-from-system-audit/m-p/105205#M42044</link>
      <description>&lt;P&gt;Just to understand your request you are looking if there is another way to get users events outside the system tables that can make your workflow more efficient?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 15:38:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/event-based-alert-based-on-certain-events-from-system-audit/m-p/105205#M42044</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2025-01-10T15:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Event based Alert based on certain events from System Audit tables</title>
      <link>https://community.databricks.com/t5/data-engineering/event-based-alert-based-on-certain-events-from-system-audit/m-p/106344#M42455</link>
      <description>&lt;P&gt;Yes, We need information to monitor the events as an incremental processed dataset, without running the query every time.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 14:53:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/event-based-alert-based-on-certain-events-from-system-audit/m-p/106344#M42455</guid>
      <dc:creator>TejeshS</dc:creator>
      <dc:date>2025-01-20T14:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Event based Alert based on certain events from System Audit tables</title>
      <link>https://community.databricks.com/t5/data-engineering/event-based-alert-based-on-certain-events-from-system-audit/m-p/106357#M42458</link>
      <description>&lt;P&gt;Unfortunately the system events are only tracked via the system table, only option to have more recent data will be to re execute the query each time is needed.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 15:38:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/event-based-alert-based-on-certain-events-from-system-audit/m-p/106357#M42458</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2025-01-20T15:38:56Z</dc:date>
    </item>
  </channel>
</rss>

