mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-10 15:59:57 +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
|
# 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.
|
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:
|
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
|
OpenMetadata provides a native way to get alerted in case of test case failure allowing you to proactively resolve data incidents
|
||||||
|
|
||||||
## Setting Up Alerts
|
## 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`.
|
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
|
{% 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)
|
- [Additional Details for the Configuration of Destinations](#additional-details-for-the-configuration-of-destinations)
|
||||||
|
|
||||||
## Create Observability Alerts
|
## 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
|
### Step 1
|
||||||
Navigate to Observability > Alerts.
|
Navigate to Observability > Alerts.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user