mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 19:48:17 +00:00
MINOR: docs: add required permissions callout for setting up alerts (#19444)
* docs: add required permissions callout for setting up alerts * shifted lines
This commit is contained in:
parent
a5bf0f19ea
commit
24e5f14c26
@ -5,6 +5,15 @@ slug: /how-to-guides/admin-guide/alerts
|
||||
|
||||
# Set up Data Observability Alerts and Notifications
|
||||
|
||||
{%inlineCalloutContainer%}
|
||||
{%inlineCallout
|
||||
icon="MdGppGood"
|
||||
bold="Required Permissions"
|
||||
href="/how-to-guides/admin-guide/roles-policies"%}
|
||||
Setting up alerts requires create permission on the `Eventsubscription` entity. More info here.
|
||||
{%/inlineCallout%}
|
||||
{%/inlineCalloutContainer%}
|
||||
|
||||
OpenMetadata has been providing alerts right from the start to notify users of important data lifecycle events: schema modifications, ownership shifts, and tagging updates. Users can define fine-grained alerts and notifications.
|
||||
|
||||
Starting from the 1.3 release, Data Observability alerts have been completely revamped, simplifying the process of monitoring data. Users can quickly create alerts for:
|
||||
|
||||
@ -7,6 +7,15 @@ slug: /how-to-guides/data-quality-observability/observability/alerts
|
||||
OpenMetadata provides a native way to get alerted in case of test case failure allowing you to proactively resolve data incidents
|
||||
|
||||
## Setting Up Alerts
|
||||
{%inlineCalloutContainer%}
|
||||
{%inlineCallout
|
||||
icon="MdGppGood"
|
||||
bold="Required Permissions"
|
||||
href="/how-to-guides/admin-guide/roles-policies"%}
|
||||
Setting up alerts requires create permission on the `Eventsubscription` entity. More info here.
|
||||
{%/inlineCallout%}
|
||||
{%/inlineCalloutContainer%}
|
||||
|
||||
To set up an alert on a test case or test suite, navigate to the observability menu and select `Alerts` and click on `Add Alert`.
|
||||
|
||||
{% image
|
||||
|
||||
@ -22,6 +22,16 @@ Depending on your use cases, notifications can be sent to owners, admins, teams,
|
||||
- [Additional Details for the Configuration of Destinations](#additional-details-for-the-configuration-of-destinations)
|
||||
|
||||
## Create Observability Alerts
|
||||
|
||||
{%inlineCalloutContainer%}
|
||||
{%inlineCallout
|
||||
icon="MdGppGood"
|
||||
bold="Required Permissions"
|
||||
href="/how-to-guides/admin-guide/roles-policies"%}
|
||||
Setting up alerts requires create permission on the `Eventsubscription` entity. More info here.
|
||||
{%/inlineCallout%}
|
||||
{%/inlineCalloutContainer%}
|
||||
|
||||
### Step 1
|
||||
Navigate to Observability > Alerts.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user