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:
Imri Paran 2025-01-23 14:23:24 +01:00 committed by GitHub
parent a5bf0f19ea
commit 24e5f14c26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 28 additions and 0 deletions

View File

@ -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:

View File

@ -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

View File

@ -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.